HL7 FHIR Implementation Guide: Rwanda HIV
0.1.0 - ci-build International flag

HL7 FHIR Implementation Guide: Rwanda HIV, published by Jembi Health Systems. 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/openhie/Rwanda-HIV/ and changes regularly. See the Directory of published versions

: Performing Organization - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "PerformingOrganizationExample",
  "meta" : {
    "profile" : [
      🔗 "http://moh.gov.rw/fhir/StructureDefinition/performing-organization"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization PerformingOrganizationExample</b></p><a name=\"PerformingOrganizationExample\"> </a><a name=\"hcPerformingOrganizationExample\"> </a><a name=\"PerformingOrganizationExample-en-US\"> </a><p><b>Performing Organization Province</b>: 4</p><p><b>Performing Organization District</b>: 9</p><p><b>identifier</b>: Performing Organization identifier/laboratory1</p><p><b>name</b>: A Laboratory name</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>A province name </td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://moh.gov.rw/fhir/StructureDefinition/performing-organization-province-index",
      "valueInteger" : 4
    },
    {
      "url" : "http://moh.gov.rw/fhir/StructureDefinition/performing-organization-district-index",
      "valueInteger" : 9
    }
  ],
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "XX",
            "display" : "Organization identifier"
          }
        ],
        "text" : "Performing Organization identifier"
      },
      "system" : "http://moh.gov.rw/fhir/identifier/organization-id",
      "value" : "laboratory1"
    }
  ],
  "name" : "A Laboratory name",
  "contact" : [
    {
      "address" : {
        "district" : "A district name",
        "state" : "A province name"
      }
    }
  ]
}