HL7 Version 2 to FHIR, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/v2-to-fhir/ and changes regularly. See the Directory of published versions
Official URL: http://hl7.org/fhir/uv/v2mappings/datatype-ce-to-codeableconcept | Version: 1.0.0-ballot | |||
Active as of 2024-10-30 | Computable Name: DatatypeCEToCodeableConcept | |||
Copyright/Legal: Copyright (c) 2020, HL7 International, Inc., All Rights Reserved. |
This ConceptMap represents a mapping from the HL7 V2 Datatype CE to the FHIR CodeableConcept Data Type.
This ConceptMap represents the mapping from the HL7 V2 CE Data Type to the FHIR CodeableConcept 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 | Vocabulary Mapping (IS, ID, CE, CEN, CWE) | Assignment | |
1 | CE.1 | Identifier | ST | 0 | 1 | If mapped to FHIR, use Code System and Display | CodeableConcept.coding.code | CodeableConcept.code | 0 | 1 | |||||||
2 | CE.2 | Text | ST | 0 | 1 | CodeableConcept.coding.display | CodeableConcept.string | 0 | 1 | ||||||||
3 | CE.3 | Name of Coding System | ID | 0 | 1 | CodeableConcept.coding.system | CodeableConcept.uri | 0 | 1 | This is only an indirect mapping in that the vocabulary table will give the actual uri. | |||||||
4 | CE.4 | Alternate Identifier | ST | 0 | 1 | CodeableConcept.coding.code | CodeableConcept.code | 0 | 1 | ||||||||
5 | CE.5 | Alternate Text | ST | 0 | 1 | CodeableConcept.coding.display | CodeableConcept.string | 0 | 1 | ||||||||
6 | CE.6 | Name of Alternate Coding System | ID | 0 | 1 | CodeableConcept.coding.system | CodeableConcept.uri | 0 | 1 | This is only an indirect mapping in that the vocabulary table will give the actual uri |
Generated Narrative: ConceptMap datatype-ce-to-codeableconcept
Mapping from CE to CodeableConcept
Group 1 Mapping from unspecified code system
to unspecified code system
Source Code | Relationship | Target Code | Comment |
CE.1 (Identifier) | is equivalent to | coding[1].code | |
CE.2 (Text) | is equivalent to | coding[1].display | |
CE.3 (Name of Coding System) | is equivalent to | coding[1].system | This is only an indirect mapping in that the vocabulary table will give the actual uri. |
CE.4 (Alternate Identifier) | is equivalent to | coding[2].code | |
CE.5 (Alternate Text) | is equivalent to | coding[2].display | |
CE.6 (Name of Alternate Coding System) | is equivalent to | coding[2].system | This is only an indirect mapping in that the vocabulary table will give the actual uri |