Package | hl7.fhir.uv.xver |
Type | StructureMap |
Id | ProdCharacteristic3to4 |
FHIR Version | R5 |
Source | http://hl7.org/fhir/extensions/https://build.fhir.org/ig/HL7/fhir-cross-version/StructureMap-ProdCharacteristic3to4.html |
URL | http://hl7.org/fhir/StructureMap/ProdCharacteristic3to4 |
Version | 0.1.0 |
Status | active |
Date | 2024-02-22T03:16:50+00:00 |
Name | ProdCharacteristic3to4 |
Title | ProdCharacteristic Transforms: R3 to R4 |
Realm | uv |
Authority | hl7 |
Description | ProdCharacteristicTransformsR3toR4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
/// url = 'http://hl7.org/fhir/StructureMap/ProdCharacteristic3to4' /// name = 'ProdCharacteristic3to4' /// title = 'ProdCharacteristic Transforms: R3 to R4' /// status = 'active' uses "http://hl7.org/fhir/3.0/ProdCharacteristic" alias ProdCharacteristicR3 as source uses "http://hl7.org/fhir/4.0/ProdCharacteristic" alias ProdCharacteristic as target imports "http://hl7.org/fhir/StructureMap/*3to4" group ProdCharacteristic(source src : ProdCharacteristicR3, target tgt : ProdCharacteristic) extends BackboneElement <<type+>> { src.height -> tgt.height; src.width -> tgt.width; src.depth -> tgt.depth; src.weight -> tgt.weight; src.nominalVolume -> tgt.nominalVolume; src.externalDiameter -> tgt.externalDiameter; src.shape -> tgt.shape; src.color -> tgt.color; src.imprint -> tgt.imprint; src.image -> tgt.image; src.scoring -> tgt.scoring; }
{ "resourceType": "StructureMap", "id": "ProdCharacteristic3to4", "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/ProdCharacteristic3to4", "version": "0.1.0", "name": "ProdCharacteristic3to4", "title": "ProdCharacteristic 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": "ProdCharacteristicTransformsR3toR4", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "001" } ] } ], "structure": [ { "url": "http://hl7.org/fhir/3.0/ProdCharacteristic", "mode": "source", "alias": "ProdCharacteristicR3" }, { "url": "http://hl7.org/fhir/4.0/ProdCharacteristic", "mode": "target", "alias": "ProdCharacteristic" } ], "import": [ "http://hl7.org/fhir/StructureMap/*3to4" ], "group": [ { "name": "ProdCharacteristic", "extends": "BackboneElement", "typeMode": "type-and-types", "input": [ { "name": "src", "type": "ProdCharacteristicR3", "mode": "source" }, { "name": "tgt", "type": "ProdCharacteristic", "mode": "target" } ], "rule": [ { "name": "height", "source": [ { "context": "src", "element": "height", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "height", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "width", "source": [ { "context": "src", "element": "width", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "width", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "depth", "source": [ { "context": "src", "element": "depth", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "depth", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "weight", "source": [ { "context": "src", "element": "weight", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "weight", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "nominalVolume", "source": [ { "context": "src", "element": "nominalVolume", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "nominalVolume", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "externalDiameter", "source": [ { "context": "src", "element": "externalDiameter", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "externalDiameter", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "shape", "source": [ { "context": "src", "element": "shape", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "shape", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "color", "source": [ { "context": "src", "element": "color", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "color", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "imprint", "source": [ { "context": "src", "element": "imprint", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "imprint", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "image", "source": [ { "context": "src", "element": "image", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "image", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "scoring", "source": [ { "context": "src", "element": "scoring", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "scoring", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] } ] } ] }