1.0.0 - release
CambioOpenServicesIG - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Appointment",
"id" : "284231",
"meta" : {
"profile" : [
🔗 "https://fhir.cambio.se/StructureDefinition/AppointmentRebookingSe/v1"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment 284231</b></p><a name=\"284231\"> </a><a name=\"hc284231\"> </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=\"StructureDefinition-AppointmentRebookingSe.html\">AppointmentRebookingSe</a></p></div><p><b>AppointmentMessage</b>: Sjukdom</p><p><b>status</b>: Proposed</p><p><b>start</b>: 2020-01-07 13:15:00+0100</p><p><b>end</b>: 2020-01-07 13:30:00+0100</p><p><b>slot</b>: <code>Slot/{{timeSlotID}}</code></p><blockquote><p><b>participant</b></p><p><b>actor</b>: Identifier: <code>urn:oid:1.2.752.129.2.1.3.1</code>/{{personalNumber}}</p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: {{serviceType}}</p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: Identifier: <code>urn:oid:1.2.752.129.2.1.4.1</code>/{{healthCareUnitID}}</p><p><b>status</b>: Accepted</p></blockquote></div>"
},
"extension" : [
{
"url" : "https://fhir.cambio.se/StructureDefinition/appointment-message",
"valueString" : "Sjukdom"
}
],
"status" : "proposed",
"start" : "2020-01-07T13:15:00+01:00",
"end" : "2020-01-07T13:30:00+01:00",
"slot" : [
{
"reference" : "Slot/{{timeSlotID}}"
}
],
"participant" : [
{
"actor" : {
"type" : "Patient",
"identifier" : {
"system" : "urn:oid:1.2.752.129.2.1.3.1",
"value" : "{{personalNumber}}"
}
},
"status" : "accepted"
},
{
"actor" : {
"id" : "{{serviceTypeID}}",
"type" : "HealthcareService",
"display" : "{{serviceType}}"
},
"status" : "accepted"
},
{
"actor" : {
"type" : "Location",
"identifier" : {
"system" : "urn:oid:1.2.752.129.2.1.4.1",
"value" : "{{healthCareUnitID}}"
}
},
"status" : "accepted"
}
]
}