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

FHIR IG analytics

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

identifier: https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-facility-registry/CLM-2025-0001

active: true

type: Healthcare Provider

name: City General Hospital

telecom: ph: 01-445-7788

address: 25 Hospital Way Port Harcourt RI


Source1

{
  "resourceType": "Organization",
  "id": "NgOrganization-Hospital-001",
  "meta": {
    "profile": [
      "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-provider-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-facility-registry",
      "value": "CLM-2025-0001"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "prov",
          "display": "Healthcare Provider"
        }
      ]
    }
  ],
  "name": "City General Hospital",
  "telecom": [
    {
      "system": "phone",
      "value": "01-445-7788"
    }
  ],
  "address": [
    {
      "line": [
        "25 Hospital Way"
      ],
      "city": "Port Harcourt",
      "district": "ri-emohua",
      "state": "RI"
    }
  ]
}