Package | hl7.fhir.uv.crmi |
Resource Type | StructureMap |
Id | publishable-example |
FHIR Version | R4 |
Source | http://hl7.org/fhir/uv/crmi/https://build.fhir.org/ig/HL7/crmi-ig/StructureMap-publishable-example.html |
URL | http://hl7.org/fhir/uv/crmi/StructureMap/publishable-example |
Version | 0.1 |
Status | draft |
Date | 2017-03-09 |
Name | PublishableStructureMapExample |
Title | Publishable StructureMap Example |
Realm | uv |
Authority | hl7 |
Description | Example Structure Map |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: StructureMap publishable-example
Profile: CRMI Publishable StructureMap
map "http://hl7.org/fhir/uv/crmi/StructureMap/publishable-example" = "PublishableStructureMapExample" // Example Structure Map // Source.test -> Destination.testValue group Examples(source Source, target Destination) { Source.test : SourceClassA as t -> Destination.testValue = copy() "rule1"; }
{ "resourceType": "StructureMap", "id": "publishable-example", "meta": { "profile": [ "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-publishablestructuremap" ] }, "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "url": "http://hl7.org/fhir/uv/crmi/StructureMap/publishable-example", "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:2.16.840.1.113883.4.642.40.38.43.1" } ], "version": "0.1", "name": "PublishableStructureMapExample", "title": "Publishable StructureMap Example", "status": "draft", "experimental": true, "date": "2017-03-09", "publisher": "HL7 FHIR Standard", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org/fhir" } ] } ], "description": "Example Structure Map", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "009", "display": "Oceania" } ] } ], "group": [ { "name": "Examples", "typeMode": "none", "documentation": "Source.test -> Destination.testValue", "input": [ { "name": "Source", "mode": "source" }, { "name": "Destination", "mode": "target" } ], "rule": [ { "name": "rule1", "source": [ { "context": "Source", "type": "SourceClassA", "element": "test", "variable": "t" } ], "target": [ { "context": "Destination", "contextType": "variable", "element": "testValue", "transform": "copy" } ] } ] } ] }