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

FHIR IG analytics

Packagefhir.kenyaClaimsIG
Resource TypePractitioner
IdPractitioner-ECLM-PRA-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

Generated Narrative: Practitioner ECLM-PRA-001

identifier: SHA Number/DR-KE-00456 (use: official, )

active: true

name: Dr. James Ochieng (Official)

telecom: +254711234567

gender: Male

birthDate: 1978-03-22


Source1

{
  "resourceType": "Practitioner",
  "id": "ECLM-PRA-001",
  "meta": {
    "profile": [
      "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-eclaims-practitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/identifier-types-cs",
            "code": "SHA-NUMBER",
            "display": "SHA Number"
          }
        ]
      },
      "system": "https://nshr-uat.sha.go.ke/fhir/Identifier/provider-number",
      "value": "DR-KE-00456"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "Ochieng",
      "given": [
        "Dr. James"
      ],
      "prefix": [
        "Dr."
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+254711234567",
      "use": "work"
    }
  ],
  "gender": "male",
  "birthDate": "1978-03-22"
}