Moyae Ophthalmology FHIR Implementation Guide
0.1.0 - ci-build
Moyae Ophthalmology FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
<VisionPrescription xmlns="http://hl7.org/fhir">
<id value="Example-MoyaeVisionPrescription-Draft"/>
<meta>
<profile
value="https://fhir.moyae.com/StructureDefinition/moyae-vision-prescription"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: VisionPrescription Example-MoyaeVisionPrescription-Draft</b></p><a name="Example-MoyaeVisionPrescription-Draft"> </a><a name="hcExample-MoyaeVisionPrescription-Draft"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-moyae-vision-prescription.html">Moyae Vision Prescription (current shape)</a></p></div><p><b>identifier</b>: <code>https://moyae.com/vision-prescription-status</code>/active</p><p><b>status</b>: Draft</p><p><b>created</b>: 2026-05-31 14:30:00-0500</p><p><b>patient</b>: <a href="Patient-example-patient.html">Pat Example Unknown, DoB Unknown</a></p><p><b>encounter</b>: <a href="Encounter-example-encounter.html">Encounter: status = finished; class = ambulatory (v3 Code System ActCode#AMB)</a></p><p><b>dateWritten</b>: 2026-05-31 14:30:00-0500</p><p><b>prescriber</b>: <a href="Practitioner-example-doctor.html">Dr. Example</a></p><blockquote><p><b>lensSpecification</b></p><p><b>product</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/ex-visionprescriptionproduct lens}">Lens</span></p><p><b>eye</b>: Right Eye</p><p><b>sphere</b>: -2.25</p><p><b>cylinder</b>: -0.5</p><p><b>axis</b>: 90</p><blockquote><p><b>prism</b></p><p><b>amount</b>: 0</p><p><b>base</b>: Up</p></blockquote><blockquote><p><b>prism</b></p><p><b>amount</b>: 0</p><p><b>base</b>: In</p></blockquote><p><b>add</b>: 1.5</p></blockquote><blockquote><p><b>lensSpecification</b></p><p><b>product</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/ex-visionprescriptionproduct lens}">Lens</span></p><p><b>eye</b>: Left Eye</p><p><b>sphere</b>: -2.5</p><p><b>cylinder</b>: -0.75</p><p><b>axis</b>: 85</p><blockquote><p><b>prism</b></p><p><b>amount</b>: 0</p><p><b>base</b>: Up</p></blockquote><blockquote><p><b>prism</b></p><p><b>amount</b>: 0</p><p><b>base</b>: In</p></blockquote><p><b>add</b>: 1.5</p></blockquote></div>
</text>
<identifier>
<system value="https://moyae.com/vision-prescription-status"/>
<value value="active"/>
</identifier>
<status value="draft"/>
<created value="2026-05-31T14:30:00-05:00"/>
<patient>🔗
<reference value="Patient/example-patient"/>
</patient>
<encounter>🔗
<reference value="Encounter/example-encounter"/>
</encounter>
<dateWritten value="2026-05-31T14:30:00-05:00"/>
<prescriber>🔗
<reference value="Practitioner/example-doctor"/>
<display value="Dr. Example"/>
</prescriber>
<lensSpecification>
<product>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/ex-visionprescriptionproduct"/>
<code value="lens"/>
<display value="Lens"/>
</coding>
</product>
<eye value="right"/>
<sphere value="-2.25"/>
<cylinder value="-0.5"/>
<axis value="90"/>
<prism>
<amount value="0"/>
<base value="up"/>
</prism>
<prism>
<amount value="0"/>
<base value="in"/>
</prism>
<add value="1.5"/>
</lensSpecification>
<lensSpecification>
<product>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/ex-visionprescriptionproduct"/>
<code value="lens"/>
<display value="Lens"/>
</coding>
</product>
<eye value="left"/>
<sphere value="-2.5"/>
<cylinder value="-0.75"/>
<axis value="85"/>
<prism>
<amount value="0"/>
<base value="up"/>
</prism>
<prism>
<amount value="0"/>
<base value="in"/>
</prism>
<add value="1.5"/>
</lensSpecification>
</VisionPrescription>