Ophthalmology Implementation Guide
0.2.0 - CI Build

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

: - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "01e0df2d-f6fa-4761-8fb7-c22f730ade44",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/ophthal-visual-acuity-observation"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/ValueSet/ophthal-va-observable-entities",
        "code" : "413077008",
        "display" : "LogMAR Visual Acuity Left Eye"
      }
    ],
    "text" : "Visual Acuity"
  },
  "subject" : {
    "reference" : "patient/38203730274-23473-2730-283",
    "display" : "Mr David Ireland"
  },
  "valueQuantity" : {
    "value" : 0.1,
    "unit" : "logmar"
  },
  "bodySite" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "8966001",
        "display" : "Left eye"
      }
    ]
  },
  "method" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/ValueSet/ophthal-visual-acuity-methods",
        "code" : "400913005",
        "display" : "Snellen Chart"
      }
    ]
  }
}