FHIR IG analytics| Package | hie-fhir-ig-profile |
| Resource Type | Appointment |
| Id | Appointment-HIEAppointment-example.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Appointment
Booked outpatient consultation for headache. Duration 30 minutes. Patient and clinician confirmed. Linked to the originating service request and clinical condition.
| Field | Value |
|---|---|
| Status | booked |
| Start | 2025-11-20T09:00:00+03:00 |
| End | 2025-11-20T09:30:00+03:00 |
| Minutes | 30 |
| Service Category | Ambulatory care |
| Service Type | General practice consult |
| Reason | Headache (SNOMED 25064002) |
| Subject | Jane Patient (Patient/p-001) |
| Performer | Dr. John Clinician (HIEPractitioner/pr-001) |
| Location | Outpatient Room 3 (Location/loc-OPD) |
{
"resourceType": "Appointment",
"id": "HIEAppointment-example",
"meta": {
"profile": [
"https://nshr.dha.go.ke/fhir/StructureDefinition/appointment"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "ACSN",
"display": "Accession ID"
}
]
},
"system": "http://example.org/appointments",
"value": "APT-2025-0001"
}
],
"status": "booked",
"serviceCategory": [
{
"coding": [
{
"system": "http://example.org/fhir/CodeSystem/service-category",
"code": "AMB",
"display": "Ambulatory care"
}
]
}
],
"serviceType": [
{
"coding": [
{
"system": "http://example.org/fhir/CodeSystem/service-type",
"code": "GP",
"display": "General practice consult"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "394814009",
"display": "General practice"
}
]
}
],
"appointmentType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0276",
"code": "ROUTINE",
"display": "Routine"
}
]
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "25064002",
"display": "Headache"
}
]
}
],
"reasonReference": [
{
"reference": "Condition/cond-001",
"display": "Acute headache"
}
],
"priority": 5,
"description": "Outpatient consultation with GP for headache evaluation",
"start": "2025-11-20T09:00:00+03:00",
"end": "2025-11-20T09:30:00+03:00",
"minutesDuration": 30,
"slot": [
{
"reference": "Slot/slot-001",
"display": "Clinic slot 9:00–9:30 AM"
}
],
"created": "2025-11-18T14:05:00+03:00",
"basedOn": [
{
"reference": "ServiceRequest/sr-001",
"display": "Consultation request"
}
],
"participant": [
{
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/participant-type",
"code": "SBJ",
"display": "subject"
}
]
}
],
"actor": {
"reference": "Patient/p-001",
"display": "Jane Patient"
},
"status": "accepted"
},
{
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/participant-type",
"code": "PPRF",
"display": "primary performer"
}
]
}
],
"actor": {
"reference": "HIEPractitioner/pr-001",
"display": "Dr. John Clinician"
},
"status": "accepted"
},
{
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/participant-type",
"code": "LOC",
"display": "location"
}
]
}
],
"actor": {
"reference": "Location/loc-OPD",
"display": "Outpatient Room 3"
},
"status": "accepted"
},
{
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/participant-type",
"code": "PART",
"display": "participation"
}
]
}
],
"actor": {
"reference": "HealthcareService/hs-gp",
"display": "General Practice Service"
},
"status": "accepted"
}
]
}