Mongolian HDIT Implementation guide
1.0.0 - Review

Mongolian HDIT Implementation guide - Local Development build (v1.0.0). See the Directory of published versions

Example of address - XML Representation

(back to description)

Raw xml

Source view


<Address xmlns="http://hl7.org/fhir" id="AddressExample">
  <extension url="http://fhir.mn/StructureDefinition/subdistrict">
    <valueCodeableConcept>
      <coding>
        <code value="4"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <use value="home"/>
  <text
        value="Ulaanbaatar Med Hospital,
Khasbaatar street,
4rd khoroolol, Bayangol District,
Ulaanbaatar, Mongolia"/>
  <line value="Ulaanbaatar Med Hospital"/>
  <line value="Khasbaatar street"/>
  <district value="3"/>
  <state value="22"/>
  <country value="Mongolia"/>
</Address>