0.1.0 - ci-build

mamaTotofhirIG, published by IntelliSOFT Consulting Ke. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IntelliSOFT-Consulting/MamaToTo-FHIR-IG/ and changes regularly. See the Directory of published versions

: Example Teleconsultation Appointment - XML Representation

Raw xml | Download


<Appointment xmlns="http://hl7.org/fhir">
  <id value="ExampleAppointment"/>
  <meta>
    <profile
             value="http://example.org/StructureDefinition/AppointmentProfile"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Appointment ExampleAppointment</b></p><a name="ExampleAppointment"> </a><a name="hcExampleAppointment"> </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-AppointmentProfile.html">AppointmentProfile</a></p></div><p><b>status</b>: Booked</p><p><b>serviceCategory</b>: <span title="Codes:{http://example.org/service-category gp}">General Practice</span></p><p><b>serviceType</b>: <span title="Codes:">General Discussion</span></p><p><b>specialty</b>: <span title="Codes:{http://snomed.info/sct 394814009}">General practice</span></p><p><b>appointmentType</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0276 FOLLOWUP}">A follow up visit from a previous appointment</span></p><p><b>priority</b>: 5</p><p><b>description</b>: Teleconsultation</p><p><b>start</b>: 2025-05-30 09:00:00+0300</p><p><b>end</b>: 2025-05-30 09:30:00+0300</p><p><b>created</b>: 2025-05-25 15:28:46+0300</p><p><b>comment</b>: Patient to connect via video link sent to their phone.</p><h3>Participants</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Actor</b></td><td><b>Required</b></td><td><b>Status</b></td></tr><tr><td style="display: none">*</td><td><a href="Patient/example">Patient/example</a></td><td>Required</td><td>Accepted</td></tr></table></div>
  </text>
  <status value="booked"/>
  <serviceCategory>
    <coding>
      <system value="http://example.org/service-category"/>
      <code value="gp"/>
    </coding>
    <text value="General Practice"/>
  </serviceCategory>
  <serviceType>
    <coding>
      <code value="52"/>
    </coding>
    <text value="General Discussion"/>
  </serviceType>
  <specialty>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="394814009"/>
    </coding>
    <text value="General practice"/>
  </specialty>
  <appointmentType>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v2-0276"/>
      <code value="FOLLOWUP"/>
    </coding>
    <text value="A follow up visit from a previous appointment"/>
  </appointmentType>
  <priority value="5"/>
  <description value="Teleconsultation"/>
  <start value="2025-05-30T09:00:00+03:00"/>
  <end value="2025-05-30T09:30:00+03:00"/>
  <created value="2025-05-25T15:28:46+03:00"/>
  <comment value="Patient to connect via video link sent to their phone."/>
  <participant>
    <actor>
      <reference value="Patient/example"/>
    </actor>
    <required value="required"/>
    <status value="accepted"/>
  </participant>
</Appointment>