Package | hl7.fhir.uv.extensions |
Type | CodeSystem |
Id | language-preference-type |
FHIR Version | R5 |
Source | http://hl7.org/fhir/extensions/https://build.fhir.org/ig/HL7/fhir-extensions/CodeSystem-language-preference-type.html |
URL | http://hl7.org/fhir/language-preference-type |
Version | 5.3.0-ballot |
Status | active |
Date | 2025-07-20T22:32:31+00:00 |
Name | LanguagePreferenceType |
Title | language preference type code system |
Realm | uv |
Authority | hl7 |
Description | This code system defines a defines the set of codes for describing the type or mode of the patient's preferred language. |
Content | complete |
ValueSet | |
language-preference-type | language preference type value set |
language-preference-type | language preference type value set |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem language-preference-type
Last updated: 2023-01-31 07:07:38+1100
Profile: Shareable CodeSystem
This case-sensitive code system http://hl7.org/fhir/language-preference-type
defines the following codes:
Code | Definition |
verbal | The patient prefers to verbally communicate with the associated language. |
written | The patient prefers to communicate in writing with the associated language. |
{ "resourceType": "CodeSystem", "id": "language-preference-type", "meta": { "lastUpdated": "2023-01-31T07:07:38.434+11:00", "profile": [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ] }, "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "pa" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "trial-use" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 3 } ], "url": "http://hl7.org/fhir/language-preference-type", "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:2.16.840.1.113883.4.642.4.1023" } ], "version": "5.3.0-ballot", "name": "LanguagePreferenceType", "title": "language preference type code system", "status": "active", "experimental": false, "date": "2025-07-20T22:32:31+00:00", "publisher": "HL7 International / Patient Administration", "contact": [ { "telecom": [ { "system": "url", "value": "http://www.hl7.org/Special/committees/pafm" } ] } ], "description": "This code system defines a defines the set of codes for describing the type or mode of the patient's preferred language.", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "001" } ] } ], "caseSensitive": true, "content": "complete", "concept": [ { "code": "verbal", "display": "verbal", "definition": "The patient prefers to verbally communicate with the associated language." }, { "code": "written", "display": "written", "definition": "The patient prefers to communicate in writing with the associated language." } ] }