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

FHIR IG analytics

Packageng.gov.nphcda.immunization
Resource TypePractitioner
IdPractitioner-practitioner-003.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. Aisha Mohammed (female), born 1975-05-05

Identifier: MDCN-778899

Contact: aisha.mohammed@example.org

Qualification: Public Health Certificate issued by FMOH


Source1

{
  "resourceType": "Practitioner",
  "id": "practitioner-003",
  "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-12346"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Eze",
      "given": [
        "Chinelo"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+234-803-221-5670"
    },
    {
      "system": "email",
      "value": "chinelo.eze@esuth.gov.ng"
    }
  ],
  "gender": "female",
  "birthDate": "1982-07-24",
  "qualification": [
    {
      "code": {
        "text": "Midwife License EN/MID/2019/02345"
      },
      "period": {
        "start": "2019-01-01",
        "end": "2024-12-31"
      },
      "issuer": {
        "reference": "Organization/organization-002"
      }
    }
  ]
}