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

FHIR IG analytics

Packageorg.dhin-hie.sandbox
Resource TypeOrganization
IdOrganization-00134455-e5f6-4789-a123-456789abcdef.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 00134455-e5f6-4789-a123-456789abcdef

NG Owner of Facility: Public Health Institution Location

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

active: true

type: Secondary Hospital

name: Asokoro District Hospital

telecom: +234-800-111-2222, info@asokorodh.example.ng

address: Plot 12, Yakubu Gowon Crescent, Asokoro Abuja FC


Source1

{
  "resourceType": "Organization",
  "id": "00134455-e5f6-4789-a123-456789abcdef",
  "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": "public",
            "display": "Public Health Institution Location"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "system": "https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-facility-registry",
      "value": "HOSPITAL1234"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-facility-type",
          "code": "hospital",
          "display": "Secondary Hospital"
        }
      ],
      "text": "Secondary Hospital"
    }
  ],
  "name": "Asokoro District Hospital",
  "telecom": [
    {
      "system": "phone",
      "value": "+234-800-111-2222"
    },
    {
      "system": "email",
      "value": "info@asokorodh.example.ng"
    }
  ],
  "address": [
    {
      "line": [
        "Plot 12, Yakubu Gowon Crescent, Asokoro"
      ],
      "city": "Abuja",
      "district": "fc-municipal",
      "state": "FC"
    }
  ]
}