Patient Monitoring Outcome FHIR Implementation Guide, published by HL7 Belgium. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/patient-monitoring/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Appointment",
"id" : "Appointment-testapp",
"language" : "en",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment Appointment-testapp</b></p><a name=\"Appointment-testapp\"> </a><a name=\"hcAppointment-testapp\"> </a><p><b>identifier</b>: <code>https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/bifrost/afsprakenBoek/slotNr</code>/123456\u00a0(use:\u00a0usual,\u00a0)</p><p><b>status</b>: Fulfilled</p><p><b>start</b>: 2025-08-11 09:15:00+0200</p><p><b>end</b>: 2025-08-11 09:25:00+0200</p><p><b>minutesDuration</b>: 10</p><p><b>created</b>: 2025-08-06 13:16:41+0200</p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Location-testloc.html\">Location UZ Leuven - Raadpleging</a></p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Patient-Patient-123.html\">NUMMER 15 KWS-TESTPATIENT (official) Female, DoB: 1931-04-19 ( Medical record number: 310419V999\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>status</b>: Accepted</p></blockquote></div>"
},
"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"
}
]
}