AddCommunication Implementation Guide
2.2 - version 2.2

This page is part of the Release of AddCommunication IG (v2.2: Release) based on FHIR (HL7® FHIR® Standard) v5.0.0. . For a full list of available versions, see the Directory of published versions

: MinimalReminderAppointment - JSON Representation

Raw json | Download

{
  "resourceType" : "Appointment",
  "id" : "MinimalReminderAppointment",
  "meta" : {
    "profile" : [
      🔗 "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/ReminderAppointment"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment MinimalReminderAppointment</b></p><a name=\"MinimalReminderAppointment\"> </a><a name=\"hcMinimalReminderAppointment\"> </a><a name=\"MinimalReminderAppointment-en-US\"> </a><p><b>Code for care service</b>: <span title=\"Codes:\">168</span></p><p><b>Care service area</b>: <span title=\"Codes:\">TBD</span></p><p><b>identifier</b>: 47a7f3d6-7216-4704-b5c1-bb7955812ea8</p><p><b>status</b>: Booked</p><p><b>appointmentType</b>: <span title=\"Codes:\">clinic</span></p><p><b>start</b>: 2075-04-09 09:00:00+0000</p><p><b>end</b>: 2075-04-09 09:30:00+0000</p><p><b>minutesDuration</b>: 30</p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td><td><b>Status</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"HealthcareService-MinimalReminderHealthcareService.html\">HealthCareService</a></td><td>Accepted</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/extCareServiceCode",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "code" : "168"
          }
        ]
      }
    },
    {
      "url" : "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/extCareServiceArea",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "code" : "TBD"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "value" : "47a7f3d6-7216-4704-b5c1-bb7955812ea8"
    }
  ],
  "status" : "booked",
  "appointmentType" : {
    "coding" : [
      {
        "code" : "clinic"
      }
    ]
  },
  "start" : "2075-04-09T09:00:00Z",
  "end" : "2075-04-09T09:30:00Z",
  "minutesDuration" : 30,
  "participant" : [
    {
      "actor" : {
        🔗 "reference" : "HealthcareService/MinimalReminderHealthcareService",
        "display" : "HealthCareService"
      },
      "status" : "accepted"
    }
  ]
}