Package | au.digitalhealth.cda.schema |
Type | CodeSystem |
Id | BinaryDataEncoding |
FHIR Version | R5 |
Source | http://ns.electronichealth.net.au/cda/https://build.fhir.org/ig/AuDigitalHealth/cda-au-schema/CodeSystem-BinaryDataEncoding.html |
URL | http://hl7.org/cda/stds/core/CodeSystem/BinaryDataEncoding |
Version | 1.0.0 |
Status | draft |
Date | 2025-07-21T22:05:27+00:00 |
Name | BinaryDataEncoding |
Title | Binary Data Encoding Code System |
Realm | au |
Authority | national |
Description | Identifies the representation of binary data in a text field |
Content | complete |
ValueSet | |
BinaryDataEncoding | Binary Data Encoding Value Set |
No resources found
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:
Code | Display |
B64 | Base64-encoded text |
TXT | Plain text |
{ "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" } ] }