Lower Extremity Skin Wound Assessment Implementation Guide STU1 CI Build

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-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/5.0.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/5.0.0/CodeSystem-v3-LanguageAbilityMode.html#v3-LanguageAbilityMode-ESGN\">ESGN</a></td><td>Expressed signed</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-LanguageAbilityMode.html#v3-LanguageAbilityMode-ESP\">ESP</a></td><td>Expressed spoken</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-LanguageAbilityMode.html#v3-LanguageAbilityMode-EWR\">EWR</a></td><td>Expressed written</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-LanguageAbilityMode.html#v3-LanguageAbilityMode-RSGN\">RSGN</a></td><td>Received signed</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-LanguageAbilityMode.html#v3-LanguageAbilityMode-RSP\">RSP</a></td><td>Received spoken</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.0.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-11-14T19:24:51+00: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",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "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"
          }
        ]
      }
    ]
  }
}