FHIR Cross-Version Extensions package for FHIR R4B from FHIR R4 - Version 0.0.1-snapshot-2. See the Directory of published versions
| Page standards status: External | Maturity Level: 0 |
{
"resourceType" : "CodeSystem",
"id" : "v3-Charset",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem v3-Charset</b></p><a name=\"v3-Charset\"> </a><a name=\"hcv3-Charset\"> </a><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/v3-Charset</code> defines the following codes in a Is-A hierarchy:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">EBCDIC<a name=\"v3-Charset-EBCDIC\"> </a></td><td>HL7 is indifferent to the use of this Charset.</td></tr><tr><td style=\"white-space:nowrap\">ISO-10646-UCS-2<a name=\"v3-Charset-ISO-10646-UCS-2\"> </a></td><td>Deprecated for HL7 use.</td></tr><tr><td style=\"white-space:nowrap\">ISO-10646-UCS-4<a name=\"v3-Charset-ISO-10646-UCS-4\"> </a></td><td>Deprecated for HL7 use.</td></tr><tr><td style=\"white-space:nowrap\">ISO-8859-1<a name=\"v3-Charset-ISO-8859-1\"> </a></td><td>HL7 is indifferent to the use of this Charset.</td></tr><tr><td style=\"white-space:nowrap\">ISO-8859-2<a name=\"v3-Charset-ISO-8859-2\"> </a></td><td>HL7 is indifferent to the use of this Charset.</td></tr><tr><td style=\"white-space:nowrap\">ISO-8859-5<a name=\"v3-Charset-ISO-8859-5\"> </a></td><td>HL7 is indifferent to the use of this Charset.</td></tr><tr><td style=\"white-space:nowrap\">JIS-2022-JP<a name=\"v3-Charset-JIS-2022-JP\"> </a></td><td>HL7 is indifferent to the use of this Charset.</td></tr><tr><td style=\"white-space:nowrap\">US-ASCII<a name=\"v3-Charset-US-ASCII\"> </a></td><td>Required for HL7 use.</td></tr><tr><td style=\"white-space:nowrap\">UTF-7<a name=\"v3-Charset-UTF-7\"> </a></td><td>HL7 is indifferent to the use of this Charset.</td></tr><tr><td style=\"white-space:nowrap\">UTF-8<a name=\"v3-Charset-UTF-8\"> </a></td><td>Required for Unicode support.</td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "external"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 0
},
{
"extension" : [
{
"url" : "packageId",
"valueId" : "hl7.fhir.uv.xver-r4.r4b"
},
{
"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" : "fhir"
}
],
"url" : "http://terminology.hl7.org/CodeSystem/v3-Charset",
"version" : "2018-08-12",
"name" : "v3.Charset",
"title" : "v3 Code System Charset",
"status" : "active",
"experimental" : false,
"date" : "2018-08-12T00:00:00+10:00",
"publisher" : "FHIR Infrastructure",
"contact" : [
{
"name" : "FHIR Infrastructure",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/fiwg"
}
]
}
],
"description" : "Internet Assigned Numbers Authority (IANA) Charset Types",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"caseSensitive" : true,
"valueSet" : "http://terminology.hl7.org/ValueSet/v3-Charset|3.0.0",
"hierarchyMeaning" : "is-a",
"content" : "complete",
"concept" : [
{
"code" : "EBCDIC",
"display" : "EBCDIC",
"definition" : "HL7 is indifferent to the use of this Charset."
},
{
"code" : "ISO-10646-UCS-2",
"display" : "ISO-10646-UCS-2",
"definition" : "Deprecated for HL7 use."
},
{
"code" : "ISO-10646-UCS-4",
"display" : "ISO-10646-UCS-4",
"definition" : "Deprecated for HL7 use."
},
{
"code" : "ISO-8859-1",
"display" : "ISO-8859-1",
"definition" : "HL7 is indifferent to the use of this Charset."
},
{
"code" : "ISO-8859-2",
"display" : "ISO-8859-2",
"definition" : "HL7 is indifferent to the use of this Charset."
},
{
"code" : "ISO-8859-5",
"display" : "ISO-8859-5",
"definition" : "HL7 is indifferent to the use of this Charset."
},
{
"code" : "JIS-2022-JP",
"display" : "JIS-2022-JP",
"definition" : "HL7 is indifferent to the use of this Charset."
},
{
"code" : "US-ASCII",
"display" : "US-ASCII",
"definition" : "Required for HL7 use."
},
{
"code" : "UTF-7",
"display" : "UTF-7",
"definition" : "HL7 is indifferent to the use of this Charset."
},
{
"code" : "UTF-8",
"display" : "UTF-8",
"definition" : "Required for Unicode support."
}
]
}