0.1.0 - ci-build

ClientRegistryIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: CROrganizationExample - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "CROrganizationExample",
  "meta" : {
    "profile" : [
      🔗 "https://mets.or.ug/StructureDefinition/CROrganization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization </b><a name=\"CROrganizationExample\"> </a><a name=\"hcCROrganizationExample\"> </a></p><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\">ResourceOrganization &quot;CROrganizationExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-CROrganization.html\">CROrganization</a></p></div><p><b>identifier</b>: <code>ugandaemr</code>/10EV14\u00a0(use:\u00a0official)</p><p><b>active</b>: true</p><p><b>name</b>: Kisenyi Health Centre IV</p><p><b>telecom</b>: </p><p><b style=\"color: maroon\">Exception Generating Narrative: Unknown ContactPointSystem code 'work' </b></p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "ugandaemr",
      "value" : "10EV14"
    }
  ],
  "active" : true,
  "name" : "Kisenyi Health Centre IV",
  "telecom" : [
    {
      "system" : "work",
      "value" : "0785423121"
    }
  ]
}