Lower Extremity Skin Wound Assessment - IG - Local Development build (v0.1.0). See the Directory of published versions
JSON Format: ValueSet-communicationModeVS
Raw json
{
"resourceType" : "ValueSet",
"id" : "communicationModeVS",
"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://terminology.hl7.org/3.1.0/CodeSystem-v3-LanguageAbilityMode.html\"><code>http://terminology.hl7.org/CodeSystem/v3-LanguageAbilityMode</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://terminology.hl7.org/3.1.0/CodeSystem-v3-LanguageAbilityMode.html#v3-LanguageAbilityMode-ESGN\">ESGN</a></td><td>Expressed signed</td></tr><tr><td><a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-LanguageAbilityMode.html#v3-LanguageAbilityMode-ESP\">ESP</a></td><td>Expressed spoken</td></tr><tr><td><a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-LanguageAbilityMode.html#v3-LanguageAbilityMode-EWR\">EWR</a></td><td>Expressed written</td></tr><tr><td><a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-LanguageAbilityMode.html#v3-LanguageAbilityMode-RSGN\">RSGN</a></td><td>Received signed</td></tr><tr><td><a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-LanguageAbilityMode.html#v3-LanguageAbilityMode-RSP\">RSP</a></td><td>Received spoken</td></tr><tr><td><a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-LanguageAbilityMode.html#v3-LanguageAbilityMode-RWR\">RWR</a></td><td>Received written</td></tr></table></li></ul></div>"
},
"url" : "http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/ValueSet/communicationModeVS",
"version" : "0.1.0",
"name" : "CommunicationMode",
"status" : "draft",
"experimental" : true,
"date" : "2022-02-28T08:59:39-05:00",
"publisher" : "HSPC",
"contact" : [
{
"telecom" : [
{
"system" : "other",
"value" : "http://healthcaresoa.org"
}
]
}
],
"description" : "A set of codes that describe the method by which an individual communicates. These values are taken from the HL7 v3 LanguageAbilityMode code system.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"compose" : {
"include" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-LanguageAbilityMode",
"concept" : [
{
"code" : "ESGN",
"display" : "Expressed signed"
},
{
"code" : "ESP",
"display" : "Expressed spoken"
},
{
"code" : "EWR",
"display" : "Expressed written"
},
{
"code" : "RSGN",
"display" : "Received signed"
},
{
"code" : "RSP",
"display" : "Received spoken"
},
{
"code" : "RWR",
"display" : "Received written"
}
]
}
]
}
}