Package | hl7.fhir.uv.xver |
Resource Type | StructureMap |
Id | Media3to2 |
FHIR Version | R5 |
Source | http://hl7.org/fhir/extensions/https://build.fhir.org/ig/HL7/fhir-cross-version/StructureMap-Media3to2.html |
URL | http://hl7.org/fhir/StructureMap/Media3to2 |
Version | 0.1.0 |
Status | active |
Date | 2024-02-22T03:16:50+00:00 |
Name | Media3to2 |
Title | Media Transforms: R3 to R2 |
Realm | uv |
Authority | hl7 |
Description | MediaTransformsR3toR2 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
/// url = 'http://hl7.org/fhir/StructureMap/Media3to2' /// name = 'Media3to2' /// title = 'Media Transforms: R3 to R2' /// status = 'active' uses "http://hl7.org/fhir/3.0/Media" alias Media as source uses "http://hl7.org/fhir/1.0/Media" alias MediaR2 as target imports "http://hl7.org/fhir/StructureMap/primitives3to2" imports "http://hl7.org/fhir/StructureMap/DomainResource3to2" imports "http://hl7.org/fhir/StructureMap/Attachment3to2" imports "http://hl7.org/fhir/StructureMap/Identifier3to2" imports "http://hl7.org/fhir/StructureMap/Reference3to2" imports "http://hl7.org/fhir/StructureMap/CodeableConcept3to2" group Media(source src : Media, target tgt : MediaR2) extends DomainResource <<type+>> { src.identifier -> tgt.identifier "Media-identifier"; src.type -> tgt.type "Media-type"; src.subtype -> tgt.subtype "Media-subtype"; src.view -> tgt.view "Media-view"; src.subject -> tgt.subject "Media-subject"; src.operator -> tgt.operator "Media-operator"; src.device as v then { v.display -> tgt.deviceName "Media-deviceName-inner"; } "Media-deviceName"; src.height -> tgt.height "Media-height"; src.width -> tgt.width "Media-width"; src.frames -> tgt.frames "Media-frames"; src.duration -> tgt.duration "Media-duration"; src.content -> tgt.content "Media-content"; }
{ "resourceType": "StructureMap", "id": "Media3to2", "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/Media3to2", "version": "0.1.0", "name": "Media3to2", "title": "Media Transforms: R3 to R2", "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": "MediaTransformsR3toR2", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "001" } ] } ], "structure": [ { "url": "http://hl7.org/fhir/3.0/Media", "mode": "source", "alias": "Media" }, { "url": "http://hl7.org/fhir/1.0/Media", "mode": "target", "alias": "MediaR2" } ], "import": [ "http://hl7.org/fhir/StructureMap/primitives3to2", "http://hl7.org/fhir/StructureMap/DomainResource3to2", "http://hl7.org/fhir/StructureMap/Attachment3to2", "http://hl7.org/fhir/StructureMap/Identifier3to2", "http://hl7.org/fhir/StructureMap/Reference3to2", "http://hl7.org/fhir/StructureMap/CodeableConcept3to2" ], "group": [ { "name": "Media", "extends": "DomainResource", "typeMode": "type-and-types", "input": [ { "name": "src", "type": "Media", "mode": "source" }, { "name": "tgt", "type": "MediaR2", "mode": "target" } ], "rule": [ { "name": "Media-identifier", "source": [ { "context": "src", "element": "identifier", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "identifier", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "Media-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": "Media-subtype", "source": [ { "context": "src", "element": "subtype", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "subtype", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "Media-view", "source": [ { "context": "src", "element": "view", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "view", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "Media-subject", "source": [ { "context": "src", "element": "subject", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "subject", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "Media-operator", "source": [ { "context": "src", "element": "operator", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "operator", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "Media-deviceName", "source": [ { "context": "src", "element": "device", "variable": "v" } ], "rule": [ { "name": "Media-deviceName-inner", "source": [ { "context": "v", "element": "display", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "deviceName", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] } ] }, { "name": "Media-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": "Media-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": "Media-frames", "source": [ { "context": "src", "element": "frames", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "frames", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "Media-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": "Media-content", "source": [ { "context": "src", "element": "content", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "content", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] } ] } ] }