Da Vinci - Coverage Requirements Discovery, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-crd/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
<Appointment xmlns="http://hl7.org/fhir">
<id value="example1"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Appointment example1</b></p><a name="example1"> </a><a name="hcexample1"> </a><a name="example1-en-US"> </a><p><b>status</b>: Proposed</p><p><b>appointmentType</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0276 FOLLOWUP}">A follow up visit from a previous appointment</span></p><p><b>reasonReference</b>: <a href="https://simplifier.net/resolve?scope=hl7.fhir.us.core.v311@3.1.1&canonical=http://example.org/fhir/Condition/example">Heart problem</a></p><p><b>priority</b>: 5</p><p><b>description</b>: Discussion on the results of your recent MRI</p><p><b>start</b>: 2013-12-10 09:00:00+0000</p><p><b>end</b>: 2013-12-10 11:00:00+0000</p><p><b>created</b>: 2013-10-10</p><p><b>comment</b>: Further expand on the results of the MRI and determine the next actions that may be appropriate.</p><p><b>basedOn</b>: <a href="ServiceRequest-example.html">ServiceRequest Insertion of intracardiac pacemaker (procedure)</a></p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href="Patient-example.html">Amy Baxter</a></p><p><b>required</b>: Required</p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType ATND}">attender</span></p><p><b>actor</b>: <a href="Practitioner-full.html">Dr Adam Careful</a></p><p><b>required</b>: Required</p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href="Location-example.html">South Wing, second floor</a></p><p><b>required</b>: Required</p><p><b>status</b>: Accepted</p></blockquote><p><b>requestedPeriod</b>: 2020-11-01 --> 2020-12-15</p></div>
</text>
<status value="proposed"/>
<appointmentType>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0276"/>
<code value="FOLLOWUP"/>
<display value="A follow up visit from a previous appointment"/>
</coding>
</appointmentType>
<reasonReference>
<reference value="http://example.org/fhir/Condition/example"/>
<display value="Heart problem"/>
</reasonReference>
<priority value="5"/>
<description value="Discussion on the results of your recent MRI"/>
<start value="2013-12-10T09:00:00Z"/>
<end value="2013-12-10T11:00:00Z"/>
<created value="2013-10-10"/>
<comment
value="Further expand on the results of the MRI and determine the next actions that may be appropriate."/>
<basedOn>🔗
<reference value="ServiceRequest/example"/>
</basedOn>
<participant>
<actor>🔗
<reference value="Patient/example"/>
<display value="Amy Baxter"/>
</actor>
<required value="required"/>
<status value="accepted"/>
</participant>
<participant>
<type>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>
<code value="ATND"/>
</coding>
</type>
<actor>🔗
<reference value="Practitioner/full"/>
<display value="Dr Adam Careful"/>
</actor>
<required value="required"/>
<status value="accepted"/>
</participant>
<participant>
<actor>🔗
<reference value="Location/example"/>
<display value="South Wing, second floor"/>
</actor>
<required value="required"/>
<status value="accepted"/>
</participant>
<requestedPeriod>
<start value="2020-11-01"/>
<end value="2020-12-15"/>
</requestedPeriod>
</Appointment>