Da Vinci - Coverage Requirements Discovery
2.1.0 - STU 2.1 United States of America flag

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

: VisionPrescription example - XML Representation

Page standards status: Informative

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 class="res-header-id"><b>Generated Narrative: VisionPrescription visionprescription-example</b></p><a name="visionprescription-example"> </a><a name="hcvisionprescription-example"> </a><a name="visionprescription-example-en-US"> </a><p><b>identifier</b>: <code>http://www.happysight.com/prescription</code>/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">Amy V. Shaw  Female, DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: usual, ))</a></p><p><b>dateWritten</b>: 2014-06-15</p><p><b>prescriber</b>: <a href="Practitioner-full.html">Practitioner Bone </a></p><blockquote><p><b>lensSpecification</b></p><p><b>product</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/ex-visionprescriptionproduct lens}">Lens</span></p><p><b>eye</b>: Right Eye</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>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/ex-visionprescriptionproduct lens}">Lens</span></p><p><b>eye</b>: Left Eye</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/full"/>
  </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>