FHIR Belgium Base IG
0.1.0 -

FHIR Belgium Base IG - Local Development build (v0.1.0). See the Directory of published versions

Appointment suggested by the GP - XML Representation

(back to description)

Raw xml

Source view


<Appointment xmlns="http://hl7.org/fhir">
  <id value="pia-001-v0"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: pia-001-v0</p><p><b>status</b>: proposed</p><p><b>serviceCategory</b>: 7 <span style="background: LightGoldenRodYellow">(Details : {[not stated] code '7' = '7)</span></p><p><b>serviceType</b>: 59 <span style="background: LightGoldenRodYellow">(Details : {[not stated] code '59' = '59)</span></p><p><b>description</b>: 1st appointment to plan diabetes care.</p><blockquote><p><b>participant</b></p><p><b>type</b>: PAT <span style="background: LightGoldenRodYellow">(Details : {[not stated] code 'PAT' = 'PAT)</span></p><p><b>required</b>: required</p><p><b>status</b>: needs-action</p></blockquote><blockquote><p><b>participant</b></p><p><b>type</b>: PPRF <span style="background: LightGoldenRodYellow">(Details : {[not stated] code 'PPRF' = 'PPRF)</span></p><p><b>actor</b>: <a href="Appointment-pia-001-v0.html">Generated Summary: id: nurse-gent; nurse-dienstencentrum-gent; active; <span title="Codes: ">Nurse</span></a></p><p><b>required</b>: required</p><p><b>status</b>: needs-action</p></blockquote><p><b>requestedPeriod</b>: 12-Nov-2019 00:00:00 --&gt; 15-Nov-2019 00:00:00</p></div>
  </text>
  <status value="proposed"/>
  <serviceCategory>
    <coding>
      <code value="7"/>
    </coding>
  </serviceCategory>
  <serviceType>
    <coding>
      <code value="59"/>
    </coding>
  </serviceType>
  <description value="1st appointment to plan diabetes care."/>
  <participant>
    <type>
      <coding>
        <code value="PAT"/>
      </coding>
    </type>
    <required value="required"/>
    <status value="needs-action"/>
  </participant>
  <participant>
    <type>
      <coding>
        <code value="PPRF"/>
      </coding>
    </type>
    <actor>
      <reference value="PractitionerRole/nurse-gent"/>
    </actor>
    <required value="required"/>
    <status value="needs-action"/>
  </participant>
  <requestedPeriod>
    <start value="2019-11-12"/>
    <end value="2019-11-15"/>
  </requestedPeriod>
</Appointment>