This page is part of the Da Vinci Coverage Requirements Discovery (CRD) FHIR IG (v2.0.1: STU 2.0) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: VisionPrescription example - XML Representation
Raw xml | Download
<VisionPrescription xmlns="http://hl7.org/fhir">
<id value="visionprescription-example"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: VisionPrescription</b><a name="visionprescription-example"> </a></p><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">Resource VisionPrescription "visionprescription-example" </p></div><p><b>identifier</b>: id: 15013</p><p><b>status</b>: draft</p><p><b>created</b>: 2014-06-15</p><p><b>patient</b>: <a href="Patient-example.html">Patient/example</a> " SHAW"</p><p><b>dateWritten</b>: 2014-06-15</p><p><b>prescriber</b>: <a href="Practitioner-example.html">Practitioner/example</a> " CAREFUL"</p><blockquote><p><b>lensSpecification</b></p><p><b>product</b>: Lens <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-ex-visionprescriptionproduct.html">Example Vision Prescription Product Codes</a>#lens)</span></p><p><b>eye</b>: right</p><p><b>sphere</b>: -2</p><h3>Prisms</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Amount</b></td><td><b>Base</b></td></tr><tr><td style="display: none">*</td><td>0.5</td><td>down</td></tr></table><p><b>add</b>: 2</p></blockquote><blockquote><p><b>lensSpecification</b></p><p><b>product</b>: Lens <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-ex-visionprescriptionproduct.html">Example Vision Prescription Product Codes</a>#lens)</span></p><p><b>eye</b>: left</p><p><b>sphere</b>: -1</p><p><b>cylinder</b>: -0.5</p><p><b>axis</b>: 180</p><h3>Prisms</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Amount</b></td><td><b>Base</b></td></tr><tr><td style="display: none">*</td><td>0.5</td><td>up</td></tr></table><p><b>add</b>: 2</p></blockquote></div>
</text>
<identifier>
<system value="http://www.happysight.com/prescription"/>
<value value="15013"/>
</identifier>
<status value="draft"/>
<created value="2014-06-15"/>
<patient>🔗
<reference value="Patient/example"/>
</patient>
<dateWritten value="2014-06-15"/>
<prescriber>🔗
<reference value="Practitioner/example"/>
</prescriber>
<lensSpecification>
<product>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/ex-visionprescriptionproduct"/>
<code value="lens"/>
</coding>
</product>
<eye value="right"/>
<sphere value="-2"/>
<prism>
<amount value="0.5"/>
<base value="down"/>
</prism>
<add value="2"/>
</lensSpecification>
<lensSpecification>
<product>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/ex-visionprescriptionproduct"/>
<code value="lens"/>
</coding>
</product>
<eye value="left"/>
<sphere value="-1"/>
<cylinder value="-0.5"/>
<axis value="180"/>
<prism>
<amount value="0.5"/>
<base value="up"/>
</prism>
<add value="2"/>
</lensSpecification>
</VisionPrescription>