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 manifest (subjective) refraction - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="Example-MoyaeRefraction-Manifest"/>
  <meta>
    <profile
             value="https://fhir.moyae.com/StructureDefinition/moyae-refraction"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation Example-MoyaeRefraction-Manifest</b></p><a name="Example-MoyaeRefraction-Manifest"> </a><a name="hcExample-MoyaeRefraction-Manifest"> </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-refraction.html">Moyae Refraction 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 251794006}">Refraction</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>: false</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 397277005}">Subjective / Manifest refraction (procedure)</span></p><p><b>value</b>: true</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="251794006"/>
      <display value="Refraction"/>
    </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"/>
      </coding>
    </code>
    <valueBoolean value="false"/>
  </component>
  <component>
    <code>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="397277005"/>
        <display value="Subjective / Manifest refraction (procedure)"/>
      </coding>
    </code>
    <valueBoolean value="true"/>
  </component>
</Observation>