Canonical Resource Management Infrastructure Implementation Guide, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/crmi-ig/ and changes regularly. See the Directory of published versions
Official URL: http://hl7.org/fhir/uv/crmi/StructureMap/shareable-example | Version: 0.1 | |||
Standards status: Informative | Responsible: HL7 FHIR Standard | Realm: 009 | Computable Name: ShareableStructureMapExample | |
Other Identifiers: OID:2.16.840.1.113883.4.642.40.38.43.2 |
Example Structure Map
Profile: CRMI Shareable StructureMap
map "http://hl7.org/fhir/uv/crmi/StructureMap/shareable-example" = "ShareableStructureMapExample" // Example Structure Map // Source.test -> Destination.testValue group Examples(source Source, target Destination) { Source.test : SourceClassA as t -> Destination.testValue = copy() "rule1"; }