FHIR IG analytics| Package | org.dhin-hie.sandbox |
| Resource Type | Encounter |
| Id | Encounter-NgEncounter-001.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter NgEncounter-001
Profile: NG Encounter
status: Finished
class: ActCode: AMB (ambulatory)
subject: Kemi Adebayo Female, DoB: 1995-02-14 ( nin)
| Individual |
| Practitioner Kehinde Adebayo |
period: 2025-11-04 09:00:00+0000 --> 2025-11-04 09:35:00+0000
| Location |
| Location Pharmacy Counter |
serviceProvider: Organization Gwagwalada Model PHC
{
"resourceType": "Encounter",
"id": "NgEncounter-001",
"meta": {
"profile": [
"https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-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/00114455-e5f6-4789-a123-456789abcdef"
},
"participant": [
{
"individual": {
"reference": "Practitioner/00124455-e5f6-4789-a123-456789abcdef"
}
}
],
"period": {
"start": "2025-11-04T09:00:00Z",
"end": "2025-11-04T09:35:00Z"
},
"location": [
{
"location": {
"reference": "Location/NgLocation-002"
}
}
],
"serviceProvider": {
"reference": "Organization/NgOrganization-003"
}
}