Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: General Slot Example - XML Representation

Raw xml | Download



<Slot xmlns="http://hl7.org/fhir">
  <id value="Example1"/>
  <meta>
    <profile
             value="https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-slot-profile"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Slot Example1</b></p><a name="Example1"> </a><a name="hcExample1"> </a><a name="Example1-en-US"> </a><p><b>identifier</b>: Unspecified Identifier/1268240</p><p><b>serviceType</b>: <span title="Codes:{https://docs.mydata.athenahealth.com/fhir-r4/CodeSystem/athena-appointment-service-type.html 182}">followup_12</span></p><p><b>schedule</b>: <a href="Schedule/144">Schedule/144</a></p><p><b>status</b>: Free</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>overbooked</b>: false</p></div>
  </text>
  <extension
             url="https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-slot-extension-facility">
    <valueString value="23"/>
  </extension>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="U"/>
        <display value="Unspecified Identifier"/>
      </coding>
      <text value="Unspecified Identifier"/>
    </type>
    <system
            value="https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/SlotId/1000-4-9390"/>
    <value value="1268240"/>
  </identifier>
  <serviceType>
    <coding>
      <system
              value="https://docs.mydata.athenahealth.com/fhir-r4/CodeSystem/athena-appointment-service-type.html"/>
      <code value="182"/>
      <display value="followup_12"/>
    </coding>
    <text value="followup_12"/>
  </serviceType>
  <schedule>
    <reference value="Schedule/144"/>
  </schedule>
  <status value="free">
    <extension
               url="https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-originalCode">
      <valueCoding>
        <system
                value="https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/slotstatus"/>
        <code value="0"/>
        <display value="Available"/>
      </valueCoding>
    </extension>
  </status>
  <start value="2024-04-12T09:00:00.000+05:30"/>
  <end value="2024-04-12T09:15:00.000+05:30"/>
  <overbooked value="false"/>
</Slot>