| Package | openehr.base |
| Resource Type | CodeSystem |
| Id | character-sets |
| FHIR Version | R5 |
| Source | http://openehr.org/fhir/https://build.fhir.org/ig/FHIR/openehr-base-ig/CodeSystem-character-sets.html |
| URL | https://specifications.openehr.org/fhir/codesystem-character_sets |
| Version | 0.1.0 |
| Status | active |
| Date | 2024-04-11 |
| Name | character_sets |
| Title | Character Set |
| Realm | uv |
| Authority | hl7 |
| Description | Character Set |
| Content | complete |
| ValueSet | |
| valueset-character_sets | Character Set |
No resources found
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 |
{
"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"
}
]
}