FHIR IG analytics| Package | zw.fhir.ig.core |
| Resource Type | Encounter |
| Id | Encounter-encounter1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter encounter1
Profile: Zimbabwe Encounter
status: Finished
class: ActCode: AMB (ambulatory)
| Individual |
| Practitioner Rudo Ncube (official) |
period: 2026-05-01 09:00:00+0200 --> 2026-05-01 09:30:00+0200
| Location |
| Location Parirenyatwa Outpatients Department |
serviceProvider: Organization Parirenyatwa Group of Hospitals
{
"resourceType": "Encounter",
"id": "encounter1",
"meta": {
"profile": [
"http://mohcc.gov.zw/fhir/core/StructureDefinition/zw-encounter"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "AMB",
"display": "ambulatory"
},
"subject": {
"reference": "Patient/zw-patient-example"
},
"participant": [
{
"individual": {
"reference": "Practitioner/practitioner1"
}
}
],
"period": {
"start": "2026-05-01T09:00:00+02:00",
"end": "2026-05-01T09:30:00+02:00"
},
"location": [
{
"location": {
"reference": "Location/location1"
}
}
],
"serviceProvider": {
"reference": "Organization/organization1"
}
}