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

FHIR IG Statistics: CodeSystem/BinaryDataEncoding

Packageau.digitalhealth.cda.schema
TypeCodeSystem
IdBinaryDataEncoding
FHIR VersionR5
Sourcehttp://ns.electronichealth.net.au/cda/https://build.fhir.org/ig/AuDigitalHealth/cda-au-schema/CodeSystem-BinaryDataEncoding.html
URLhttp://hl7.org/cda/stds/core/CodeSystem/BinaryDataEncoding
Version1.0.0
Statusdraft
Date2025-07-21T22:05:27+00:00
NameBinaryDataEncoding
TitleBinary Data Encoding Code System
Realmau
Authoritynational
DescriptionIdentifies the representation of binary data in a text field
Contentcomplete

Resources that use this resource

ValueSet
BinaryDataEncodingBinary Data Encoding Value Set

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem BinaryDataEncoding

This case-sensitive code system http://hl7.org/cda/stds/core/CodeSystem/BinaryDataEncoding defines the following codes:

CodeDisplay
B64 Base64-encoded text
TXT Plain text

Source

{
  "resourceType": "CodeSystem",
  "id": "BinaryDataEncoding",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://ns.electronichealth.net.au/cda/ImplementationGuide/au.digitalhealth.cda.schema"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/cda/stds/core/CodeSystem/BinaryDataEncoding",
  "version": "1.0.0",
  "name": "BinaryDataEncoding",
  "title": "Binary Data Encoding Code System",
  "status": "draft",
  "experimental": false,
  "date": "2025-07-21T22:05:27+00:00",
  "description": "Identifies the representation of binary data in a text field",
  "caseSensitive": true,
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "B64",
      "display": "Base64-encoded text"
    },
    {
      "code": "TXT",
      "display": "Plain text"
    }
  ]
}