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 Method Codes - JSON Representation

Draft as of 2024-02-07

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "RefractionMethodCodes",
  "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/397277005\">397277005</a></td><td style=\"color: #cccccc\">Subjective refraction (procedure)</td></tr><tr><td><a href=\"http://snomed.info/id/297276001\">297276001</a></td><td/></tr><tr><td><a href=\"http://snomed.info/id/297524001\">297524001</a></td><td/></tr><tr><td><a href=\"http://snomed.info/id/297278000\">297278000</a></td><td/></tr><tr><td><a href=\"http://snomed.info/id/419759001\">419759001</a></td><td style=\"color: #cccccc\">Overrefraction (procedure)</td></tr><tr><td><a href=\"http://snomed.info/id/397250001\">397250001</a></td><td style=\"color: #cccccc\">Automated infrared optometer (physical object)</td></tr><tr><td><a href=\"http://snomed.info/id/420380001\">420380001</a></td><td style=\"color: #cccccc\">Lensometer (physical object)</td></tr><tr><td><a href=\"http://snomed.info/id/397248009\">397248009</a></td><td style=\"color: #cccccc\">Phoropter (physical object)</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/cda/us/eyecare/ValueSet/RefractionMethodCodes",
  "version" : "0.1.0",
  "name" : "RefractionMethodCodes",
  "title" : "Refraction Method 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" : "Methods that are used to measure refraction.",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "397277005"
          },
          {
            "code" : "297276001"
          },
          {
            "code" : "297524001"
          },
          {
            "code" : "297278000"
          },
          {
            "code" : "419759001"
          },
          {
            "code" : "397250001"
          },
          {
            "code" : "420380001"
          },
          {
            "code" : "397248009"
          }
        ]
      }
    ]
  }
}