0.1.0 - ci-build

ExampleIG, published by Example Publisher. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/trifork/fhir-ig-sample/ and changes regularly. See the Directory of published versions

: exampleSchedule - XML Representation

Raw xml | Download


<Schedule xmlns="http://hl7.org/fhir">
  <id value="exampleSchedule"/>
  <meta>
    <profile value="http://example.org/StructureDefinition/ExampleSchedule"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Schedule exampleSchedule</b></p><a name="exampleSchedule"> </a><a name="hcexampleSchedule"> </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"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ExampleSchedule.html">Example Schedule</a></p></div><p><b>Extension Definition for Schedule.name for Version 5.0</b>: Example Name</p><p><b>identifier</b>: <code>http://example.org/scheduleid</code>/45 (use: usual, )</p><p><b>active</b>: true</p><p><b>serviceCategory</b>: <span title="Codes:">General Practice</span></p><p><b>serviceType</b>: <span title="Codes:">Immunization</span></p><p><b>specialty</b>: <span title="Codes:">Clinical immunology</span></p><p><b>actor</b>: <a href="Location/138803">Burgers UMC, South Wing, second floor</a></p><p><b>planningHorizon</b>: 2013-12-25 09:15:00+0000 --&gt; 2013-12-25 09:30:00+0000</p><p><b>comment</b>: The slots attached to this schedule should be specialized to cover immunizations within the clinic</p></div>
  </text>
  <extension
             url="http://hl7.org/fhir/5.0/StructureDefinition/extension-Schedule.name">
    <valueString value="Example Name"/>
  </extension>
  <identifier>
    <use value="usual"/>
    <system value="http://example.org/scheduleid"/>
    <value value="45"/>
  </identifier>
  <active value="true"/>
  <serviceCategory>
    <coding>
      <code value="17"/>
      <display value="General Practice"/>
    </coding>
  </serviceCategory>
  <serviceType>
    <coding>
      <code value="57"/>
      <display value="Immunization"/>
    </coding>
  </serviceType>
  <specialty>
    <coding>
      <code value="408480009"/>
      <display value="Clinical immunology"/>
    </coding>
  </specialty>
  <actor>
    <reference value="Location/138803"/>
    <display value="Burgers UMC, South Wing, second floor"/>
  </actor>
  <planningHorizon>
    <start value="2013-12-25T09:15:00Z"/>
    <end value="2013-12-25T09:30:00Z"/>
  </planningHorizon>
  <comment
           value="The slots attached to this schedule should be specialized to cover immunizations within the clinic"/>
</Schedule>