TOC Home
/
Terminology
/
ValueSet-presentAbsentVS.json
Lower Extremity Skin Wound Assessment - IG, published by HL7 International - Electronic Health Records Work Group. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/HL7/fhir-skin-wound-ig/ and changes regularly. See the Directory of published versions
JSON Format: ValueSet-presentAbsentVS
Raw json
{
"resourceType " : "ValueSet",
"id " : "presentAbsentVS",
"meta " : {
"profile " : [
"http://hl7.org/fhir/StructureDefinition/shareablevalueset"
]
},
"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/52101004\">52101004</a></td><td>Present</td></tr><tr><td><a href=\"http://snomed.info/id/272519000\">272519000</a></td><td>Absence findings</td></tr></table></li></ul></div>"
},
"url " : "http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/ValueSet/presentAbsentVS",
"version " : "0.1.0",
"name " : "PresentAbsentValueSet",
"status " : "draft",
"experimental " : true,
"date " : "2019-06-19",
"publisher " : "HSPC",
"description " : "Select SNOMED CT codes. A set of codes that describe if a thing exists or not.",
"jurisdiction " : [
{
"coding " : [
{
"system " : "urn:iso:std:iso:3166",
"code " : "US",
"display " : "United States of America"
}
]
}
],
"immutable " : true,
"copyright " : "TBD",
"compose " : {
"include " : [
{
"system " : "http://snomed.info/sct",
"concept " : [
{
"code " : "52101004",
"display " : "Present"
},
{
"code " : "272519000",
"display " : "Absence findings"
}
]
}
]
}
}