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

FHIR IG Statistics: StructureDefinition/Extension-UKCore-NHSCommunication

Packagefhir.r4.ukcore.stu3.currentbuild
Resource TypeStructureDefinition
IdExtension-UKCore-NHSCommunication
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fhir.r4.ukcore.stu3.currentbuild@0.23.0-pre-release&canonical=https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSCommunication
URLhttps://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSCommunication
Version2.0.0
Statusretired
Date2021-09-10
NameExtensionUKCoreNHSCommunication
TitleExtension UK Core NHS Communication
Realmus
Authorityhl7
DescriptionInformation that describes the patient's communication preferences.
PurposeThis extension extends the Patient resource to support the exchange of communication preference information.
CopyrightCopyright © 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.
TypeExtension
Kindcomplex-type

Resources that use this resource

No resources found


Resources that this resource uses

ValueSet
UKCore-HumanLanguageUK Core Human Language
UKCore-LanguageAbilityModeUK Core Language Ability Mode
UKCore-LanguageAbilityProficiencyUK Core Language Ability Proficiency

Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "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"
      }
    ]
  }
}