R4 Draft for Comment

This page is part of the FHIR Specification (v3.2.0: R4 Ballot 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4

Devicerequest-left-lens.xml

Orders and Observations Work GroupMaturity Level: N/ABallot Status: InformativeCompartments: Device, Encounter, Patient, Practitioner

Raw XML (canonical form)

Jump past Narrative

Left Lens prescription using the parameters element (id = "left-lens")

<DeviceRequest xmlns="http://hl7.org/fhir">
  <id value="left-lens"/> 
  <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><p> <b> Generated Narrative with Details</b> </p> <p> <b> id</b> : left-lens</p> <p> <b> identifier</b> : 15013R</p> <p> <b> groupIdentifier</b> : 15013</p> <p> <b> status</b> : completed</p> <p> <b> intent</b> : original-order <span> (Details : {[not stated] code 'original-order' = 'original-order)</span> </p> <p> <b> code</b> : Lens <span> (Details : {http://hl7.org/fhir/ex-visionprescriptionproduct code 'lens' = 'Lens)</span> </p> <blockquote> <p> <b> parameter</b> </p> <p> <b> code</b> : eye <span> (Details )</span> </p> <p> <b> value</b> : left <span> (Details )</span> </p> </blockquote> <blockquote> <p> <b> parameter</b> </p> <p> <b> code</b> : sphere <span> (Details )</span> </p> <p> <b> value</b> : -1.00</p> </blockquote> <blockquote> <p> <b> parameter</b> </p> <p> <b> code</b> : cylinder <span> (Details )</span> </p> <p> <b> value</b> : -0.50</p> </blockquote> <blockquote> <p> <b> parameter</b> </p> <p> <b> code</b> : axis <span> (Details )</span> </p> <p> <b> value</b> : 180</p> </blockquote> <blockquote> <p> <b> parameter</b> </p> <p> <b> code</b> : prism <span> (Details )</span> </p> <p> <b> value</b> : 0.5</p> </blockquote> <blockquote> <p> <b> parameter</b> </p> <p> <b> code</b> : base <span> (Details )</span> </p> <p> <b> value</b> : up <span> (Details )</span> </p> </blockquote> <blockquote> <p> <b> parameter</b> </p> <p> <b> code</b> : add <span> (Details )</span> </p> <p> <b> value</b> : 2.00</p> </blockquote> <p> <b> subject</b> : <a> Patient/example</a> </p> <p> <b> occurrence</b> : 15/06/2014</p> <p> <b> requester</b> : <a> Practitioner/example</a> </p> </div> </text> <identifier> 
    <system value="http://www.happysight.com/prescription"/> 
    <value value="15013R"/> 
  </identifier> 
  <!--    insert contents here    -->
  <groupIdentifier> 
    <system value="http://acme.org"/> 
    <value value="15013"/> 
  </groupIdentifier> 
  <status value="completed"/> 
  <intent> 
    <coding> 
      <code value="original-order"/> 
    </coding> 
  </intent> 
  <codeCodeableConcept> 
    <coding> 
      <system value="http://hl7.org/fhir/ex-visionprescriptionproduct"/> 
      <code value="lens"/> 
    </coding> 
  </codeCodeableConcept> 
  <parameter> 
    <code> 
      <text value="eye"/> 
    </code> 
    <valueCodeableConcept> 
      <text value="left"/> 
    </valueCodeableConcept> 
  </parameter> 
  <parameter> 
    <code> 
      <text value="sphere"/> 
    </code> 
    <valueQuantity> 
      <value value="-1.00"/> 
    </valueQuantity> 
  </parameter> 
  <parameter> 
    <code> 
      <text value="cylinder"/> 
    </code> 
    <valueQuantity> 
      <value value="-0.50"/> 
    </valueQuantity> 
  </parameter> 
  <parameter> 
    <code> 
      <text value="axis"/> 
    </code> 
    <valueQuantity> 
      <value value="180"/> 
    </valueQuantity> 
  </parameter> 
  <parameter> 
    <code> 
      <text value="prism"/> 
    </code> 
    <valueQuantity> 
      <value value="0.5"/> 
    </valueQuantity> 
  </parameter> 
  <parameter> 
    <code> 
      <text value="base"/> 
    </code> 
    <valueCodeableConcept> 
      <text value="up"/> 
    </valueCodeableConcept> 
  </parameter> 
  <parameter> 
    <code> 
      <text value="add"/> 
    </code> 
    <valueQuantity> 
      <value value="2.00"/> 
    </valueQuantity> 
  </parameter> 
  <subject> 
    <reference value="Patient/example"/> 
  </subject> 
  <occurrenceDateTime value="2014-06-15"/> 
  <requester> 
    <reference value="Practitioner/example"/> 
  </requester> 
</DeviceRequest> 

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.