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

FHIR IG analytics

Packageng.gov.nphcda.immunization
Resource TypePractitioner
IdPractitioner-practitioner-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

Practitioner: Dr. Nkiru Eze (female), born 1979-03-22

Identifier: MDCN-123456

Contact: +234-801-222-3344

Qualification: MBBS issued by LUTH


Source1

{
  "resourceType": "Practitioner",
  "id": "practitioner-001",
  "meta": {
    "profile": [
      "https://nphcda.gov.ng/ig/StructureDefinition/NgImmPractitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://nphcda.gov.ng/ig/CodeSystem/nigeria-mdcn",
      "value": "MDCN-45231"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Okafor",
      "given": [
        "Nkiru"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+234-809-112-3344"
    },
    {
      "system": "email",
      "value": "n.okafor@phcboard.gov.ng"
    }
  ],
  "gender": "female",
  "birthDate": "1985-03-12",
  "qualification": [
    {
      "code": {
        "text": "RN-IMM-2021-00456"
      },
      "period": {
        "start": "2021-01-01",
        "end": "2026-01-01"
      },
      "issuer": {
        "reference": "Organization/organization-001"
      }
    }
  ]
}