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

FHIR IG analytics

Packageng.gov.nphcda.immunization
Resource TypeOrganization
IdOrganization-organization-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

Organization: Lagos University Teaching Hospital (LUTH)

Identifier: HERFAMA-001

Type: Tertiary Hospital

Address: Idi-Araba, Surulere, Lagos State


Source1

{
  "resourceType": "Organization",
  "id": "organization-001",
  "meta": {
    "profile": [
      "https://nphcda.gov.ng/ig/StructureDefinition/ng-imm-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://nphcda.gov.ng/ig/CodeSystem/nigeria-facility-registry",
      "value": "HCF-12345"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "https://nphcda.gov.ng/ig/ValueSet/nigeria-facility-types",
          "code": "phc-center-l2",
          "display": "PHC Center Level 2"
        }
      ]
    }
  ],
  "name": "Surulere Primary Health Centre",
  "telecom": [
    {
      "system": "phone",
      "value": "+234-803-123-4567"
    },
    {
      "system": "email",
      "value": "surulerephc@nphcda.gov.ng"
    }
  ],
  "address": [
    {
      "line": [
        "45 Bode Thomas Street"
      ],
      "city": "Surulere",
      "district": "la-lagos-island",
      "state": "LA"
    }
  ],
  "partOf": {
    "reference": "Organization/organization-003"
  }
}