Ophthalmology Implementation Guide
0.2.0 - CI Build

Ophthalmology Implementation Guide - Local Development build (v0.2.0). See the Directory of published versions

: - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="01e0df2d-f6fa-4761-8fb7-c22f730ade44"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/StructureDefinition/ophthal-visual-acuity-observation"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><h3>Ids</h3><table class="grid"><tr><td>-</td></tr><tr><td>*</td></tr></table><h3>Meta</h3><table class="grid"><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>code</b>: <span title="Codes: {http://hl7.org/fhir/ValueSet/ophthal-va-observable-entities 413077008}">Visual Acuity</span></p><p><b>subject</b>: <a href="patient/38203730274-23473-2730-283">Mr David Ireland</a></p><p><b>value</b>: 0.1 logmar</p><p><b>bodySite</b>: <span title="Codes: {http://snomed.info/sct 8966001}">Left eye</span></p><p><b>method</b>: <span title="Codes: {http://hl7.org/fhir/ValueSet/ophthal-visual-acuity-methods 400913005}">Snellen Chart</span></p></div>
  </text>
  <code>
    <coding>
      <system
              value="http://hl7.org/fhir/ValueSet/ophthal-va-observable-entities"/>
      <code value="413077008"/>
      <display value="LogMAR Visual Acuity Left Eye"/>
    </coding>
    <text value="Visual Acuity"/>
  </code>
  <subject>
    <reference value="patient/38203730274-23473-2730-283"/>
    <display value="Mr David Ireland"/>
  </subject>
  <valueQuantity>
    <value value="0.1"/>
    <unit value="logmar"/>
  </valueQuantity>
  <bodySite>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="8966001"/>
      <display value="Left eye"/>
    </coding>
  </bodySite>
  <method>
    <coding>
      <system value="http://hl7.org/fhir/ValueSet/ophthal-visual-acuity-methods"/>
      <code value="400913005"/>
      <display value="Snellen Chart"/>
    </coding>
  </method>
</Observation>