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