FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.extensions
Resource TypeValueSet
IdValueSet-language-preference-type.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7/fhir-extensions/ValueSet-language-preference-type.html
URLhttp://hl7.org/fhir/ValueSet/language-preference-type
Version5.3.0-ballot-tc1
Statusactive
Date2026-01-28T01:21:01+00:00
NameLanguagePreferenceType
Titlelanguage preference type value set
Realmuv
Authorityhl7
DescriptionThis value set defines the set of codes for describing the type or mode of the patient's preferred language.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
language-preference-typelanguage preference type code system

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet language-preference-type

Last updated: 2023-01-31 07:07:38+1100

Profile: Shareable ValueSet

  • Include these codes as defined in http://hl7.org/fhir/language-preference-type version 📦5.3.0-ballot-tc1
    CodeDisplayDefinition
    verbalverbalThe patient prefers to verbally communicate with the associated language.
    writtenwrittenThe patient prefers to communicate in writing with the associated language.

Source1

{
  "resourceType": "ValueSet",
  "id": "language-preference-type",
  "meta": {
    "lastUpdated": "2023-01-31T07:07:38.434+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text": {
    "status": "extensions",
    "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/ValueSet/language-preference-type",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.3.1022"
    }
  ],
  "version": "5.3.0-ballot-tc1",
  "name": "LanguagePreferenceType",
  "title": "language preference type value set",
  "status": "active",
  "experimental": false,
  "date": "2026-01-28T01:21:01+00:00",
  "publisher": "HL7 International / Patient Administration",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/pafm"
        }
      ]
    }
  ],
  "description": "This value set 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"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/language-preference-type",
        "concept": [
          {
            "code": "verbal",
            "display": "verbal"
          },
          {
            "code": "written",
            "display": "written"
          }
        ]
      }
    ]
  }
}