Package | fhir.r4.ukcore.stu3.currentbuild |
Resource Type | StructureDefinition |
Id | Extension-UKCore-NHSCommunication |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=fhir.r4.ukcore.stu3.currentbuild@0.23.0-pre-release&canonical=https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSCommunication |
URL | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSCommunication |
Version | 2.0.0 |
Status | retired |
Date | 2021-09-10 |
Name | ExtensionUKCoreNHSCommunication |
Title | Extension UK Core NHS Communication |
Realm | us |
Authority | hl7 |
Description | Information that describes the patient's communication preferences. |
Purpose | This extension extends the Patient resource to support the exchange of communication preference information. |
Copyright | Copyright © 2021+ HL7 UK Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html. |
Type | Extension |
Kind | complex-type |
No resources found
ValueSet | |
UKCore-HumanLanguage | UK Core Human Language |
UKCore-LanguageAbilityMode | UK Core Language Ability Mode |
UKCore-LanguageAbilityProficiency | UK Core Language Ability Proficiency |
No extension usage examples found
No narrative content found in resource
{ "resourceType": "StructureDefinition", "id": "Extension-UKCore-NHSCommunication", "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSCommunication", "version": "2.0.0", "name": "ExtensionUKCoreNHSCommunication", "title": "Extension UK Core NHS Communication", "status": "retired", "date": "2021-09-10", "publisher": "HL7 UK", "contact": [ { "name": "HL7 UK", "telecom": [ { "system": "email", "value": "ukcore@hl7.org.uk", "use": "work", "rank": 1 } ] } ], "description": "Information that describes the patient's communication preferences.", "purpose": "This extension extends the Patient resource to support the exchange of communication preference information.", "copyright": "Copyright © 2021+ HL7 UK Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html.", "fhirVersion": "4.0.1", "mapping": [ { "identity": "rim", "uri": "http://hl7.org/v3", "name": "RIM Mapping" } ], "kind": "complex-type", "abstract": false, "context": [ { "type": "element", "expression": "Patient" }, { "type": "element", "expression": "Practitioner" }, { "type": "element", "expression": "RelatedPerson" } ], "type": "Extension", "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension", "derivation": "constraint", "differential": { "element": [ { "id": "Extension", "path": "Extension", "short": "NHS communication preferences for a resource", "definition": "Communication preferences including a list of Languages which may be used for communication." }, { "id": "Extension.extension", "path": "Extension.extension", "slicing": { "discriminator": [ { "type": "value", "path": "url" } ], "rules": "open" } }, { "id": "Extension.extension:language", "path": "Extension.extension", "sliceName": "language", "short": "Languages which may be used for communication", "min": 1, "max": "1" }, { "id": "Extension.extension:language.url", "path": "Extension.extension.url", "fixedUri": "language" }, { "id": "Extension.extension:language.value[x]", "path": "Extension.extension.value[x]", "short": "Languages which may be used for communication", "definition": "Languages which may be used for communication", "min": 1, "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "extensible", "description": "Human Language", "valueSet": "https://fhir.hl7.org.uk/ValueSet/UKCore-HumanLanguage" } }, { "id": "Extension.extension:preferred", "path": "Extension.extension", "sliceName": "preferred", "short": "Language preference indicator", "max": "1" }, { "id": "Extension.extension:preferred.url", "path": "Extension.extension.url", "fixedUri": "preferred" }, { "id": "Extension.extension:preferred.value[x]", "path": "Extension.extension.value[x]", "short": "Indicates whether or not this language is preferred (over other languages up to a certain level)", "definition": "Indicates whether or not this language is preferred (over other languages up to a certain level).", "min": 1, "type": [ { "code": "boolean" } ] }, { "id": "Extension.extension:modeOfCommunication", "path": "Extension.extension", "sliceName": "modeOfCommunication", "short": "Mode of communication for the selected language" }, { "id": "Extension.extension:modeOfCommunication.url", "path": "Extension.extension.url", "fixedUri": "modeOfCommunication" }, { "id": "Extension.extension:modeOfCommunication.value[x]", "path": "Extension.extension.value[x]", "short": "A valueset to describe the mode the patient can communicate in, representing the method of expression of the language.", "definition": "A valueset to describe the mode the patient can communicate in, representing the method of expression of the language.", "min": 1, "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "extensible", "description": "Language Ability Mode", "valueSet": "https://fhir.hl7.org.uk/ValueSet/UKCore-LanguageAbilityMode" } }, { "id": "Extension.extension:communicationProficiency", "path": "Extension.extension", "sliceName": "communicationProficiency", "short": "The level of proficiency in communicating a language", "max": "1" }, { "id": "Extension.extension:communicationProficiency.url", "path": "Extension.extension.url", "fixedUri": "communicationProficiency" }, { "id": "Extension.extension:communicationProficiency.value[x]", "path": "Extension.extension.value[x]", "short": "A valueset to describe the level of proficiency in communicating a language", "definition": "A valueset to describe the level of proficiency in communicating a language.", "min": 1, "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "extensible", "description": "Language Ability Proficiency", "valueSet": "https://fhir.hl7.org.uk/ValueSet/UKCore-LanguageAbilityProficiency" } }, { "id": "Extension.extension:interpreterRequired", "path": "Extension.extension", "sliceName": "interpreterRequired", "short": "Interpreter preference indicator", "max": "1" }, { "id": "Extension.extension:interpreterRequired.url", "path": "Extension.extension.url", "fixedUri": "interpreterRequired" }, { "id": "Extension.extension:interpreterRequired.value[x]", "path": "Extension.extension.value[x]", "short": "Indicates whether an interpreter is required for communication purposes", "definition": "Indicates whether an interpreter is required for communication purposes- True / False?", "min": 1, "type": [ { "code": "boolean" } ] }, { "id": "Extension.url", "path": "Extension.url", "fixedUri": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSCommunication" }, { "id": "Extension.value[x]", "path": "Extension.value[x]", "max": "0" } ] } }