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
{
"resourceType" : "VisionPrescription",
"id" : "Example-MoyaeVisionPrescription-Active",
"meta" : {
"profile" : [
🔗 "https://fhir.moyae.com/StructureDefinition/moyae-vision-prescription"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: VisionPrescription Example-MoyaeVisionPrescription-Active</b></p><a name=\"Example-MoyaeVisionPrescription-Active\"> </a><a name=\"hcExample-MoyaeVisionPrescription-Active\"> </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>: Active</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:45: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>"
},
"identifier" : [
{
"system" : "https://moyae.com/vision-prescription-status",
"value" : "active"
}
],
"status" : "active",
"created" : "2026-05-31T14:30:00-05:00",
"patient" : {
🔗 "reference" : "Patient/example-patient"
},
"encounter" : {
🔗 "reference" : "Encounter/example-encounter"
},
"dateWritten" : "2026-05-31T14:45:00-05:00",
"prescriber" : {
🔗 "reference" : "Practitioner/example-doctor",
"display" : "Dr. Example"
},
"lensSpecification" : [
{
"product" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/ex-visionprescriptionproduct",
"code" : "lens"
}
]
},
"eye" : "right",
"sphere" : -2.25,
"cylinder" : -0.5,
"axis" : 90,
"prism" : [
{
"amount" : 0,
"base" : "up"
},
{
"amount" : 0,
"base" : "in"
}
],
"add" : 1.5
},
{
"product" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/ex-visionprescriptionproduct",
"code" : "lens"
}
]
},
"eye" : "left",
"sphere" : -2.5,
"cylinder" : -0.75,
"axis" : 85,
"prism" : [
{
"amount" : 0,
"base" : "up"
},
{
"amount" : 0,
"base" : "in"
}
],
"add" : 1.5
}
]
}