FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagezm-core
Resource TypeOrganization
IdOrganization-ExampleZMCoreOrganization.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Organization ExampleZMCoreOrganization

ZM-Core Facility Registry Status: Operational

identifier: http://hapi.moh.gov.zm/fhir/sid/hmis-facility-code/50060042, http://hapi.moh.gov.zm/fhir/sid/dhis2-organisation-unit-uid/HvCdWhbVEvI, http://hapi.moh.gov.zm/fhir/sid/smartcare-facility-id/5b00f2acd13f48b783ef90cb1f32e068, http://hapi.moh.gov.zm/fhir/sid/ihris-facility-id/facility|1022

active: true

type: Hospital - Level 1, Government of the Republic of Zambia

name: Chilenje First Level Hospital

Contacts

-PurposeTelecomAddress
*General enquiries+260 211 123456Lusaka Lusaka Province ZM

Source1

{
  "resourceType": "Organization",
  "id": "ExampleZMCoreOrganization",
  "meta": {
    "profile": [
      "http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-facility-organization"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-facility-registry-status",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hapi.moh.gov.zm/fhir/CodeSystem/facility-registry-status",
            "code": "operational",
            "display": "Operational"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "system": "http://hapi.moh.gov.zm/fhir/sid/hmis-facility-code",
      "value": "50060042"
    },
    {
      "system": "http://hapi.moh.gov.zm/fhir/sid/dhis2-organisation-unit-uid",
      "value": "HvCdWhbVEvI"
    },
    {
      "system": "http://hapi.moh.gov.zm/fhir/sid/smartcare-facility-id",
      "value": "5b00f2acd13f48b783ef90cb1f32e068"
    },
    {
      "system": "http://hapi.moh.gov.zm/fhir/sid/ihris-facility-id",
      "value": "facility|1022"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://hapi.moh.gov.zm/fhir/CodeSystem/facility-type",
          "code": "hospital-level-1",
          "display": "Hospital - Level 1"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://hapi.moh.gov.zm/fhir/CodeSystem/facility-ownership",
          "code": "grz",
          "display": "Government of the Republic of Zambia"
        }
      ]
    }
  ],
  "name": "Chilenje First Level Hospital",
  "contact": [
    {
      "purpose": {
        "text": "General enquiries"
      },
      "telecom": [
        {
          "system": "phone",
          "value": "+260 211 123456"
        }
      ],
      "address": {
        "city": "Lusaka",
        "district": "Lusaka",
        "state": "Lusaka Province",
        "country": "ZM"
      }
    }
  ]
}