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
{ "resourceType": "DeviceRequest", "id": "right-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>: 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>" }, "identifier": [ { "system": "http://www.happysight.com/prescription", "value": "15013L" } ], "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": "right" } }, { "code": { "text": "sphere" }, "valueQuantity": { "value": -2.00 } }, { "code": { "text": "prism" }, "valueQuantity": { "value": -2.00 } }, { "code": { "text": "base" }, "valueCodeableConcept": { "text": "down" } }, { "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.