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 - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "Address",
  "id" : "AddressExample",
  "extension" : [
    {
      "url" : "http://fhir.mn/StructureDefinition/subdistrict",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "code" : "4"
          }
        ]
      }
    }
  ],
  "use" : "home",
  "text" : "Ulaanbaatar Med Hospital,\nKhasbaatar street,\n4rd khoroolol, Bayangol District,\nUlaanbaatar, Mongolia",
  "line" : [
    "Ulaanbaatar Med Hospital",
    "Khasbaatar street"
  ],
  "district" : "3",
  "state" : "22",
  "country" : "Mongolia"
}