Package | hl7.fhir.uv.xver |
Type | StructureMap |
Id | Binary4to3 |
FHIR Version | R5 |
Source | http://hl7.org/fhir/extensions/https://build.fhir.org/ig/HL7/fhir-cross-version/StructureMap-Binary4to3.html |
URL | http://hl7.org/fhir/StructureMap/Binary4to3 |
Version | 0.1.0 |
Status | active |
Date | 2024-02-22T03:16:50+00:00 |
Name | Binary4to3 |
Title | R4 to R3 Conversion for Binary |
Realm | uv |
Authority | hl7 |
Description | R4toR3ConversionforBinary |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
/// url = 'http://hl7.org/fhir/StructureMap/Binary4to3' /// name = 'Binary4to3' /// title = 'R4 to R3 Conversion for Binary' /// status = 'active' uses "http://hl7.org/fhir/4.0/Binary" alias Binary as source uses "http://hl7.org/fhir/3.0/Binary" alias BinaryR3 as target imports "http://hl7.org/fhir/StructureMap/*4to3" group Binary(source src : Binary, target tgt : BinaryR3) extends Resource <<type+>> { src.contentType -> tgt.contentType; src.securityContext -> tgt.securityContext; src.data -> tgt.content "content"; }
{ "resourceType": "StructureMap", "id": "Binary4to3", "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/Binary4to3", "version": "0.1.0", "name": "Binary4to3", "title": "R4 to R3 Conversion for Binary", "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": "R4toR3ConversionforBinary", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "001" } ] } ], "structure": [ { "url": "http://hl7.org/fhir/4.0/Binary", "mode": "source", "alias": "Binary" }, { "url": "http://hl7.org/fhir/3.0/Binary", "mode": "target", "alias": "BinaryR3" } ], "import": [ "http://hl7.org/fhir/StructureMap/*4to3" ], "group": [ { "name": "Binary", "extends": "Resource", "typeMode": "type-and-types", "input": [ { "name": "src", "type": "Binary", "mode": "source" }, { "name": "tgt", "type": "BinaryR3", "mode": "target" } ], "rule": [ { "name": "contentType", "source": [ { "context": "src", "element": "contentType", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "contentType", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "securityContext", "source": [ { "context": "src", "element": "securityContext", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "securityContext", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "content", "source": [ { "context": "src", "element": "data", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "content", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] } ] } ] }