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

FHIR IG analytics

Packageorg.dhin-hie.sandbox
Resource TypeOrganization
IdOrganization-NgOrganization-002.json
FHIR VersionR4

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 NgOrganization-002

NG Owner of Facility: Private Health Institution Location

identifier: https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-facility-registry/HCF-12347

active: true

type: Hospital Department

name: Kano Central Hospital Pharmacy

telecom: +234-803-555-7788, pharmacy@kanocentral.example.ng

address: No. 7 Kiru Road Kabo KN


Source1

{
  "resourceType": "Organization",
  "id": "NgOrganization-002",
  "meta": {
    "profile": [
      "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-organization"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://sandbox.dhin-hie.org/ig/StructureDefinition/organization-owner",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-location-owner-cs",
            "code": "private",
            "display": "Private Health Institution Location"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "system": "https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-facility-registry",
      "value": "HCF-12347"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-facility-type",
          "code": "hospital",
          "display": "Secondary Hospital"
        }
      ],
      "text": "Hospital Department"
    }
  ],
  "name": "Kano Central Hospital Pharmacy",
  "telecom": [
    {
      "system": "phone",
      "value": "+234-803-555-7788"
    },
    {
      "system": "email",
      "value": "pharmacy@kanocentral.example.ng"
    }
  ],
  "address": [
    {
      "line": [
        "No. 7 Kiru Road"
      ],
      "city": "Kabo",
      "district": "kn-kabo",
      "state": "KN"
    }
  ]
}