Specialty Eyecare CDA Implementation Guide
0.1.0 - ci-build

Specialty Eyecare CDA Implementation Guide, published by Dogwood Health Consulting. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/cda-eyecare/ and changes regularly. See the Directory of published versions

: Refraction Observation Codes - JSON Representation

Draft as of 2024-02-07

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "RefractionObservationCodes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/277889008\">277889008</a></td><td style=\"color: #cccccc\">Usage</td></tr><tr><td><a href=\"http://snomed.info/id/251795007\">251795007</a></td><td style=\"color: #cccccc\">Power of sphere</td></tr><tr><td><a href=\"http://snomed.info/id/251797004\">251797004</a></td><td style=\"color: #cccccc\">Power of cylinder</td></tr><tr><td><a href=\"http://snomed.info/id/251799001\">251799001</a></td><td style=\"color: #cccccc\">Axis of cylinder</td></tr><tr><td><a href=\"http://snomed.info/id/397282003\">397282003</a></td><td style=\"color: #cccccc\">Reading addition power (observable entity)</td></tr><tr><td><a href=\"http://snomed.info/id/397277005\">397277005</a></td><td style=\"color: #cccccc\">Subjective refraction (procedure)</td></tr><tr><td><a href=\"http://snomed.info/id/246223004\">246223004</a></td><td style=\"color: #cccccc\">Prism base direction</td></tr><tr><td><a href=\"http://snomed.info/id/251739003\">251739003</a></td><td style=\"color: #cccccc\">Distance visual acuity</td></tr><tr><td><a href=\"http://snomed.info/id/251743004\">251743004</a></td><td style=\"color: #cccccc\">Near visual acuity</td></tr><tr><td><a href=\"http://snomed.info/id/419475002\">419475002</a></td><td style=\"color: #cccccc\">Pinhole visual acuity (observable entity)</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/cda/us/eyecare/ValueSet/RefractionObservationCodes",
  "version" : "0.1.0",
  "name" : "RefractionObservationCodes",
  "title" : "Refraction Observation Codes",
  "status" : "draft",
  "experimental" : true,
  "date" : "2024-02-07T21:17:12+00:00",
  "publisher" : "Dogwood Health Consulting",
  "contact" : [
    {
      "name" : "Dogwood Health Consulting",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/ph/index.cfm"
        }
      ]
    }
  ],
  "description" : "Codes that represent different types of refraction measurement tests.",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "277889008"
          },
          {
            "code" : "251795007"
          },
          {
            "code" : "251797004"
          },
          {
            "code" : "251799001"
          },
          {
            "code" : "397282003"
          },
          {
            "code" : "397277005"
          },
          {
            "code" : "246223004"
          },
          {
            "code" : "251739003"
          },
          {
            "code" : "251743004"
          },
          {
            "code" : "419475002"
          }
        ]
      }
    ]
  }
}