FHIR IG analytics| Package | hie-fhir-ig-profile |
| Resource Type | AppointmentResponse |
| Id | AppointmentResponse-HIEAppointmentResponse-example.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Appointment Response
Primary performer accepted the booking. Confirms a 30 minute window.
| Field | Value |
|---|---|
| Appointment | HIEAppointment APT-2025-0001 |
| Actor | Dr. John Clinician (HIEPractitioner/pr-001) |
| Status | accepted |
| Start | 2025-11-20T09:00:00+03:00 |
| End | 2025-11-20T09:30:00+03:00 |
| Role | primary performer |
| Comment | Confirmed, please arrive 10 minutes early |
{
"resourceType": "AppointmentResponse",
"id": "HIEAppointmentResponse-example",
"meta": {
"profile": [
"https://nshr.dha.go.ke/fhir/StructureDefinition/appointmentresponse"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "FILL",
"display": "Filler Identifier"
}
]
},
"system": "http://example.org/appointment-responses",
"value": "APR-2025-0001"
}
],
"appointment": {
"reference": "Appointment/HIEAppointment-example",
"display": "Booked GP consult"
},
"start": "2025-11-20T09:00:00+03:00",
"end": "2025-11-20T09:30:00+03:00",
"participantType": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/participant-type",
"code": "PPRF",
"display": "primary performer"
}
]
}
],
"actor": {
"reference": "HIEPractitioner/pr-001",
"display": "Dr. John Clinician"
},
"participantStatus": "accepted",
"comment": "Confirmed, please arrive 10 minutes early"
}