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