Sha256: 92c19de7f6aaf8a5dcc02cabfbdd0cbe064a3a914d9d4336dc72e27067d53cab

Contents?: true

Size: 1.5 KB

Versions: 4

Compression:

Stored size: 1.5 KB

Contents

<?xml version="1.0" encoding="UTF-8"?><VisionPrescription xmlns="http://hl7.org/fhir">
  <id value="33123"/>

  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
	  <p>OD -2.00 SPH         +2.00 add    0.5 p.d. BD</p>
      <p>OS -1.00 -0.50 x 180 +2.00 add    0.5 p.d. BU</p>
    </div>
  </text>

  <identifier>
    <system value="http://www.happysight.com/prescription"/>
	<value value="15013"/>
  </identifier>
  
  <status value="active"/>
  
  <patient>
    <reference value="Patient/example"/>
  </patient>

  <dateWritten value="2014-06-15"/>
  
  <prescriber>
    <reference value="Practitioner/example"/>
  </prescriber>

  <dispense>
    <product>
	 <coding>
	  <system value="http://hl7.org/fhir/ex-visionprescriptionproduct"/>
	  <code value="lens"/>
	 </coding>
	</product>
    <eye>
      <coding>
	    <code value="right"/>
      </coding>
	</eye>  
    <sphere value="-2.00"/>
	<prism value="0.5"/>
	<base>
      <coding>
	    <code value="down"/>
      </coding>
	</base>
	<add value="2.00"/>
  </dispense>

  <dispense>
    <product>
	 <coding>
	  <system value="http://hl7.org/fhir/ex-visionprescriptionproduct"/>
	  <code value="lens"/>
	 </coding>
	</product>
    <eye>
      <coding>
	    <code value="left"/>
      </coding>
	</eye>  
    <sphere value="-1.00"/>
    <cylinder value="-0.50"/>
    <axis value="180"/>
	<prism value="0.5"/>
    <base>
      <coding>
	    <code value="up"/>
      </coding>
	</base>  
	<add value="2.00"/>
  </dispense>

</VisionPrescription>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fhir_models-1.8.3 lib/fhir_models/examples/xml/visionprescription-example.xml
fhir_models-1.8.2 lib/fhir_models/examples/xml/visionprescription-example.xml
fhir_models-1.8.1 lib/fhir_models/examples/xml/visionprescription-example.xml
fhir_models-1.8.0 lib/fhir_models/examples/xml/visionprescription-example.xml