| Package | hl7.fhir.us.lower-extremity-skin-wound-assessment |
| Resource Type | ValueSet |
| Id | communicationModeVS |
| FHIR Version | R4 |
| Source | http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/https://build.fhir.org/ig/HL7/fhir-skin-wound-ig/ValueSet-communicationModeVS.html |
| URL | http://hl7.org/fhir/us/lower-extremity-skin-wound-assessment/ValueSet/communicationModeVS |
| Version | 0.1.0 |
| Status | draft |
| Date | 2022-11-14T19:24:51+00:00 |
| Name | CommunicationMode |
| Realm | us |
| Authority | hl7 |
| 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. |
No resources found
| CodeSystem | |
| v3-LanguageAbilityMode | LanguageAbilityMode |
Note: links and images are rebased to the (stated) 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"
}
]
}
]
}
}