0.1.0 - ci-build

TCFHIRAGSchedulingR5 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: HL7ATSchedulingAppointmentExample01 - XML Representation

Raw xml | Download


<Appointment xmlns="http://hl7.org/fhir">
  <id value="HL7ATSchedulingAppointmentExample01"/>
  <meta>
    <profile
             value="http://hl7.at/fhir/TC-FHIR-AG-Scheduling-R5/R5/StructureDefinition/at-scheduling-appointment"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Appointment HL7ATSchedulingAppointmentExample01</b></p><a name="HL7ATSchedulingAppointmentExample01"> </a><a name="hcHL7ATSchedulingAppointmentExample01"> </a><a name="HL7ATSchedulingAppointmentExample01-en-US"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-at-scheduling-appointment.html">HL7® AT Scheduling Appointment Profile</a></p></div><p><b>status</b>: Booked</p><p><b>appointmentType</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0276 CHECKUP}">Routineuntersuchung</span></p><p><b>description</b>: Routineuntersuchung beim Hausarzt</p><p><b>start</b>: 2025-06-01 09:00:00+0200</p><p><b>end</b>: 2025-06-01 09:30:00+0200</p><p><b>minutesDuration</b>: 30</p><p><b>created</b>: 2025-05-10 14:23:00+0200</p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href="http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/2.0.0/Patient-HL7ATCorePatientExample01.html">Max Mustermann</a></p><p><b>required</b>: true</p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href="http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/2.0.0/Practitioner-HL7ATCorePractitionerExample01.html">Melanie Musterärztin</a></p><p><b>required</b>: true</p><p><b>status</b>: Accepted</p></blockquote></div>
  </text>
  <status value="booked"/>
  <appointmentType>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v2-0276"/>
      <code value="CHECKUP"/>
      <display value="Routineuntersuchung"/>
    </coding>
  </appointmentType>
  <description value="Routineuntersuchung beim Hausarzt"/>
  <start value="2025-06-01T09:00:00+02:00"/>
  <end value="2025-06-01T09:30:00+02:00"/>
  <minutesDuration value="30"/>
  <created value="2025-05-10T14:23:00+02:00"/>
  <participant>
    <actor>
      <reference value="Patient/HL7ATCorePatientExample01"/>
      <display value="Max Mustermann"/>
    </actor>
    <required value="true"/>
    <status value="accepted"/>
  </participant>
  <participant>
    <actor>
      <reference value="Practitioner/HL7ATCorePractitionerExample01"/>
      <display value="Melanie Musterärztin"/>
    </actor>
    <required value="true"/>
    <status value="accepted"/>
  </participant>
</Appointment>