FHIR Release 3 (STU)

This page is part of the FHIR Specification (v3.0.2: STU 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4 R3

V2-0356.cs.json

Vocabulary Work GroupMaturity Level: N/ABallot Status: Informative

Raw JSON (canonical form)

FHIR Value set/code system definition for HL7 v2 table 0356 ( Alternate Character Set Handling Scheme)

{
  "resourceType": "CodeSystem",
  "id": "v2-0356",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "additional",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "External"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    }
  ],
  "url": "http://hl7.org/fhir/v2/0356",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.18.216"
  },
  "version": "2.8.2",
  "name": "v2 Alternate Character Set Handling Scheme",
  "status": "active",
  "experimental": false,
  "publisher": "HL7, Inc",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        }
      ]
    }
  ],
  "description": "FHIR Value set/code system definition for HL7 v2 table 0356 ( Alternate Character Set Handling Scheme)",
  "caseSensitive": false,
  "valueSet": "http://hl7.org/fhir/ValueSet/v2-0356",
  "content": "complete",
  "concept": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/codesystem-comments",
          "valueString": "Note that the escape sequences used in this mode do not use the ASCII \"esc\" character, as defined in ISO 2022-1994. They are \"HL7 escape sequences\" as first defined in HL7 2.3, sec. 2.9.2. (Also, note that sections 2.8.28.6.1and 2.9.2 in HL7 2.3 correspon"
        }
      ],
      "code": "2.3",
      "display": "The character set switching mode specified in HL7 2.5, section 2.7.2 and section 2.A.46, \"XPN - extended person name\".",
      "designation": [
        {
          "language": "nl",
          "value": "De modus om te wisselen van tekenset gedefinieerd in HL7 2.5, sectie 2.A.46, \"XPN - uitgebreide persoonsnaam\"."
        }
      ]
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/codesystem-comments",
          "valueString": "This is the default."
        }
      ],
      "code": "<null>",
      "display": "This is the default, indicating that there is no character set switching occurring in this message.",
      "designation": [
        {
          "language": "nl",
          "value": "Dit is de standaardwaarde, om aan te geven dat er geen wisselingen van tekenset voorkomen in dit bericht."
        }
      ]
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/codesystem-comments",
          "valueString": "This standard specifies an escape sequence from basic one byte character set to specified other character set, and vice versa. The escape sequence explicitly specifies what alternate character set to be evoked. Note that in this mode, the actual ASCII esc"
        }
      ],
      "code": "ISO 2022-1994",
      "display": "This standard is titled \"Information Technology - Character Code Structure and Extension Technique\". .",
      "designation": [
        {
          "language": "nl",
          "value": "Deze standaard heet \"Information Technology - Character Code Structure and Extension Technique\"."
        }
      ]
    }
  ]
}

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.