Frenda Wof-Connect FLC, published by Service Well AB. This guide is not an authorized publication; it is the continuous build for version 0.1.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/servicewell/servicewell.fhir.se.frenda-wof-connect-flc/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Appointment",
"id" : "GetAppointmentByIdResultExample",
"meta" : {
"profile" : [
🔗 "https://profiles.ihe.net/ITI/Scheduling/StructureDefinition/ihe-sched-appt"
],
"tag" : [
{
"system" : "http://canonical.fhir.link/servicewell/wof-connect/CodeSystem/pms-system",
"code" : "frenda"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment GetAppointmentByIdResultExample</b></p><a name=\"GetAppointmentByIdResultExample\"> </a><a name=\"hcGetAppointmentByIdResultExample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://profiles.ihe.net/ITI/Scheduling/1.0.0/StructureDefinition-ihe-sched-appt.html\">IHE ITI Appointment Profile</a></p><p style=\"margin-bottom: 0px\">Tag: Frenda (Details: WOF-Connect PMS System code frenda = 'Frenda')</p></div><p><b>status</b>: Booked</p><p><b>serviceType</b>: <span title=\"Codes:{http://canonical.fhir.link/servicewell/wof-connect/identifiercodesystem/service-type-id 4e10ed9b-814e-41c9-999f-3866de9d5343}\">4e10ed9b-814e-41c9-999f-3866de9d5343</span></p><p><b>reasonCode</b>: <span title=\"Codes:\">integration-test create</span></p><p><b>description</b>: Akut</p><p><b>start</b>: 2025-12-01 09:00:00+0000</p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Bundle-GetScheduleContextOperationResult.html#Practitioner_3dc38cf1-2039-40f1-b85f-6164f202c235\">Utv Mattias Ekberg</a></p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Bundle-GetScheduleContextOperationResult.html#Organization_48e428b0-fb37-4224-84df-5783a301a9da\">Service Well AB</a></p><p><b>status</b>: Accepted</p></blockquote><p><b>requestedPeriod</b>: 2025-12-01 09:00:00+0000 --> (ongoing)</p></div>"
},
"status" : "booked",
"serviceType" : [
{
"coding" : [
{
"system" : "http://canonical.fhir.link/servicewell/wof-connect/identifiercodesystem/service-type-id",
"code" : "4e10ed9b-814e-41c9-999f-3866de9d5343"
}
]
}
],
"reasonCode" : [
{
"text" : "integration-test create"
}
],
"description" : "Akut",
"start" : "2025-12-01T09:00:00Z",
"participant" : [
{
"actor" : {
"reference" : "Practitioner/3dc38cf1-2039-40f1-b85f-6164f202c235",
"display" : "Utv Mattias Ekberg"
},
"status" : "accepted"
},
{
"actor" : {
"reference" : "Organization/48e428b0-fb37-4224-84df-5783a301a9da",
"display" : "Service Well AB"
},
"status" : "accepted"
}
],
"requestedPeriod" : [
{
"start" : "2025-12-01T09:00:00Z"
}
]
}