This page is part of the FHIR Specification (v3.5.0: R4 Ballot #2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Biomedical Research and Regulation Work Group | Maturity Level: N/A | Ballot Status: Informative | Compartments: Not linked to any defined compartments |
R3 : R4 Conversion maps for MedicinalProductIngredient.
Functional status for this map: Not Mapped (see documentation)
map "http://hl7.org/fhir/StructureMap/MedicinalProductIngredient3to4" = "R3 to R4 Conversions for MedicinalProductIngredient" uses "http://hl7.org/fhir/3.0/StructureDefinition/MedicinalProductIngredient" alias MedicinalProductIngredientR3 as source uses "http://hl7.org/fhir/StructureDefinition/MedicinalProductIngredient" alias MedicinalProductIngredient as target imports "http://hl7.org/fhir/StructureMap/*3to4" group MedicinalProductIngredient extends DomainResource input src : MedicinalProductIngredientR3 as source input tgt : MedicinalProductIngredient as target "MedicinalProductIngredient.identifier": for src.identifier make tgt.identifier "MedicinalProductIngredient.role": for src.role make tgt.role "MedicinalProductIngredient.allergenicIndicator": for src.allergenicIndicator make tgt.allergenicIndicator "MedicinalProductIngredient.manufacturer": for src.manufacturer make tgt.manufacturer "MedicinalProductIngredient.specifiedSubstance": for src.specifiedSubstance as s make tgt.specifiedSubstance as t then MedicinalProductIngredientSpecifiedSubstance(s,t) "MedicinalProductIngredient.substance": for src.substance as s make tgt.substance as t then MedicinalProductIngredientSubstance(s,t) endgroup group MedicinalProductIngredientSpecifiedSubstance extends BackboneElement input src : MedicinalProductIngredientR3 as source input tgt : MedicinalProductIngredient as target "MedicinalProductIngredient.specifiedSubstance.code": for src.code make tgt.code "MedicinalProductIngredient.specifiedSubstance.group": for src.group make tgt.group "MedicinalProductIngredient.specifiedSubstance.confidentiality": for src.confidentiality make tgt.confidentiality "MedicinalProductIngredient.specifiedSubstance.strength": for src.strength as s make tgt.strength as t then MedicinalProductIngredientSpecifiedSubstanceStrength(s,t) endgroup group MedicinalProductIngredientSpecifiedSubstanceStrength extends BackboneElement input src : MedicinalProductIngredientR3 as source input tgt : MedicinalProductIngredient as target "MedicinalProductIngredient.specifiedSubstance.strength.presentation": for src.presentation make tgt.presentation "MedicinalProductIngredient.specifiedSubstance.strength.concentration": for src.concentration make tgt.concentration "MedicinalProductIngredient.specifiedSubstance.strength.measurementPoint": for src.measurementPoint make tgt.measurementPoint "MedicinalProductIngredient.specifiedSubstance.strength.country": for src.country make tgt.country "MedicinalProductIngredient.specifiedSubstance.strength.referenceStrength": for src.referenceStrength as s make tgt.referenceStrength as t then MedicinalProductIngredientSpecifiedSubstanceStrengthReferenceStrength(s,t) endgroup group MedicinalProductIngredientSpecifiedSubstanceStrengthReferenceStrength extends BackboneElement input src : MedicinalProductIngredientR3 as source input tgt : MedicinalProductIngredient as target "MedicinalProductIngredient.specifiedSubstance.strength.referenceStrength.substance": for src.substance make tgt.substance "MedicinalProductIngredient.specifiedSubstance.strength.referenceStrength.strength": for src.strength make tgt.strength "MedicinalProductIngredient.specifiedSubstance.strength.referenceStrength.measurementPoint": for src.measurementPoint make tgt.measurementPoint "MedicinalProductIngredient.specifiedSubstance.strength.referenceStrength.country": for src.country make tgt.country endgroup group MedicinalProductIngredientSubstance extends BackboneElement input src : MedicinalProductIngredientR3 as source input tgt : MedicinalProductIngredient as target "MedicinalProductIngredient.substance.code": for src.code make tgt.code "MedicinalProductIngredient.substance.strength": for src.strength make tgt.strength endgroup
map "http://hl7.org/fhir/StructureMap/MedicinalProductIngredient4to3" = "R4 to R3 Conversion for MedicinalProductIngredient" uses "http://hl7.org/fhir/StructureDefinition/MedicinalProductIngredient" alias MedicinalProductIngredient as source uses "http://hl7.org/fhir/3.0/StructureDefinition/MedicinalProductIngredient" alias MedicinalProductIngredientR3 as target imports "http://hl7.org/fhir/StructureMap/*4to3" group MedicinalProductIngredient extends DomainResource input src : MedicinalProductIngredientR3 as source input tgt : MedicinalProductIngredient as target "MedicinalProductIngredient.identifier": for src.identifier make tgt.identifier "MedicinalProductIngredient.role": for src.role make tgt.role "MedicinalProductIngredient.allergenicIndicator": for src.allergenicIndicator make tgt.allergenicIndicator "MedicinalProductIngredient.manufacturer": for src.manufacturer make tgt.manufacturer "MedicinalProductIngredient.specifiedSubstance": for src.specifiedSubstance as s make tgt.specifiedSubstance as t then MedicinalProductIngredientSpecifiedSubstance(s,t) "MedicinalProductIngredient.substance": for src.substance as s make tgt.substance as t then MedicinalProductIngredientSubstance(s,t) endgroup group MedicinalProductIngredientSpecifiedSubstance extends BackboneElement input src : MedicinalProductIngredientR3 as source input tgt : MedicinalProductIngredient as target "MedicinalProductIngredient.specifiedSubstance.code": for src.code make tgt.code "MedicinalProductIngredient.specifiedSubstance.group": for src.group make tgt.group "MedicinalProductIngredient.specifiedSubstance.confidentiality": for src.confidentiality make tgt.confidentiality "MedicinalProductIngredient.specifiedSubstance.strength": for src.strength as s make tgt.strength as t then MedicinalProductIngredientSpecifiedSubstanceStrength(s,t) endgroup group MedicinalProductIngredientSpecifiedSubstanceStrength extends BackboneElement input src : MedicinalProductIngredientR3 as source input tgt : MedicinalProductIngredient as target "MedicinalProductIngredient.specifiedSubstance.strength.presentation": for src.presentation make tgt.presentation "MedicinalProductIngredient.specifiedSubstance.strength.concentration": for src.concentration make tgt.concentration "MedicinalProductIngredient.specifiedSubstance.strength.measurementPoint": for src.measurementPoint make tgt.measurementPoint "MedicinalProductIngredient.specifiedSubstance.strength.country": for src.country make tgt.country "MedicinalProductIngredient.specifiedSubstance.strength.referenceStrength": for src.referenceStrength as s make tgt.referenceStrength as t then MedicinalProductIngredientSpecifiedSubstanceStrengthReferenceStrength(s,t) endgroup group MedicinalProductIngredientSpecifiedSubstanceStrengthReferenceStrength extends BackboneElement input src : MedicinalProductIngredientR3 as source input tgt : MedicinalProductIngredient as target "MedicinalProductIngredient.specifiedSubstance.strength.referenceStrength.substance": for src.substance make tgt.substance "MedicinalProductIngredient.specifiedSubstance.strength.referenceStrength.strength": for src.strength make tgt.strength "MedicinalProductIngredient.specifiedSubstance.strength.referenceStrength.measurementPoint": for src.measurementPoint make tgt.measurementPoint "MedicinalProductIngredient.specifiedSubstance.strength.referenceStrength.country": for src.country make tgt.country endgroup group MedicinalProductIngredientSubstance extends BackboneElement input src : MedicinalProductIngredientR3 as source input tgt : MedicinalProductIngredient as target "MedicinalProductIngredient.substance.code": for src.code make tgt.code "MedicinalProductIngredient.substance.strength": for src.strength make tgt.strength endgroup
n/a