FHIR IG analytics| Package | silfhirprofileig |
| Resource Type | Appointment |
| Id | Appointment-ExampleSGHIAppointment.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Appointment ExampleSGHIAppointment
Profile: SGHI Appointment Profile
identifier: Accession ID/APT123456 (use: official, )
status: Booked
specialty: General practice
appointmentType: Routine appointment
| Reference |
| Observation |
priority: Routine
start: 2023-11-25 09:00:00+0000
end: 2023-11-25 09:30:00+0000
created: 2023-11-20 10:00:00+0000
note:
Patient requested morning appointment
subject: James Pond(official) Male, DoB: 1990-07-15 ( Medical Record Number: 12345)
| Type | Actor | Status |
| Attender | James Pond(official) Male, DoB: 1990-07-15 ( Medical Record Number: 12345) | Accepted |
{
"resourceType": "Appointment",
"id": "ExampleSGHIAppointment",
"meta": {
"profile": [
"https://fhir.slade360.co.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://terminology.hl7.org/CodeSystem/v2-0203",
"value": "APT123456",
"assigner": {
"reference": "Organization/ExampleSGHIOrganization"
}
}
],
"status": "booked",
"specialty": [
{
"coding": [
{
"system": "http://loinc.org/",
"code": "394814009",
"display": "General practice"
}
]
}
],
"appointmentType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0276",
"code": "ROUTINE",
"display": "Routine appointment"
}
]
},
"reason": [
{
"reference": {
"reference": "Condition/ExampleSGHICondition",
"display": "Observation"
}
}
],
"priority": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActPriority",
"code": "R",
"display": "Routine"
}
]
},
"start": "2023-11-25T09:00:00Z",
"end": "2023-11-25T09:30:00Z",
"created": "2023-11-20T10:00:00Z",
"note": [
{
"text": "Patient requested morning appointment"
}
],
"subject": {
"reference": "Patient/ExampleSGHIPatient"
},
"participant": [
{
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "ATND",
"display": "Attender"
}
]
}
],
"actor": {
"reference": "Patient/ExampleSGHIPatient"
},
"status": "accepted"
}
]
}