Package | hl7.fhir.uv.xver |
Type | StructureMap |
Id | Subscription2to3 |
FHIR Version | R5 |
Source | http://hl7.org/fhir/extensions/https://build.fhir.org/ig/HL7/fhir-cross-version/StructureMap-Subscription2to3.html |
URL | http://hl7.org/fhir/StructureMap/Subscription2to3 |
Version | 0.1.0 |
Status | active |
Date | 2024-02-22T03:16:50+00:00 |
Name | Subscription2to3 |
Title | Subscription Transforms: R2 to R3 |
Realm | uv |
Authority | hl7 |
Description | SubscriptionTransformsR2toR3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
/// url = 'http://hl7.org/fhir/StructureMap/Subscription2to3' /// name = 'Subscription2to3' /// title = 'Subscription Transforms: R2 to R3' /// status = 'active' uses "http://hl7.org/fhir/1.0/Subscription" alias SubscriptionR2 as source uses "http://hl7.org/fhir/3.0/Subscription" alias Subscription as target imports "http://hl7.org/fhir/StructureMap/primitives2to3" imports "http://hl7.org/fhir/StructureMap/DomainResource2to3" imports "http://hl7.org/fhir/StructureMap/ContactPoint2to3" imports "http://hl7.org/fhir/StructureMap/Coding2to3" group Subscription(source src : SubscriptionR2, target tgt : Subscription) extends DomainResource <<type+>> { src.criteria -> tgt.criteria "Subscription-criteria"; src.contact -> tgt.contact "Subscription-contact"; src.reason -> tgt.reason "Subscription-reason"; src.status -> tgt.status "Subscription-status"; src.error -> tgt.error "Subscription-error"; src.channel as vs0 -> tgt.channel as vt0 then { vs0.type -> vt0.type "channel-type"; vs0.endpoint -> vt0.endpoint "channel-endpoint"; vs0.payload -> vt0.payload "channel-payload"; vs0.header -> vt0.header "channel-header"; } "Subscription-channel"; src.end -> tgt.end "Subscription-end"; src.tag -> tgt.tag "Subscription-tag"; }
{ "resourceType": "StructureMap", "id": "Subscription2to3", "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/Subscription2to3", "version": "0.1.0", "name": "Subscription2to3", "title": "Subscription 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": "SubscriptionTransformsR2toR3", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "001" } ] } ], "structure": [ { "url": "http://hl7.org/fhir/1.0/Subscription", "mode": "source", "alias": "SubscriptionR2" }, { "url": "http://hl7.org/fhir/3.0/Subscription", "mode": "target", "alias": "Subscription" } ], "import": [ "http://hl7.org/fhir/StructureMap/primitives2to3", "http://hl7.org/fhir/StructureMap/DomainResource2to3", "http://hl7.org/fhir/StructureMap/ContactPoint2to3", "http://hl7.org/fhir/StructureMap/Coding2to3" ], "group": [ { "name": "Subscription", "extends": "DomainResource", "typeMode": "type-and-types", "input": [ { "name": "src", "type": "SubscriptionR2", "mode": "source" }, { "name": "tgt", "type": "Subscription", "mode": "target" } ], "rule": [ { "name": "Subscription-criteria", "source": [ { "context": "src", "element": "criteria", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "criteria", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "Subscription-contact", "source": [ { "context": "src", "element": "contact", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "contact", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "Subscription-reason", "source": [ { "context": "src", "element": "reason", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "reason", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "Subscription-status", "source": [ { "context": "src", "element": "status", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "status", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "Subscription-error", "source": [ { "context": "src", "element": "error", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "error", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "Subscription-channel", "source": [ { "context": "src", "element": "channel", "variable": "vs0" } ], "target": [ { "context": "tgt", "element": "channel", "variable": "vt0" } ], "rule": [ { "name": "channel-type", "source": [ { "context": "vs0", "element": "type", "variable": "vvv" } ], "target": [ { "context": "vt0", "element": "type", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "channel-endpoint", "source": [ { "context": "vs0", "element": "endpoint", "variable": "vvv" } ], "target": [ { "context": "vt0", "element": "endpoint", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "channel-payload", "source": [ { "context": "vs0", "element": "payload", "variable": "vvv" } ], "target": [ { "context": "vt0", "element": "payload", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "channel-header", "source": [ { "context": "vs0", "element": "header", "variable": "vvv" } ], "target": [ { "context": "vt0", "element": "header", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] } ] }, { "name": "Subscription-end", "source": [ { "context": "src", "element": "end", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "end", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] }, { "name": "Subscription-tag", "source": [ { "context": "src", "element": "tag", "variable": "vvv" } ], "target": [ { "context": "tgt", "element": "tag", "variable": "vvv", "transform": "create" } ], "dependent": [ { "name": "DefaultMappingGroupAnonymousAlias", "parameter": [ { "valueId": "vvv" }, { "valueId": "vvv" } ] } ] } ] } ] }