FHIR IG analytics| Package | org.dhin-hie.sandbox |
| Resource Type | Encounter |
| Id | Encounter-NgEncounter-002.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter NgEncounter-002
Profile: NG Encounter
status: Finished
class: ActCode: AMB (ambulatory)
subject: Musa Abdullahi Male, DoB: 1987-07-06 ( nin)
| Individual |
| Practitioner Nkiru Okeke |
period: 2025-11-04 12:15:00+0000 --> 2025-11-04 12:25:00+0000
| Location |
| Location Immunization Room |
serviceProvider: Organization Kano Central Hospital Pharmacy
{
"resourceType": "Encounter",
"id": "NgEncounter-002",
"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/NgPatient-002"
},
"participant": [
{
"individual": {
"reference": "Practitioner/NgPractitioner-002"
}
}
],
"period": {
"start": "2025-11-04T12:15:00Z",
"end": "2025-11-04T12:25:00Z"
},
"location": [
{
"location": {
"reference": "Location/NgLocation-003"
}
}
],
"serviceProvider": {
"reference": "Organization/NgOrganization-002"
}
}