{
  "resourceType" : "Organization",
  "id" : "00134455-e5f6-4789-a123-456789abcdef",
  "meta" : {
    "profile" : ["https://fhir-ig.digitalhealth.gov.ng/StructureDefinition/ng-organization"]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization 00134455-e5f6-4789-a123-456789abcdef</b></p><a name=\"00134455-e5f6-4789-a123-456789abcdef\"> </a><a name=\"hc00134455-e5f6-4789-a123-456789abcdef\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ng-organization.html\">NG Organization</a></p></div><p><b>NG Owner of Facility</b>: <span title=\"Codes:{https://fhir-ig.digitalhealth.gov.ng/CodeSystem/nigeria-location-owner-cs public}\">Public Health Institution Location</span></p><p><b>identifier</b>: <code>https://fhir-ig.digitalhealth.gov.ng/CodeSystem/nigeria-facility-registry</code>/HOSPITAL1234</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{https://fhir-ig.digitalhealth.gov.ng/CodeSystem/nigeria-facility-type hospital}\">Secondary Hospital</span></p><p><b>name</b>: Asokoro District Hospital</p><p><b>telecom</b>: <a href=\"tel:+234-800-111-2222\">+234-800-111-2222</a>, <a href=\"mailto:info@asokorodh.example.ng\">info@asokorodh.example.ng</a></p><p><b>address</b>: Plot 12, Yakubu Gowon Crescent, Asokoro Abuja FC </p></div>"
  },
  "extension" : [{
    "url" : "https://fhir-ig.digitalhealth.gov.ng/StructureDefinition/organization-owner",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://fhir-ig.digitalhealth.gov.ng/CodeSystem/nigeria-location-owner-cs",
        "code" : "public",
        "display" : "Public Health Institution Location"
      }]
    }
  }],
  "identifier" : [{
    "system" : "https://fhir-ig.digitalhealth.gov.ng/CodeSystem/nigeria-facility-registry",
    "value" : "HOSPITAL1234"
  }],
  "active" : true,
  "type" : [{
    "coding" : [{
      "system" : "https://fhir-ig.digitalhealth.gov.ng/CodeSystem/nigeria-facility-type",
      "code" : "hospital",
      "display" : "Secondary Hospital"
    }],
    "text" : "Secondary Hospital"
  }],
  "name" : "Asokoro District Hospital",
  "telecom" : [{
    "system" : "phone",
    "value" : "+234-800-111-2222"
  },
  {
    "system" : "email",
    "value" : "info@asokorodh.example.ng"
  }],
  "address" : [{
    "line" : ["Plot 12, Yakubu Gowon Crescent, Asokoro"],
    "city" : "Abuja",
    "district" : "fc-municipal",
    "state" : "FC"
  }]
}