FHIR IG analytics| Package | zm-core |
| Resource Type | Encounter |
| Id | Encounter-ExampleZMCoreEncounter.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter ExampleZMCoreEncounter
Profile: ZM-Core Encounter Profile
status: Completed
class: ambulatory
type: General outpatient visit
subject: John Mwale Male, DoB: 1985-05-15 ( http://hapi.moh.gov.zm/fhir/sid/nrc#123456/12/1)
serviceProvider: Organization Chilenje First Level Hospital
actualPeriod: 2025-11-15 09:00:00+0200 --> 2025-11-15 10:30:00+0200
{
"resourceType": "Encounter",
"id": "ExampleZMCoreEncounter",
"meta": {
"profile": [
"http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-encounter"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"class": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "AMB",
"display": "ambulatory"
}
]
}
],
"type": [
{
"text": "General outpatient visit"
}
],
"subject": {
"reference": "Patient/ExampleZMCorePatient"
},
"serviceProvider": {
"reference": "Organization/ExampleZMCoreOrganization"
},
"actualPeriod": {
"start": "2025-11-15T09:00:00+02:00",
"end": "2025-11-15T10:30:00+02:00"
}
}