CH UMZH Connect IG (R4)
1.0.0-cibuild - ci-build
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 xmlns="http://hl7.org/fhir">
<id value="AppointmentOrthopedicConsultation"/>
<text>
<status value="generated"/>
<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>
</text>
<status value="fulfilled"/>
<description
value="Pre-operative orthopedic consultation prior to ACL reconstruction surgery"/>
<start value="2026-01-08T09:00:00+01:00"/>
<end value="2026-01-08T09:30:00+01:00"/>
<participant>
<type>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>
<code value="SBJ"/>
<display value="subject"/>
</coding>
</type>
<status value="accepted"/>
</participant>
<participant>
<actor>
<reference
value="http://registry.example.org/fhir/HealthcareService/HealthcareServiceOrthopedicsFulfiller"/>
</actor>
<status value="accepted"/>
</participant>
</Appointment>