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