FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/character-sets

Packageopenehr.base
Resource TypeCodeSystem
Idcharacter-sets
FHIR VersionR5
Sourcehttp://openehr.org/fhir/https://build.fhir.org/ig/FHIR/openehr-base-ig/CodeSystem-character-sets.html
URLhttps://specifications.openehr.org/fhir/codesystem-character_sets
Version0.1.0
Statusactive
Date2024-04-11
Namecharacter_sets
TitleCharacter Set
Realmuv
Authorityhl7
DescriptionCharacter Set
Contentcomplete

Resources that use this resource

ValueSet
valueset-character_setsCharacter Set

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem character-sets

This case-sensitive code system https://specifications.openehr.org/fhir/codesystem-character_sets defines the following codes:

Code
ISO-10646-UTF-1
ISO_8859-1:1987
ISO-8859-2
ISO_8859-3:1988
ISO-8859-15
US-ASCII
UTF-7
UTF-8
UTF-16
UTF-16BE
UTF-16LE
UTF-32
UTF-32BE
UTF-32LE

Source

{
  "resourceType": "CodeSystem",
  "id": "character-sets",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 3,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://openehr.org/fhir/ImplementationGuide/openehr.base"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "informative",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://openehr.org/fhir/ImplementationGuide/openehr.base"
          }
        ]
      }
    }
  ],
  "url": "https://specifications.openehr.org/fhir/codesystem-character_sets",
  "version": "0.1.0",
  "name": "character_sets",
  "title": "Character Set",
  "status": "active",
  "experimental": false,
  "date": "2024-04-11",
  "publisher": "openEHR + HL7",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.openehr.org"
        }
      ]
    }
  ],
  "description": "Character Set",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "https://specifications.openehr.org/fhir/valueset-character-sets",
  "content": "complete",
  "concept": [
    {
      "code": "ISO-10646-UTF-1"
    },
    {
      "code": "ISO_8859-1:1987"
    },
    {
      "code": "ISO-8859-2"
    },
    {
      "code": "ISO_8859-3:1988"
    },
    {
      "code": "ISO-8859-15"
    },
    {
      "code": "US-ASCII"
    },
    {
      "code": "UTF-7"
    },
    {
      "code": "UTF-8"
    },
    {
      "code": "UTF-16"
    },
    {
      "code": "UTF-16BE"
    },
    {
      "code": "UTF-16LE"
    },
    {
      "code": "UTF-32"
    },
    {
      "code": "UTF-32BE"
    },
    {
      "code": "UTF-32LE"
    }
  ]
}