FHIR IG analytics| Package | ke.fhir.patient-summary |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-PractitionerRoleKPS.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole PractitionerRoleKPS
Profile: Practitioner Role Profile - KPS
identifier: PractitionerRoleIdentifierNamingSystem/PROLE-VAL-001
practitioner: Practitioner Anne Njoroge
organization: Organization Kenyatta National Hospital
code: Consultant physician
{
"resourceType": "PractitionerRole",
"id": "PractitionerRoleKPS",
"meta": {
"profile": [
"https://fhir.dha.go.ke/ig/patient-summary/StructureDefinition/ke-kps-practitioner-role"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://fhir.dha.go.ke/fhir/NamingSystem/practitioner-role-identifier",
"value": "PROLE-VAL-001"
}
],
"practitioner": {
"reference": "Practitioner/PractitionerKPS"
},
"organization": {
"reference": "Organization/OrganizationKPS"
},
"code": [
{
"text": "Consultant physician"
}
]
}