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
Draft as of 2024-02-07 |
{
"resourceType" : "ValueSet",
"id" : "EyecareTargetSiteCodes",
"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/362502000\">362502000</a></td><td style=\"color: #cccccc\">Entire right eye</td></tr><tr><td><a href=\"http://snomed.info/id/362503005\">362503005</a></td><td style=\"color: #cccccc\">Entire left eye</td></tr><tr><td><a href=\"http://snomed.info/id/362508001\">362508001</a></td><td style=\"color: #cccccc\">Both eyes, entire</td></tr></table></li></ul></div>"
},
"url" : "http://hl7.org/cda/us/eyecare/ValueSet/EyecareTargetSiteCodes",
"version" : "0.1.0",
"name" : "EyecareTargetSiteCodes",
"title" : "Eyecare Target Site 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 left, right, or both eyes, using as target sites of eyecare observations.",
"compose" : {
"include" : [
{
"system" : "http://snomed.info/sct",
"concept" : [
{
"code" : "362502000"
},
{
"code" : "362503005"
},
{
"code" : "362508001"
}
]
}
]
}
}