FHIR IG analytics| Package | org.dhin-hie.sandbox |
| Resource Type | Appointment |
| Id | Appointment-NgAppointment-001.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Appointment NgAppointment-001
Profile: NG Appointment
status: Booked
description: Child immunization visit (MCV1)
start: 2025-11-06 10:30:00+0100
end: 2025-11-06 10:45:00+0100
participant
actor: Kemi Adebayo Female, DoB: 1995-02-14 ( nin)
required: Required
status: Accepted
participant
actor: Practitioner Kehinde Adebayo
required: Required
status: Accepted
{
"resourceType": "Appointment",
"id": "NgAppointment-001",
"meta": {
"profile": [
"https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-appointment"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "booked",
"description": "Child immunization visit (MCV1)",
"start": "2025-11-06T10:30:00+01:00",
"end": "2025-11-06T10:45:00+01:00",
"participant": [
{
"actor": {
"reference": "Patient/00114455-e5f6-4789-a123-456789abcdef"
},
"required": "required",
"status": "accepted"
},
{
"actor": {
"reference": "Practitioner/00124455-e5f6-4789-a123-456789abcdef"
},
"required": "required",
"status": "accepted"
}
]
}