ITB Implementation Guide
0.1.0 - Release Label

ITB Implementation Guide, published by . 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/espen-servicewell/wof-portal-fhir-ig/ and changes regularly. See the Directory of published versions

: ITBAppointmentAvailableForReschedule - JSON Representation

Raw json | Download

{
  "resourceType" : "Appointment",
  "id" : "ITBAppointmentAvailableForReschedule",
  "meta" : {
    "profile" : [
      🔗 "http://portal.wof.purified.link/fhir/StructureDefinition/ITBAppointment"
    ],
    "tag" : [
      {
        "system" : "http://portal.wof.purified.link/fhir/CodeSystem/csAvailableForCancellation",
        "code" : "false"
      },
      {
        "system" : "http://portal.wof.purified.link/fhir/CodeSystem/csAvailableForReschedule",
        "code" : "true"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment ITBAppointmentAvailableForReschedule</b></p><a name=\"ITBAppointmentAvailableForReschedule\"> </a><a name=\"hcITBAppointmentAvailableForReschedule\"> </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-ITBAppointment.html\">ITB Appointment</a></p><p style=\"margin-bottom: 0px\">Tags: false (Details: csAvailableForCancellation code false), true (Details: csAvailableForReschedule code true)</p></div><p><b>status</b>: Booked</p><p><b>serviceType</b>: <span title=\"Codes:{http://portal.wof.purified.link/fhir/CodeSystem/csServiceType examination}\">Examination</span></p><p><b>start</b>: 2021-05-07 08:00:00+0000</p><p><b>end</b>: 2021-05-07 08:30:00+0000</p><p><b>minutesDuration</b>: 30</p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Patient/649\">Patient</a></p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"PractitionerRole/53248079-fd9b-4de5-8d22-d93068542def\">Tannpleier Sara Larsson</a></p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"HealthcareService/b81f2315-7476-45e8-9ae6-51f547e2d82e\">En sjov gutt clinic</a></p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Device/4\">Device</a></p><p><b>status</b>: Accepted</p></blockquote></div>"
  },
  "status" : "booked",
  "serviceType" : [
    {
      "coding" : [
        {
          "system" : "http://portal.wof.purified.link/fhir/CodeSystem/csServiceType",
          "code" : "examination"
        }
      ]
    }
  ],
  "start" : "2021-05-07T08:00:00+00:00",
  "end" : "2021-05-07T08:30:00+00:00",
  "minutesDuration" : 30,
  "participant" : [
    {
      "actor" : {
        "reference" : "Patient/649",
        "display" : "Patient"
      },
      "status" : "accepted"
    },
    {
      "actor" : {
        "reference" : "PractitionerRole/53248079-fd9b-4de5-8d22-d93068542def",
        "display" : "Tannpleier Sara Larsson"
      },
      "status" : "accepted"
    },
    {
      "actor" : {
        "reference" : "HealthcareService/b81f2315-7476-45e8-9ae6-51f547e2d82e",
        "display" : "En sjov gutt clinic"
      },
      "status" : "accepted"
    },
    {
      "actor" : {
        "reference" : "Device/4",
        "display" : "Device"
      },
      "status" : "accepted"
    }
  ]
}