Package | hl7.fhir.uv.xver |
Resource Type | StructureMap |
Id | Media2to3 |
FHIR Version | R5 |
Source | http://hl7.org/fhir/extensions/https://build.fhir.org/ig/HL7/fhir-cross-version/StructureMap-Media2to3.html |
URL | http://hl7.org/fhir/StructureMap/Media2to3 |
Version | 0.1.0 |
Status | active |
Date | 2024-02-22T03:16:50+00:00 |
Name | Media2to3 |
Title | Media Transforms: R2 to R3 |
Realm | uv |
Authority | hl7 |
Description | MediaTransformsR2toR3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
/// url = 'http://hl7.org/fhir/StructureMap/Media2to3' /// name = 'Media2to3' /// title = 'Media Transforms: R2 to R3' /// status = 'active' uses "http://hl7.org/fhir/1.0/Media" alias MediaR2 as source uses "http://hl7.org/fhir/3.0/Media" alias Media as target imports "http://hl7.org/fhir/StructureMap/primitives2to3" imports "http://hl7.org/fhir/StructureMap/DomainResource2to3" imports "http://hl7.org/fhir/StructureMap/Attachment2to3" imports "http://hl7.org/fhir/StructureMap/Identifier2to3" imports "http://hl7.org/fhir/StructureMap/Reference2to3" imports "http://hl7.org/fhir/StructureMap/CodeableConcept2to3" group Media(source src : MediaR2, target tgt : Media) 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.deviceName as v -> tgt.device as d, d.display = v "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": "Media2to3", "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/Media2to3", "version": "0.1.0", "name": "Media2to3", "title": "Media 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": "MediaTransformsR2toR3", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "001" } ] } ], "structure": [ { "url": "http://hl7.org/fhir/1.0/Media", "mode": "source", "alias": "MediaR2" }, { "url": "http://hl7.org/fhir/3.0/Media", "mode": "target", "alias": "Media" } ], "import": [ "http://hl7.org/fhir/StructureMap/primitives2to3", "http://hl7.org/fhir/StructureMap/DomainResource2to3", "http://hl7.org/fhir/StructureMap/Attachment2to3", "http://hl7.org/fhir/StructureMap/Identifier2to3", "http://hl7.org/fhir/StructureMap/Reference2to3", "http://hl7.org/fhir/StructureMap/CodeableConcept2to3" ], "group": [ { "name": "Media", "extends": "DomainResource", "typeMode": "type-and-types", "input": [ { "name": "src", "type": "MediaR2", "mode": "source" }, { "name": "tgt", "type": "Media", "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": "deviceName", "variable": "v" } ], "target": [ { "context": "tgt", "element": "device", "variable": "d" }, { "context": "d", "element": "display", "transform": "copy", "parameter": [ { "valueId": "v" } ] } ] }, { "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" } ] } ] } ] } ] }