FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/communicationModeVS

Packagehl7.fhir.us.lower-extremity-skin-wound-assessment
Resource TypeValueSet
IdcommunicationModeVS
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/https://build.fhir.org/ig/HL7/fhir-skin-wound-ig/ValueSet-communicationModeVS.html
URLhttp://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/ValueSet/communicationModeVS
Version0.1.0
Statusdraft
Date2022-11-14T19:24:51+00:00
NameCommunicationMode
Realmus
Authorityhl7
DescriptionA set of codes that describe the method by which an individual communicates. These values are taken from the HL7 v3 LanguageAbilityMode code system.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
v3-LanguageAbilityModeLanguageAbilityMode

Narrative

Note: links and images are rebased to the (stated) source


Source

{
  "resourceType": "ValueSet",
  "id": "communicationModeVS",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
          }
        ]
      }
    ]
  }
}