This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
CDA Language Mode
{ "resourceType": "ExtensionDefinition", "id": "cda-language-mode", "meta": { "lastUpdated": "2014-11-05T20:31:00Z" }, "url": "http://hl7.org/fhir/ExtensionDefinition/cda-language-mode", "name": "CDA Language Mode", "publisher": "HL7 FHIR Project", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org/fhir" } ] } ], "description": "Standard Profile for CDA R2 on FHIR", "status": "draft", "date": "2014-11-05", "mapping": [ { "identity": "rim", "uri": "http://hl7.org/v3", "name": "RIM" } ], "contextType": "resource", "context": [ "Patient.communication" ], "element": [ { "path": "Extension", "short": "The mode for this language", "min": 0, "max": "1", "type": [ { "code": "CodeableConcept" } ], "binding": { "name": "LanguageAbiliityMode", "isExtensible": true, "referenceUri": "http://hl7.org/fhir/v3/vs/LanguageAbilityMode" }, "mapping": [ { "identity": "rim", "map": "LanguageCommunication.modeCode" } ] } ] }
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.