Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: General Schedule Example - XML Representation

Raw xml | Download



<Schedule xmlns="http://hl7.org/fhir">
  <id value="Example1"/>
  <meta>
    <profile
             value="https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-schedule-profile"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Schedule Example1</b></p><a name="Example1"> </a><a name="hcExample1"> </a><a name="Example1-en-US"> </a><p><b>identifier</b>: Unspecified Identifier/53</p><p><b>active</b>: false</p><p><b>serviceType</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/service-type 124}">General Practice</span></p><p><b>actor</b>: <a href="Practitioner-Example1.html">Practitioner Harry S. Winston </a></p><p><b>planningHorizon</b>: 2020-08-28 00:00:00-0600 --&gt; 2020-08-29 00:00:00-0600</p><p><b>comment</b>: New Schedule</p></div>
  </text>
  <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/ScheduleId/Training"/>
    <value value="53"/>
  </identifier>
  <active value="false"/>
  <serviceType>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/service-type"/>
      <code value="124"/>
      <display value="General Practice"/>
    </coding>
    <text value="General Practice"/>
  </serviceType>
  <actor>🔗 
    <reference value="Practitioner/Example1"/>
  </actor>
  <planningHorizon>
    <start value="2020-08-28T00:00:00-06:00"/>
    <end value="2020-08-29T00:00:00-06:00"/>
  </planningHorizon>
  <comment value="New Schedule"/>
</Schedule>