Finnish Scheduling
0.2.0 - draft
This page is part of the Finnish Scheduling (v0.2.0: STU 1 Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Appointment",
"id" : "605791",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment 605791</b></p><a name=\"605791\"> </a><a name=\"hc605791\"> </a><a name=\"605791-fi-FI\"> </a><p><b>status</b>: Booked</p><p><b>start</b>: 2020-01-01 12:00:00+0200</p><p><b>end</b>: 2020-01-01 12:30:00+0200</p><p><b>slot</b>: <a href=\"Slot-123456789.html\">Slot: identifier = 123456789; serviceCategory = Perheoikeudelliset palvelut; serviceType = Isyyden selvittämispalvelu; appointmentType = Kertakäynti toimipaikassa; status = free; start = 2020-01-01 12:00:00+0200; end = 2020-01-01 12:30:00+0200</a></p><p><b>created</b>: 2019-12-01</p></div>"
},
"extension" : [
{
"url" : "http://hl7.fi/fhir/StructureDefinition/ChildAppointment",
"valueIdentifier" : {
"value" : "345678901"
}
},
{
"url" : "http://hl7.fi/fhir/StructureDefinition/ChildAppointment",
"valueIdentifier" : {
"value" : "456789012"
}
}
],
"status" : "booked",
"start" : "2020-01-01T12:00:00+02:00",
"end" : "2020-01-01T12:30:00+02:00",
"slot" : [
{
🔗 "reference" : "Slot/123456789"
}
],
"created" : "2019-12-01"
}