<Appointment xmlns="http://hl7.org/fhir">
  <id value="4ZZUBPVDNDQ8F42RCYLY0KQFXWD3JCMI" />
  <meta>
    <tag>
      <system value="https://intrahealth.com/appointmentId" />
      <code value="88" />
    </tag>
  </meta>
  <extension url="https://localhost:5190/AppointmentCase">
    <valueString value="{&quot;Id&quot;:1,&quot;CaseTitle&quot;:&quot;test za medrec&quot;,&quot;Status&quot;:1}" />
  </extension>
  <status value="arrived" />
  <appointmentType>
    <coding>
      <system value="https://intrahealth.com/CodeSystem/appointment-mode" />
      <code value="3" />
      <display value="PHONE-CONSULT" />
    </coding>
    <coding>
      <system value="https://intrahealth.com/CodeSystem/appointment-type" />
      <code value="TRAVELIMM" />
      <display value="Travel Immunization" />
    </coding>
  </appointmentType>
  <reasonCode>
    <text value="INJECTION, INTRA-ARTICULAR - HIPPP" />
  </reasonCode>
  <start value="2024-10-29T12:15:00-07:00" />
  <end value="2024-10-29T12:30:00-07:00" />
  <minutesDuration value="15" />
  <created value="2024-10-15T18:56:37.297+00:00" />
  <participant>
    <actor>
      <extension url="https://intrahealth.com/appointmentLocation">
        <valueString value="" />
      </extension>
      <reference value="Location/3" />
    </actor>
    <status value="accepted" />
  </participant>
  <participant>
    <actor>
      <reference value="Patient/3" />
      <type value="Patient" />
      <display value="Test, Intrahealth 1" />
    </actor>
    <status value="accepted" />
    <period>
      <start value="2024-10-15T12:33:29-07:00" />
    </period>
  </participant>
</Appointment>