Argo-Scheduling Implementation Guide Release 1.0.0

This page is part of the Argonaut Scheduling Implementation Guide (v1.0.0: Release) based on FHIR R3. This is the current published version. For a full list of available versions, see the Directory of published versions

XML Format: Schedule-arg-s-6

Raw xml


<Schedule xmlns="http://hl7.org/fhir">
  <id value="arg-s-6"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: arg-s-6</p><p><b>active</b>: true</p><p><b>serviceType</b>: WELL CHILD <span style="background: LightGoldenRodYellow">(Details : {http://fhir.org/guides/argonaut-scheduling/CodeSystem/visit-type code 'well-child' = 'WELL CHILD', given as 'WELL CHILD'})</span></p><p><b>specialty</b>: Family practice <span style="background: LightGoldenRodYellow">(Details : {SNOMED CT code '419772000' = 'Family practice (qualifier value)', given as 'Family practice'})</span></p><p><b>actor</b>: <a href="Practitioner-dr-y.html">Dr. Y. Generated Summary: id: dr-y; 9941339108, 25456; Y </a></p><p><b>planningHorizon</b>: 07/08/2017 12:00:00 AM --&gt; 07/08/2017 12:00:00 AM</p><p><b>comment</b>: two week schedule for Dr. Y</p></div>
  </text>
  <active value="true"/>
  <serviceType>
    <coding>
      <system
              value="http://fhir.org/guides/argonaut-scheduling/CodeSystem/visit-type"/>
      <code value="well-child"/>
      <display value="WELL CHILD"/>
    </coding>
    <text value="WELL CHILD"/>
  </serviceType>
  <specialty>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="419772000"/>
      <display value="Family practice"/>
    </coding>
  </specialty>
  <actor>
    <reference value="Practitioner/dr-y"/>
    <display value="Dr. Y"/>
  </actor>
<!-- two week horizon -->
  <planningHorizon>
    <start value="2017-08-07"/>
    <end value="2017-08-07"/>
  </planningHorizon>
  <comment value="two week schedule for Dr. Y"/>
</Schedule>