This page is part of the HSPC FHIR Implementation Guide (v0.1.0: Daft For Comment Draft) based on FHIR v1.9.0. This is the current published version. For a full list of available versions, see the Directory of published versions
href="assets/ico/favicon.png"/>@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- ?ValueSet/communicationMode> a fhir:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "communicationMode"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"; fhir:index 0 ] ]; fhir:ValueSet.url [ fhir:value "http://fhir.org/guides/hspc/ValueSet/communicationMode"]; fhir:ValueSet.name [ fhir:value "HSPC Communication Mode"]; fhir:ValueSet.status [ fhir:value "draft"]; fhir:ValueSet.publisher [ fhir:value "HSPC"]; fhir:ValueSet.contact [ fhir:index 0; fhir:ValueSet.contact.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "other" ]; fhir:ContactPoint.value [ fhir:value "http://healthcaresoa.org" ] ] ]; fhir:ValueSet.description [ fhir:value "A set of codes that describe the method by which an individual communicates. These values are taken from the HL7 v3 LanguageAbilityMode code system."]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/v3/LanguageAbilityMode" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "ESGN" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Expressed signed" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "ESP" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Expressed spoken" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "EWR" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Expressed written" ] ], [ fhir:index 3; fhir:ValueSet.compose.include.concept.code [ fhir:value "RSGN" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Received signed" ] ], [ fhir:index 4; fhir:ValueSet.compose.include.concept.code [ fhir:value "RSP" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Received spoken" ] ], [ fhir:index 5; fhir:ValueSet.compose.include.concept.code [ fhir:value "RWR" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Received written" ] ] ] ].