CH UMZH Connect IG (R4)
1.0.0-cibuild - ci-build Switzerland flag

CH UMZH Connect IG (R4), published by UMZH. This guide is not an authorized publication; it is the continuous build for version 1.0.0-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/umzhconnect/umzhconnect-ig/ and changes regularly. See the Directory of published versions

: Appointment Orthopedic Pre-Surgery Consultation - JSON Representation

Raw json | Download

{
  "resourceType" : "Appointment",
  "id" : "AppointmentOrthopedicConsultation",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment AppointmentOrthopedicConsultation</b></p><a name=\"AppointmentOrthopedicConsultation\"> </a><a name=\"hcAppointmentOrthopedicConsultation\"> </a><p><b>status</b>: Fulfilled</p><p><b>description</b>: Pre-operative orthopedic consultation prior to ACL reconstruction surgery</p><p><b>start</b>: 2026-01-08 09:00:00+0100</p><p><b>end</b>: 2026-01-08 09:30:00+0100</p><blockquote><p><b>participant</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType SBJ}\">subject</span></p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"http://registry.example.org/fhir/HealthcareService/HealthcareServiceOrthopedicsFulfiller\">http://registry.example.org/fhir/HealthcareService/HealthcareServiceOrthopedicsFulfiller</a></p><p><b>status</b>: Accepted</p></blockquote></div>"
  },
  "status" : "fulfilled",
  "description" : "Pre-operative orthopedic consultation prior to ACL reconstruction surgery",
  "start" : "2026-01-08T09:00:00+01:00",
  "end" : "2026-01-08T09:30:00+01:00",
  "participant" : [
    {
      "type" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code" : "SBJ",
              "display" : "subject"
            }
          ]
        }
      ],
      "status" : "accepted"
    },
    {
      "actor" : {
        "reference" : "http://registry.example.org/fhir/HealthcareService/HealthcareServiceOrthopedicsFulfiller"
      },
      "status" : "accepted"
    }
  ]
}