FHIR IG analytics| Package | hl7.fhir.be.patient-monitoring |
| Resource Type | Appointment |
| Id | Appointment-Appointment-testapp.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Appointment Appointment-testapp
identifier: https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/bifrost/afsprakenBoek/slotNr/123456 (use: usual, )
status: Fulfilled
start: 2025-08-11 09:15:00+0200
end: 2025-08-11 09:25:00+0200
minutesDuration: 10
created: 2025-08-06 13:16:41+0200
participant
actor: Location UZ Leuven - Consultation
status: Accepted
participant
status: Accepted
{
"resourceType": "Appointment",
"id": "Appointment-testapp",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "usual",
"system": "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/bifrost/afsprakenBoek/slotNr",
"value": "123456"
}
],
"status": "fulfilled",
"start": "2025-08-11T09:15:00.000+02:00",
"end": "2025-08-11T09:25:00.000+02:00",
"minutesDuration": 10,
"created": "2025-08-06T13:16:41+02:00",
"participant": [
{
"actor": {
"reference": "Location/testloc"
},
"status": "accepted"
},
{
"actor": {
"reference": "Patient/Patient-123"
},
"status": "accepted"
}
]
}