Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: General Appointment Example - XML Representation

Raw xml | Download



<Appointment xmlns="http://hl7.org/fhir">
  <id value="Example1"/>
  <meta>
    <lastUpdated value="2021-06-03T01:58:04.313+05:30"/>
    <profile
             value="https://mydata.athenahealth.com/r4/fhir/StructureDefinition/athena-appointment-profile"/>
    <security>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
      <code value="N"/>
      <display value="Normal"/>
    </security>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Appointment Example1</b></p><a name="Example1"> </a><a name="hcExample1"> </a><a name="Example1-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">Last updated: 2021-06-03 01:58:04+0530</p><p style="margin-bottom: 0px">Profile: <code>https://mydata.athenahealth.com/r4/fhir/StructureDefinition/athena-appointment-profile</code></p><p style="margin-bottom: 0px">Security Label: Normal (Details: Confidentiality code N  = ' normal ', stated as ' Normal ')</p></div><p><b>status</b>: Proposed</p><p><b>serviceType</b>: <span title="Codes:{https://docs.mydata.athenahealth.com/fhir-r4/CodeSystem/athena-appointment-service-type.html 184}">Casual Consult</span></p><p><b>description</b>: Casual Consult</p><p><b>start</b>: 2024-04-12 09:00:00+0530</p><p><b>end</b>: 2024-04-12 09:15:00+0530</p><p><b>minutesDuration</b>: 15</p><p><b>slot</b>: <a href="Slot/1268356">Slot/1268356</a></p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href="Patient-Example1.html">Robert S Benson (official) Male, DoB: 1974-05-21 ( Medical record number)</a></p><p><b>status</b>: Tentative</p></blockquote><blockquote><p><b>participant</b></p><p><b>type</b>: <span title="Codes:{http://hl7.org/fhir/v3/ParticipationType PPRF}">primary performer</span></p><p><b>actor</b>: <a href="Practitioner-Example1.html">Practitioner Harry S. Winston </a></p><p><b>status</b>: Tentative</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href="Location-Example1.html">Location WC</a></p><p><b>status</b>: Tentative</p></blockquote><blockquote><p><b>participant</b></p><p><b>type</b>: <span title="Codes:{https://mydata.athenahealth.com/fhir/athenaFlex/codesystem/PARTICIPANTTYPECPS Resource}">Resource</span></p><p><b>actor</b>: <a href="Location-RES-Example.html">Location Exam Room 1</a></p><p><b>status</b>: Tentative</p></blockquote></div>
  </text>
  <status value="proposed">
    <extension
               url="https://mydata.athenahealth.com/r4/fhir/StructureDefinition/athena-originalCode">
      <valueCoding>
        <system
                value="https://mydata.athenahealth.com/fhir/athenaFlex/codesystem/appointmentstatus_cps"/>
        <code value="proposed"/>
        <display value="Proposed"/>
      </valueCoding>
    </extension>
  </status>
  <serviceType>
    <coding>
      <system
              value="https://docs.mydata.athenahealth.com/fhir-r4/CodeSystem/athena-appointment-service-type.html"/>
      <code value="184"/>
      <display value="Casual Consult"/>
    </coding>
    <text value="Casual Consult"/>
  </serviceType>
  <description value="Casual Consult"/>
  <start value="2024-04-12T09:00:00.000+05:30"/>
  <end value="2024-04-12T09:15:00.000+05:30"/>
  <minutesDuration value="15"/>
  <slot>
    <reference value="Slot/1268356"/>
  </slot>
  <participant>
    <actor>🔗 
      <reference value="Patient/Example1"/>
    </actor>
    <status value="tentative"/>
  </participant>
  <participant>
    <type>
      <coding>
        <system value="http://hl7.org/fhir/v3/ParticipationType"/>
        <code value="PPRF"/>
        <display value="primary performer"/>
      </coding>
      <text value="primary performer"/>
    </type>
    <actor>🔗 
      <reference value="Practitioner/Example1"/>
    </actor>
    <status value="tentative"/>
  </participant>
  <participant>
    <actor>🔗 
      <reference value="Location/Example1"/>
    </actor>
    <status value="tentative"/>
  </participant>
  <participant>
    <type>
      <coding>
        <system
                value="https://mydata.athenahealth.com/fhir/athenaFlex/codesystem/PARTICIPANTTYPECPS"/>
        <code value="Resource"/>
        <display value="Resource"/>
      </coding>
      <text value="Resource"/>
    </type>
    <actor>🔗 
      <reference value="Location/RES-Example"/>
    </actor>
    <status value="tentative"/>
  </participant>
</Appointment>