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

: AppointmentCancellationSe Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Appointment",
  "id" : "6563623",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.cambio.se/StructureDefinition/AppointmentCancellationSe/v1"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment 6563623</b></p><a name=\"6563623\"> </a><a name=\"hc6563623\"> </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-AppointmentCancellationSe.html\">AppointmentCancellationSe</a></p></div><p><b>AppointmentMessage</b>: Operation bokad.</p><p><b>status</b>: Cancelled</p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Actor</b></td><td><b>Required</b></td><td><b>Status</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType PART}\">11103</span></td><td><a href=\"Patient/11103\">Patient/11103</a></td><td>Required</td><td>Accepted</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "https://fhir.cambio.se/StructureDefinition/appointment-message",
      "valueString" : "Operation bokad."
    }
  ],
  "status" : "cancelled",
  "participant" : [
    {
      "type" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code" : "PART"
            }
          ],
          "text" : "11103"
        }
      ],
      "actor" : {
        "reference" : "Patient/11103",
        "type" : "Patient"
      },
      "required" : "required",
      "status" : "accepted"
    }
  ]
}