0.1.0 - ci-build

KISUMUHIEFHIRIG, published by intellisoftkenya. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IntelliSOFT-Consulting/Kisumu-County-HIE-FHIR-IG/ and changes regularly. See the Directory of published versions

: Example - Kisumu Facility Organization - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "ksm-organization-example",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.kisumuhealth.co.ke/StructureDefinition/ksm-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization ksm-organization-example</b></p><a name=\"ksm-organization-example\"> </a><a name=\"hcksm-organization-example\"> </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-ksm-organization.html\">Service Provider - Facility</a></p></div><p><b>identifier</b>: <code>http://moh.kenya/identifier/kmfl-code</code>/12456</p><p><b>active</b>: true</p><p><b>name</b>: Kisumu County Referral Hospital</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Address</b></td></tr><tr><td style=\"display: none\">*</td><td>Kisumu-Busia Road Kisumu Kisumu Kenya </td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://moh.kenya/identifier/kmfl-code",
      "value" : "12456"
    }
  ],
  "active" : true,
  "name" : "Kisumu County Referral Hospital",
  "contact" : [
    {
      "address" : {
        "line" : [
          "Kisumu-Busia Road"
        ],
        "city" : "Kisumu",
        "district" : "Kisumu Central",
        "state" : "Kisumu",
        "country" : "Kenya"
      }
    }
  ]
}