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 |
Left Lens prescription using the parameters element
{ "resourceType": "DeviceRequest", "id": "left-lens", "text": { "status": "generated", "div": "<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>" }, "identifier": [ { "system": "http://www.happysight.com/prescription", "value": "15013R" } ], "groupIdentifier": { "system": "http://acme.org", "value": "15013" }, "status": "completed", "intent": { "coding": [ { "code": "original-order" } ] }, "codeCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/ex-visionprescriptionproduct", "code": "lens" } ] }, "parameter": [ { "code": { "text": "eye" }, "valueCodeableConcept": { "text": "left" } }, { "code": { "text": "sphere" }, "valueQuantity": { "value": -1.00 } }, { "code": { "text": "cylinder" }, "valueQuantity": { "value": -0.50 } }, { "code": { "text": "axis" }, "valueQuantity": { "value": 180 } }, { "code": { "text": "prism" }, "valueQuantity": { "value": 0.5 } }, { "code": { "text": "base" }, "valueCodeableConcept": { "text": "up" } }, { "code": { "text": "add" }, "valueQuantity": { "value": 2.00 } } ], "subject": { "reference": "Patient/example" }, "occurrenceDateTime": "2014-06-15", "requester": { "reference": "Practitioner/example" } }
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.