Eyes back on FHIR? An experimental continuation of the Eyes on FHIR working group's HL7 FHIR® IG
0.1.0 - experimental Unknown region code '276'

Eyes back on FHIR? An experimental continuation of the Eyes on FHIR working group's HL7 FHIR® IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Observation - va-measurement-experiment - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "va-measurement-experiment",
  "meta" : {
    "profile" : [
      🔗 "https://larfuma.github.io/fhir-eyecare-ig/StructureDefinition-observation-visual-acuity-version-three"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation va-measurement-experiment</b></p><a name=\"va-measurement-experiment\"> </a><a name=\"hcva-measurement-experiment\"> </a><a name=\"va-measurement-experiment-en-US\"> </a><p><b>code</b>: <span title=\"Codes:\">17</span></p><p><b>value</b>: 0.6</p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 1290043002}\">Entire right eye proper</span></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 29073-4}\">Right Eye position</span></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 57368009}\">Contact lenses, device</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 370115009}\">Special Concept</span></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 257492003}\">Pinhole Occluder</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 252124009}\">Test distance</span></p><p><b>value</b>: <span title=\"Codes:{http://loinc.org LA32577-1}\">Far</span></p></blockquote></div>"
  },
  "code" : {
    "coding" : [
      {
        "code" : "17"
      }
    ]
  },
  "valueQuantity" : {
    "value" : 0.6
  },
  "bodySite" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "1290043002",
        "display" : "Entire right eye proper"
      }
    ]
  },
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "29073-4",
            "display" : "Right Eye position"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "57368009",
            "display" : "Contact lenses, device"
          }
        ]
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "370115009",
            "display" : "Special Concept"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "257492003",
            "display" : "Pinhole Occluder"
          }
        ]
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "252124009",
            "display" : "Test distance"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "LA32577-1",
            "display" : "Far"
          }
        ]
      }
    }
  ]
}