This page is part of the HL7 Version 2 to FHIR (v1.0.0-ballot: STU1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions
Official URL: http://hl7.org/fhir/uv/v2mappings/datatype-ed-to-attachment | Version: 1.0.0-ballot | |||
Active as of 2023-12-19 | Computable Name: DatatypeEDToAttachment | |||
Copyright/Legal: Copyright (c) 2020, HL7 International, Inc., All Rights Reserved. |
This ConceptMap represents a mapping from the HL7 V2 Datatype ED to the FHIR Attachment Data Type.
This ConceptMap represents the mapping from the HL7 V2 ED Data Type to the FHIR Attachment Data Type. See also the FHIR Shorthand or the CSV Source.
HL7 v2 | Condition (IF True, args) | HL7 FHIR | Comments | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Sort Order | Identifier | Name | Data Type | Cardinality - Min | Cardinality - Max | Computable ANTLR | Computable FHIRPath | Narrative | FHIR Attribute | Proposed Extension | Data Type | Cardinality - Min | Cardinality - Max | Data Type Mapping | Assignment | Vocabulary | |
1 | ED.1 | Source Application | HD | 0 | 1 | ||||||||||||
2 | ED.2 | Type of Data | ID | 1 | 1 | IF ED.3 NOT VALUED | Attachment.extension.url | Attachment.uri | 1 | 1 | "https://hl7.org/fhir/StructureDefinition/alternate-codes" | ||||||
2 | ED.2 | Type of Data | ID | 1 | 1 | IF ED.3 NOT VALUED | Attachment.extension.valueCodeableConcept | Attachment.CodeableConcept | 1 | 1 | |||||||
3 | ED.3 | Data Subtype | ID | 0 | 1 | Attachment.contentType | Attachment.code | 0 | 1 | ||||||||
4 | ED.4 | Encoding | ID | 1 | 1 | ||||||||||||
5 | ED.5 | Data | TX | 1 | 1 | IF ED.4 IN ("Base64") | Attachment.data | Attachment.base64Binary | 0 | 1 | |||||||
5 | ED.5 | Data | TX | 1 | 1 | IF ED.4 IN ("A", (HEX") | Attachment.data | Attachment.base64Binary | 0 | 1 | /convert from A or HEX to binary64/ |
Mapping from ED to Attachment
ACTIVE (not intended for production usage). Published on 2023-12-19 by HL7 International / Orders and Observations (HL7 Orders and Observations Workgroup: http://www.hl7.org/Special/com..., Keith W. Boone: kboone@ainq.com, Rob Hausam: rrhausam@gmail.com). Copyright (c) 2020, HL7 International, Inc., All Rights Reserved.
This ConceptMap represents a mapping from the HL7 V2 Datatype ED to the FHIR Attachment Data Type.
Group 1Mapping from unspecified code system
to unspecified code system
Source Concept Details | Relationship | Target Concept Details | Properties | ||||||
Codes from | value | Codes from | antlr | ||||||
ED.2 | Type of Data | "https://hl7.org/fhir/StructureDefinition/alternate-codes" | is equivalent to | extension[1].url | extension[1].url | IF ED.3 NOT VALUED | |||
ED.2 | Type of Data | is equivalent to | extension[1].valueCodeableConcept | extension[1].valueCodeableConcept | IF ED.3 NOT VALUED | ||||
ED.3 | Data Subtype | is equivalent to | contentType | contentType | |||||
ED.5 | Data | is equivalent to | data | data | IF ED.4 IN ("Base64") | ||||
ED.5 | Data | /convert from A or HEX to binary64/ | is equivalent to | data | data | IF ED.4 IN ("A", (HEX") |