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

FHIR IG analytics

Packagezw.fhir.ig.core
Resource TypePractitioner
IdPractitioner-practitioner1.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: Practitioner practitioner1

identifier: ZimPractitionerRegistration/MCAZ-04521, ZimNationalIdentity/63-123456A12

name: Rudo Ncube (Official)

telecom: +263772334455

gender: Female

Qualifications

-Code
*Registered General Nurse

Source1

{
  "resourceType": "Practitioner",
  "id": "practitioner1",
  "meta": {
    "profile": [
      "http://mohcc.gov.zw/fhir/core/StructureDefinition/zw-practitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://mohcc.gov.zw/identifiers/practitioner-registration",
      "value": "MCAZ-04521"
    },
    {
      "system": "http://mohcc.gov.zw/identifiers/nationalID",
      "value": "63-123456A12"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Ncube",
      "given": [
        "Rudo"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+263772334455"
    }
  ],
  "gender": "female",
  "qualification": [
    {
      "code": {
        "text": "Registered General Nurse"
      }
    }
  ]
}