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

: bf88424f-4423-4f39-975b-2fffbd6b3090 - JSON Representation

Raw json | Download

{
  "resourceType" : "Appointment",
  "id" : "bf88424f-4423-4f39-975b-2fffbd6b3090",
  "meta" : {
    "profile" : [
      🔗 "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/InvitationAppointment"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">InvitationAppointment</div>"
  },
  "extension" : [
    {
      "url" : "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/extCareServiceCode",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://bki.skane.se/demo/fhir/CodeSystem/cs-Vardaktiviteter",
            "code" : "145",
            "display" : "Rutinundersökning"
          }
        ]
      }
    },
    {
      "url" : "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/extCareServiceArea",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "code" : "TBD"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "value" : "bf88424f-4423-4f39-975b-2fffbd6b3090"
    }
  ],
  "status" : "proposed",
  "appointmentType" : {
    "coding" : [
      {
        "code" : "CLINIC"
      }
    ]
  },
  "participant" : [
    {
      "type" : [
        {
          "coding" : [
            {
              "code" : "ADM"
            }
          ]
        }
      ],
      "actor" : {
        🔗 "reference" : "HealthcareService/SE162321000255-O43306",
        "display" : "Reference to HealtCareService"
      },
      "status" : "accepted"
    }
  ]
}