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

FHIR IG analytics

Packageorg.dhin-hie.sandbox
Resource TypeOrganization
IdOrganization-Organization-PortHarcourt-Hospital.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 Organization-PortHarcourt-Hospital

NG Owner of Facility: Faith-based Institution Locations such as churches, musques, and traditional homes

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

active: true

type: Healthcare Provider

name: Port Harcourt Emergency Hospital

telecom: ph: 084-234-5678

address: Emergency Services Wing Port Harcourt RI


Source1

{
  "resourceType": "Organization",
  "id": "Organization-PortHarcourt-Hospital",
  "meta": {
    "profile": [
      "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-provider-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": "faith-based"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "system": "https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-facility-registry",
      "value": "HCF-RI-0045"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "prov",
          "display": "Healthcare Provider"
        }
      ]
    }
  ],
  "name": "Port Harcourt Emergency Hospital",
  "telecom": [
    {
      "system": "phone",
      "value": "084-234-5678"
    }
  ],
  "address": [
    {
      "line": [
        "Emergency Services Wing"
      ],
      "city": "Port Harcourt",
      "district": "ri-emohua",
      "state": "RI"
    }
  ]
}