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

: Example: Moyae VA, corrected, both eyes (distance) - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="Example-MoyaeVisualAcuity-Corrected"/>
  <meta>
    <profile
             value="https://fhir.moyae.com/StructureDefinition/moyae-visual-acuity"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation Example-MoyaeVisualAcuity-Corrected</b></p><a name="Example-MoyaeVisualAcuity-Corrected"> </a><a name="hcExample-MoyaeVisualAcuity-Corrected"> </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-visual-acuity.html">Moyae Visual Acuity Observation (current shape)</a></p></div><p><b>identifier</b>: visual_acuity</p><p><b>status</b>: Final</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/observation-category exam}">Exam</span></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 397536007}">Corrected visual acuity (observable entity)</span></p><p><b>subject</b>: <a href="Patient-example-patient.html">Pat Example  Unknown, DoB Unknown</a></p><p><b>focus</b>: <a href="VisionPrescription-Example-MoyaeVisionPrescription-Draft.html">VisionPrescription: identifier = https://moyae.com/vision-prescription-status#active; status = draft; created = 2026-05-31 14:30:00-0500; dateWritten = 2026-05-31 14:30:00-0500</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>effective</b>: 2026-05-31 14:30:00-0500</p><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{https://moyae.com/is-cc cc}">with correction</span></p><p><b>value</b>: true</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 386714003}">Distance visual acuity - right eye (observable entity)</span></p><p><b>value</b>: 20/20</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 386716001}">Distance visual acuity - left eye (observable entity)</span></p><p><b>value</b>: 20/25</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 415813002}, {http://snomed.info/sct 386709002}">Vertex distance (observable entity)</span></p><p><b>value</b>: 14</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 415813002}, {http://snomed.info/sct 386708005}">Vertex distance (observable entity)</span></p><p><b>value</b>: 14</p></blockquote></div>
  </text>
  <identifier>
    <value value="visual_acuity"/>
  </identifier>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="exam"/>
      <display value="Exam"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="397536007"/>
      <display value="Corrected visual acuity (observable entity)"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/example-patient"/>
  </subject>
  <focus>🔗 
    <reference
               value="VisionPrescription/Example-MoyaeVisionPrescription-Draft"/>
  </focus>
  <encounter>🔗 
    <reference value="Encounter/example-encounter"/>
  </encounter>
  <effectiveDateTime value="2026-05-31T14:30:00-05:00"/>
  <component>
    <code>
      <coding>
        <system value="https://moyae.com/is-cc"/>
        <code value="cc"/>
        <display value="with correction"/>
      </coding>
    </code>
    <valueBoolean value="true"/>
  </component>
  <component>
    <code>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="386714003"/>
        <display
                 value="Distance visual acuity - right eye (observable entity)"/>
      </coding>
    </code>
    <valueString value="20/20"/>
  </component>
  <component>
    <code>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="386716001"/>
        <display
                 value="Distance visual acuity - left eye (observable entity)"/>
      </coding>
    </code>
    <valueString value="20/25"/>
  </component>
  <component>
    <code>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="415813002"/>
        <display value="Vertex distance (observable entity)"/>
      </coding>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="386709002"/>
        <display value="Visual acuity - right eye (observable entity)"/>
      </coding>
    </code>
    <valueString value="14"/>
  </component>
  <component>
    <code>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="415813002"/>
        <display value="Vertex distance (observable entity)"/>
      </coding>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="386708005"/>
        <display value="Visual acuity - left eye (observable entity)"/>
      </coding>
    </code>
    <valueString value="14"/>
  </component>
</Observation>