Ethiopia FHIR Implementation Guide - HIV Treatment & Care Services
1.0.0 - ci-build Ethiopia flag

Ethiopia FHIR Implementation Guide - HIV Treatment & Care Services, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jembi/ethiopia-hiv/ and changes regularly. See the Directory of published versions

: Organization - Current Facility - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "CurrentServiceProviderExample",
  "meta" : {
    "profile" : [
      🔗 "http://moh.gov.et/fhir/hiv/StructureDefinition/organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization CurrentServiceProviderExample</b></p><a name=\"CurrentServiceProviderExample\"> </a><a name=\"hcCurrentServiceProviderExample\"> </a><a name=\"CurrentServiceProviderExample-en-US\"> </a><p><b>identifier</b>: <code>http://moh.gov.et/fhir/hiv/identifier/mohid</code>/MOH001, <code>http://moh.gov.et/fhir/hiv/identifier/hfuid</code>/HFUID001</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 257622000}\">Current Healthcare Provider</span></p><p><b>name</b>: Meshwalkiya Health Center</p><p><b>address</b>: Meshulekia Kirkos Addis Ababa </p></div>"
  },
  "identifier" : [
    {
      "system" : "http://moh.gov.et/fhir/hiv/identifier/mohid",
      "value" : "MOH001"
    },
    {
      "system" : "http://moh.gov.et/fhir/hiv/identifier/hfuid",
      "value" : "HFUID001"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "257622000"
        }
      ],
      "text" : "Current Healthcare Provider"
    }
  ],
  "name" : "Meshwalkiya Health Center",
  "address" : [
    {
      "line" : [
        "Meshulekia"
      ],
      "city" : "Kirkos",
      "district" : "Kirkos woreda 9",
      "state" : "Addis Ababa"
    }
  ]
}