Lower Extremity Skin Wound Assessment - IG - Local Development build (v0.1.0). See the Directory of published versions
JSON Format: ValueSet-yesNoVS
Raw json
{
"resourceType" : "ValueSet",
"id" : "yesNoVS",
"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://browser.ihtsdotools.org/?perspective=full&conceptId1=373066001\">373066001</a></td><td>Yes</td></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&conceptId1=373067005\">373067005</a></td><td>No</td></tr></table></li></ul></div>"
},
"url" : "http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/ValueSet/yesNoVS",
"version" : "0.1.0",
"name" : "YesNoValueSet",
"status" : "draft",
"date" : "2019-06-19",
"publisher" : "Health Services Platform Consortium (HSPC)",
"description" : "Select SNOMED code system values. The set of precoordinated codes for affirmative and negative responses.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"immutable" : true,
"copyright" : "TBD",
"compose" : {
"include" : [
{
"system" : "http://snomed.info/sct",
"concept" : [
{
"code" : "373066001",
"display" : "Yes"
},
{
"code" : "373067005",
"display" : "No"
}
]
}
]
}
}