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

FHIR IG Statistics: ValueSet/2.16.840.1.114222.4.11.986

Packageus.cdc.phinvads
Resource TypeValueSet
Id2.16.840.1.114222.4.11.986
FHIR VersionR4
Sourcehttp://fhir.org/packages/us.cdc.phinvads
URLhttp://phinvads.cdc.gov/fhir/ValueSet/2.16.840.1.114222.4.11.986
Version1
Statusactive
Date2008-01-22T00:10:00+11:00
NamePHVS_Encoding_HL7_2x
TitleEncoding Type (HL7)
Realmus
DescriptionThe type of encoding used to represent successive octets of binary data as displayable ASCII characters. HL7 Table 0299 - Encoding for valid values.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
v2-0299encoding

Narrative

No narrative content found in resource


Source

{
  "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."
          }
        ]
      }
    ]
  }
}