Lower Extremity Skin Wound Assessment - IG - Local Development build (v0.1.0). See the Directory of published versions
JSON Format: ValueSet-bodySideVS
Raw json
{
"resourceType" : "ValueSet",
"id" : "bodySideVS",
"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=51440002\">51440002</a></td><td>Right and left</td></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&conceptId1=399488007\">399488007</a></td><td>Midline</td></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&conceptId1=85421007\">85421007</a></td><td>Structure of right half of body</td></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&conceptId1=31156008\">31156008</a></td><td>Structure of left half of body</td></tr></table></li></ul></div>"
},
"url" : "http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/ValueSet/bodySideVS",
"version" : "0.1.0",
"name" : "BodySidevalueset",
"status" : "draft",
"date" : "2019-06-19",
"publisher" : "Clinical Information Modeling Initiative (CIMI)",
"description" : "Select SNOMED code system values. Codes that describe sides of the body.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"immutable" : true,
"copyright" : "TBD",
"compose" : {
"include" : [
{
"system" : "http://snomed.info/sct",
"concept" : [
{
"code" : "51440002",
"display" : "Right and left"
},
{
"code" : "399488007",
"display" : "Midline"
},
{
"code" : "85421007",
"display" : "Structure of right half of body"
},
{
"code" : "31156008",
"display" : "Structure of left half of body"
}
]
}
]
}
}