FHIR IG analytics| Package | fhir.kenyaClaimsIG |
| Resource Type | Practitioner |
| Id | Practitioner-ECLM-PRA-001.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner ECLM-PRA-001
Profile: eClaims Practitioner Profile
identifier: SHA Number/DR-KE-00456 (use: official, )
active: true
name: Dr. James Ochieng (Official)
telecom: +254711234567
gender: Male
birthDate: 1978-03-22
{
"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"
}