Package | hl7.fhir.uv.xver |
Resource Type | StructureMap |
Id | MedicinalProductClinicals3to4 |
FHIR Version | R5 |
Source | http://hl7.org/fhir/extensions/https://build.fhir.org/ig/HL7/fhir-cross-version/StructureMap-MedicinalProductClinicals3to4.html |
URL | http://hl7.org/fhir/StructureMap/MedicinalProductClinicals3to4 |
Version | 0.1.0 |
Status | active |
Date | 2024-02-22T03:16:50+00:00 |
Name | MedicinalProductClinicals3to4 |
Title | MedicinalProductClinicals Transforms: R3 to R4 |
Realm | uv |
Authority | hl7 |
Description | MedicinalProductClinicalsTransformsR3toR4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
/// url = 'http://hl7.org/fhir/StructureMap/MedicinalProductClinicals3to4' /// name = 'MedicinalProductClinicals3to4' /// title = 'MedicinalProductClinicals Transforms: R3 to R4 ' /// status = 'active' uses "http://hl7.org/fhir/3.0/MedicinalProductClinicals" alias MedicinalProductClinicalsR3 as source uses "http://hl7.org/fhir/4.0/MedicinalProductClinicals" alias MedicinalProductClinicals as target imports "http://hl7.org/fhir/StructureMap/*3to4" group MedicinalProductClinicals(source src : MedicinalProductClinicalsR3, target tgt : MedicinalProductClinicals) extends DomainResource <<type+>> { src.undesirableEffects as s -> tgt.undesirableEffects as t then MedicinalProductClinicalsUndesirableEffects(s, t); src.therapeuticIndication as s -> tgt.therapeuticIndication as t then MedicinalProductClinicalsTherapeuticIndication(s, t); src.contraindication as s -> tgt.contraindication as t then MedicinalProductClinicalsContraindication(s, t); src.interactions as s -> tgt.interactions as t then MedicinalProductClinicalsInteractions(s, t); } group MedicinalProductClinicalsUndesirableEffects(source src, target tgt) extends BackboneElement { src.symptomConditionEffect -> tgt.symptomConditionEffect; src.classification -> tgt.classification; src.frequencyOfOccurrence -> tgt.frequencyOfOccurrence; src.population as s -> tgt.population as t then MedicinalProductClinicalsUndesirableEffectsPopulation(s, t); } group MedicinalProductClinicalsUndesirableEffectsPopulation(source src, target tgt) extends BackboneElement { src.age -> tgt.age; src.gender -> tgt.gender; src.race -> tgt.race; src.physiologicalCondition -> tgt.physiologicalCondition; } group MedicinalProductClinicalsTherapeuticIndication(source src, target tgt) extends BackboneElement { src.diseaseSymptomProcedure -> tgt.diseaseSymptomProcedure; src.diseaseStatus -> tgt.diseaseStatus; src.comorbidity -> tgt.comorbidity; src.intendedEffect -> tgt.intendedEffect; src.duration -> tgt.duration; src.undesirableEffects -> tgt.undesirableEffects; src.otherTherapy as s -> tgt.otherTherapy as t then MedicinalProductClinicalsTherapeuticIndicationOtherTherapy(s, t); src.population -> tgt.population; } group MedicinalProductClinicalsTherapeuticIndicationOtherTherapy(source src, target tgt) extends BackboneElement { src.therapyRelationshipType -> tgt.therapyRelationshipType; src.medication -> tgt.medication; } group MedicinalProductClinicalsContraindication(source src, target tgt) extends BackboneElement { src.disease -> tgt.disease; src.diseaseStatus -> tgt.diseaseStatus; src.comorbidity -> tgt.comorbidity; src.therapeuticIndication -> tgt.therapeuticIndication; src.otherTherapy -> tgt.otherTherapy; src.population -> tgt.population; } group MedicinalProductClinicalsInteractions(source src, target tgt) extends BackboneElement { src.interactant -> tgt.interactant; src.type -> tgt.type; src.effect -> tgt.effect; src.incidence -> tgt.incidence; src.management -> tgt.management; }
{ "resourceType": "StructureMap", "id": "MedicinalProductClinicals3to4", "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "fhir" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 1, "_valueInteger": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", "valueCanonical": "http://hl7.org/fhir/extensions/ImplementationGuide/hl7.fhir.uv.xver" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "draft", "_valueCode": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", "valueCanonical": "http://hl7.org/fhir/extensions/ImplementationGuide/hl7.fhir.uv.xver" } ] } } ], "url": "http://hl7.org/fhir/StructureMap/MedicinalProductClinicals3to4", "version": "0.1.0", "name": "MedicinalProductClinicals3to4", "title": "MedicinalProductClinicals Transforms: R3 to R4 ", "status": "active", "date": "2024-02-22T03:16:50+00:00", "publisher": "HL7 International / FHIR Infrastructure", "contact": [ { "telecom": [ { "system": "url", "value": "http://www.hl7.org/Special/committees/fiwg" } ] } ], "description": "MedicinalProductClinicalsTransformsR3toR4", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "001" } ] } ], "structure": [ { "url": "http://hl7.org/fhir/3.0/MedicinalProductClinicals", "mode": "source", "alias": "MedicinalProductClinicalsR3" }, { "url": "http://hl7.org/fhir/4.0/MedicinalProductClinicals", "mode": "target", "alias": "MedicinalProductClinicals" } ], "import": [ "http://hl7.org/fhir/StructureMap/*3to4" ], "group": [ { "name": "MedicinalProductClinicals", "extends": "DomainResource", "typeMode": "type-and-types", "input": [ { "name": "src", "type": "MedicinalProductClinicalsR3", "mode": "source" }, { "name": "tgt", "type": "MedicinalProductClinicals", "mode": "target" } ], "rule": [ { "name": "undesirableEffects", "source": [ { "context": "src", "element": "undesirableEffects", "variable": "s" } ], "target": [ { "context": "tgt", "element": "undesirableEffects", "variable": "t" } ], "dependent": [ { "name": "MedicinalProductClinicalsUndesirableEffects", "parameter": [ { "valueId": "s" }, { "valueId": "t" } ] } ] }, { "name": "therapeuticIndication", "source": [ { "context": "src", "element": "therapeuticIndication", "variable": "s" } ], "target": [ { "context": "tgt", "element": "therapeuticIndication", "variable": "t" } ], "dependent": [ { "name": "MedicinalProductClinicalsTherapeuticIndication", "parameter": [ { "valueId": "s" }, { "valueId": "t" } ] } ] }, { "name": "contraindication", "source": [ { "context": "src", "element": "contraindication", "variable": "s" } ], "target": [ { "context": "tgt", "element": "contraindication", "variable": "t" } ], "dependent": [ { "name": "MedicinalProductClinicalsContraindication", "parameter": [ { "valueId": "s" }, { "valueId": "t" } ] } ] }, { "name": "interactions", "source": [ { "context": "src", "element": "interactions", "variable": "s" } ], "target": [ { "context": "tgt", "element": "interactions", "variable": "t" } ], "dependent": [ { "name": "MedicinalProductClinicalsInteractions", "parameter": [ { "valueId": "s" }, { "valueId": "t" } ] } ] } ] }, { "name": "MedicinalProductClinicalsUndesirableEffects", "extends": "BackboneElement", "input": [ { "name": "src", "mode": "source" }, { "name": "tgt", "mode": "target" } ], "rule": [ { "name": "symptomConditionEffect", "source": [ { "context": "src", "element": "symptomConditionEffect", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "symptomConditionEffect", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "classification", "source": [ { "context": "src", "element": "classification", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "classification", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "frequencyOfOccurrence", "source": [ { "context": "src", "element": "frequencyOfOccurrence", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "frequencyOfOccurrence", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "population", "source": [ { "context": "src", "element": "population", "variable": "s" } ], "target": [ { "context": "tgt", "element": "population", "variable": "t" } ], "dependent": [ { "name": "MedicinalProductClinicalsUndesirableEffectsPopulation", "parameter": [ { "valueId": "s" }, { "valueId": "t" } ] } ] } ] }, { "name": "MedicinalProductClinicalsUndesirableEffectsPopulation", "extends": "BackboneElement", "input": [ { "name": "src", "mode": "source" }, { "name": "tgt", "mode": "target" } ], "rule": [ { "name": "age", "source": [ { "context": "src", "element": "age", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "age", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "gender", "source": [ { "context": "src", "element": "gender", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "gender", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "race", "source": [ { "context": "src", "element": "race", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "race", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "physiologicalCondition", "source": [ { "context": "src", "element": "physiologicalCondition", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "physiologicalCondition", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] } ] }, { "name": "MedicinalProductClinicalsTherapeuticIndication", "extends": "BackboneElement", "input": [ { "name": "src", "mode": "source" }, { "name": "tgt", "mode": "target" } ], "rule": [ { "name": "diseaseSymptomProcedure", "source": [ { "context": "src", "element": "diseaseSymptomProcedure", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "diseaseSymptomProcedure", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "diseaseStatus", "source": [ { "context": "src", "element": "diseaseStatus", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "diseaseStatus", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "comorbidity", "source": [ { "context": "src", "element": "comorbidity", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "comorbidity", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "intendedEffect", "source": [ { "context": "src", "element": "intendedEffect", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "intendedEffect", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "duration", "source": [ { "context": "src", "element": "duration", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "duration", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "undesirableEffects", "source": [ { "context": "src", "element": "undesirableEffects", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "undesirableEffects", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "otherTherapy", "source": [ { "context": "src", "element": "otherTherapy", "variable": "s" } ], "target": [ { "context": "tgt", "element": "otherTherapy", "variable": "t" } ], "dependent": [ { "name": "MedicinalProductClinicalsTherapeuticIndicationOtherTherapy", "parameter": [ { "valueId": "s" }, { "valueId": "t" } ] } ] }, { "name": "population", "source": [ { "context": "src", "element": "population", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "population", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] } ] }, { "name": "MedicinalProductClinicalsTherapeuticIndicationOtherTherapy", "extends": "BackboneElement", "input": [ { "name": "src", "mode": "source" }, { "name": "tgt", "mode": "target" } ], "rule": [ { "name": "therapyRelationshipType", "source": [ { "context": "src", "element": "therapyRelationshipType", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "therapyRelationshipType", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "medication", "source": [ { "context": "src", "element": "medication", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "medication", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] } ] }, { "name": "MedicinalProductClinicalsContraindication", "extends": "BackboneElement", "input": [ { "name": "src", "mode": "source" }, { "name": "tgt", "mode": "target" } ], "rule": [ { "name": "disease", "source": [ { "context": "src", "element": "disease", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "disease", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "diseaseStatus", "source": [ { "context": "src", "element": "diseaseStatus", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "diseaseStatus", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "comorbidity", "source": [ { "context": "src", "element": "comorbidity", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "comorbidity", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "therapeuticIndication", "source": [ { "context": "src", "element": "therapeuticIndication", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "therapeuticIndication", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "otherTherapy", "source": [ { "context": "src", "element": "otherTherapy", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "otherTherapy", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "population", "source": [ { "context": "src", "element": "population", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "population", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] } ] }, { "name": "MedicinalProductClinicalsInteractions", "extends": "BackboneElement", "input": [ { "name": "src", "mode": "source" }, { "name": "tgt", "mode": "target" } ], "rule": [ { "name": "interactant", "source": [ { "context": "src", "element": "interactant", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "interactant", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "type", "source": [ { "context": "src", "element": "type", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "type", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "effect", "source": [ { "context": "src", "element": "effect", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "effect", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "incidence", "source": [ { "context": "src", "element": "incidence", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "incidence", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "management", "source": [ { "context": "src", "element": "management", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "management", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] } ] } ] }