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

(back to description)

Raw json

Source view

{
  "resourceType" : "Organization",
  "id" : "GovernmentOrganizationExample",
  "meta" : {
    "profile" : [
      "http://fhir.mn/StructureDefinition/mng-core-government-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: GovernmentOrganizationExample</p><p><b>meta</b>: </p><p><b>identifier</b>: 1234567</p><p><b>name</b>: Ministry of Health</p></div>"
  },
  "identifier" : [
    {
      "system" : "http://fhir.mn/identifiers/organization/national-identification-number",
      "value" : "1234567"
    }
  ],
  "name" : "Ministry of Health"
}