FHIR IG analytics| Package | zm-core |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-ExampleZMCorePractitionerRole.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole ExampleZMCorePractitionerRole
Profile: ZM-Core Practitioner Role Profile
identifier: http://hapi.moh.gov.zm/fhir/sid/practitioner-role-id/DHO-LSK-DHIO-001
active: true
practitioner: Practitioner Mary Chipo Phiri (official)
organization: Organization Chilenje First Level Hospital
code: District Health Information Officer
location: Location University Teaching Hospital
healthcareService: HealthcareService DHIS2 Reporting Service
| Telecom |
| dhio.lusaka@example.org, +260-97-111-2233 |
communication: English
{
"resourceType": "PractitionerRole",
"id": "ExampleZMCorePractitionerRole",
"meta": {
"profile": [
"http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-practitioner-role"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hapi.moh.gov.zm/fhir/sid/practitioner-role-id",
"value": "DHO-LSK-DHIO-001"
}
],
"active": true,
"practitioner": {
"reference": "Practitioner/ExampleZMCorePractitioner"
},
"organization": {
"reference": "Organization/ExampleZMCoreOrganization"
},
"code": [
{
"text": "District Health Information Officer"
}
],
"location": [
{
"reference": "Location/ExampleZMCoreLocation"
}
],
"healthcareService": [
{
"reference": "HealthcareService/ExampleZMCoreHealthcareService"
}
],
"contact": [
{
"telecom": [
{
"system": "email",
"value": "dhio.lusaka@example.org"
},
{
"system": "phone",
"value": "+260-97-111-2233"
}
]
}
],
"communication": [
{
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "en",
"display": "English"
}
]
}
]
}