FHIR IG analytics| Package | us.cdc.phinvads |
| Resource Type | ValueSet |
| Id | ValueSet-2.16.840.1.114222.4.11.986.json |
| FHIR Version | R4 |
| URL | http://phinvads.cdc.gov/fhir/ValueSet/2.16.840.1.114222.4.11.986 |
| Version | 1 |
| Status | active |
| Date | 2008-01-22T00:10:00+11:00 |
| Name | PHVS_Encoding_HL7_2x |
| Title | Encoding Type (HL7) |
| Realm | us |
| Description | The type of encoding used to represent successive octets of binary data as displayable ASCII characters. HL7 Table 0299 - Encoding for valid values. |
No resources found
| CodeSystem | |
| v2-0299 | encoding |
No narrative content found in resource
{
"resourceType": "ValueSet",
"id": "2.16.840.1.114222.4.11.986",
"meta": {
"source": "https://phinvads.cdc.gov/vads/ViewValueSet.action?oid=2.16.840.1.114222.4.11.986"
},
"url": "http://phinvads.cdc.gov/fhir/ValueSet/2.16.840.1.114222.4.11.986",
"version": "1",
"name": "PHVS_Encoding_HL7_2x",
"title": "Encoding Type (HL7)",
"status": "active",
"date": "2008-01-22T00:10:00+11:00",
"description": "The type of encoding used to represent successive octets of binary data as displayable ASCII characters. HL7 Table 0299 - Encoding for valid values.",
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0299",
"version": "HL7 v2.5",
"concept": [
{
"code": "Base64",
"display": "Encoding as defined by MIME (Multipurpose Internet Mail Extensions) standard RFC 1521. Four consecutive ASCII characters represent three consecutive octets of binary data. Base64 utilizes a 65-character subset of US-ASCII, consisting of both the upper and"
},
{
"code": "Hex",
"display": "Hexadecimal encoding - consecutive pairs of hexadecimal digits represent consecutive single octets."
},
{
"code": "A",
"display": "No encoding - data are displayable ASCII characters."
}
]
}
]
}
}