FHIR IG analytics| Package | hl7.fhir.cz.img-order |
| Resource Type | Appointment |
| Id | Appointment-AppointmentExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Appointment AppointmentExample
Profile: Appointment: Imaging Order (CZ)
status: Booked
description: Pravidelná kontrola
start: 2025-06-01 07:00:00+0200
end: 2025-06-01 07:30:00+0200
minutesDuration: 30
created: 2025-05-27
patientInstruction: Nalačno
| Actor | Required | Status |
| Ordinace - Jankovcova 2 | Required | Accepted |
{
"resourceType": "Appointment",
"id": "AppointmentExample",
"meta": {
"profile": [
"https://hl7.cz/fhir/img-order/StructureDefinition/cz-appointment"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "booked",
"description": "Pravidelná kontrola",
"start": "2025-06-01T07:00:00+02:00",
"end": "2025-06-01T07:30:00+02:00",
"minutesDuration": 30,
"created": "2025-05-27",
"patientInstruction": "Nalačno",
"participant": [
{
"actor": {
"reference": "Location/LocationExample",
"display": "Ordinace - Jankovcova 2"
},
"required": "required",
"status": "accepted"
}
]
}