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

FHIR IG analytics

Packageng.gov.nphcda.immunization
Resource TypePractitioner
IdPractitioner-practitioner-002.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: Mr. John Bello (male), born 1982-12-10

Identifier: MDCN-654321

Contact: +234-809-555-8877

Qualification: Nursing Certificate issued by Kano PHC Board


Source1

{
  "resourceType": "Practitioner",
  "id": "practitioner-002",
  "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": "CHEW-12346"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Abdullahi",
      "given": [
        "Musa"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+234-806-445-7788"
    },
    {
      "system": "email",
      "value": "musa.abdullahi@kano-phc.gov.ng"
    }
  ],
  "gender": "male",
  "birthDate": "1990-11-08",
  "qualification": [
    {
      "code": {
        "text": "CHEW License KNS/2022/01432"
      },
      "period": {
        "start": "2022-02-01",
        "end": "2025-02-01"
      },
      "issuer": {
        "reference": "Organization/organization-003"
      }
    }
  ]
}