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

: MinimalInvitationAppointment - JSON Representation

Raw json | Download

{
  "resourceType" : "Appointment",
  "id" : "MinimalInvitationAppointment",
  "meta" : {
    "profile" : [
      🔗 "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/InvitationAppointment"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment MinimalInvitationAppointment</b></p><a name=\"MinimalInvitationAppointment\"> </a><a name=\"hcMinimalInvitationAppointment\"> </a><a name=\"MinimalInvitationAppointment-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:{https://tirs.skane.se/sdv-millennium/id/codevalueset/34 TBD}\">TBD</span></p><p><b>identifier</b>: bf405efd-27f0-4f65-bca1-8dfbe35d22d1</p><p><b>status</b>: Booked</p><p><b>appointmentType</b>: <span title=\"Codes:\">VIDEO</span></p><p><b>start</b>: 2027-01-25 13:30:00+0000</p><p><b>end</b>: 2027-01-25 14:00:00+0000</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>Status</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">ADM</span></td><td><a href=\"HealthcareService-MinimalHealthcareService.html\">Reference to HealtCareService</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" : [
          {
            "system" : "https://tirs.skane.se/sdv-millennium/id/codevalueset/34",
            "code" : "TBD"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "value" : "bf405efd-27f0-4f65-bca1-8dfbe35d22d1"
    }
  ],
  "status" : "booked",
  "appointmentType" : {
    "coding" : [
      {
        "code" : "VIDEO"
      }
    ]
  },
  "start" : "2027-01-25T13:30:00Z",
  "end" : "2027-01-25T14:00:00Z",
  "participant" : [
    {
      "type" : [
        {
          "coding" : [
            {
              "code" : "ADM"
            }
          ]
        }
      ],
      "actor" : {
        🔗 "reference" : "HealthcareService/MinimalHealthcareService",
        "display" : "Reference to HealtCareService"
      },
      "status" : "accepted"
    }
  ]
}