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
Orders and Observations Work Group | Maturity Level: N/A | Ballot Status: Informative | Compartments: Device, Encounter, Patient, Practitioner |
Right Lens prescription using the parameters element (id = "right-lens")
<DeviceRequest xmlns="http://hl7.org/fhir"> <id value="right-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> : right-lens</p> <p> <b> identifier</b> : 15013L</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> : right <span> (Details )</span> </p> </blockquote> <blockquote> <p> <b> parameter</b> </p> <p> <b> code</b> : sphere <span> (Details )</span> </p> <p> <b> value</b> : -2.00</p> </blockquote> <blockquote> <p> <b> parameter</b> </p> <p> <b> code</b> : prism <span> (Details )</span> </p> <p> <b> value</b> : -2.00</p> </blockquote> <blockquote> <p> <b> parameter</b> </p> <p> <b> code</b> : base <span> (Details )</span> </p> <p> <b> value</b> : down <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="15013L"/> </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="right"/> </valueCodeableConcept> </parameter> <parameter> <code> <text value="sphere"/> </code> <valueQuantity> <value value="-2.00"/> </valueQuantity> </parameter> <parameter> <code> <text value="prism"/> </code> <valueQuantity> <value value="-2.00"/> </valueQuantity> </parameter> <parameter> <code> <text value="base"/> </code> <valueCodeableConcept> <text value="down"/> </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.