FHIR Cross-Version Extensions package for FHIR R4 from FHIR R4B
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R4B - Version 0.0.1-snapshot-2. See the Directory of published versions

: LanguagePreferenceType - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "language-preference-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system http://hl7.org/fhir/language-preference-type defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">verbal\n                  <a name=\"language-preference-type-verbal\"> </a>\n                </td>\n                <td>verbal</td>\n                <td>The patient prefers to verbally communicate with the associated language.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">written\n                  <a name=\"language-preference-type-written\"> </a>\n                </td>\n                <td>written</td>\n                <td>The patient prefers to communicate in writing with the associated language.</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r4b.r4"
        },
        {
          "url" : "version",
          "valueString" : "0.0.1-snapshot-2"
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "pa"
    }
  ],
  "url" : "http://hl7.org/fhir/language-preference-type",
  "version" : "4.3.0",
  "name" : "LanguagePreferenceType",
  "status" : "draft",
  "experimental" : true,
  "date" : "2025-09-13T16:38:45-04:00",
  "publisher" : "Patient Administration",
  "contact" : [
    {
      "name" : "Patient Administration",
      "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",
          "display" : "World"
        }
      ]
    }
  ],
  "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."
    }
  ]
}