Canonical Resource Management Infrastructure Implementation Guide
2.0.0-ballot - STU 2 - Ballot International flag

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

StructureMap: Publishable StructureMap Example (Experimental)

Official URL: http://hl7.org/fhir/uv/crmi/StructureMap/publishable-example Version: 0.1
Standards status: Informative Responsible: HL7 FHIR Standard Realm: 009 Computable Name: PublishableStructureMapExample
Other Identifiers: OID:2.16.840.1.113883.4.642.40.38.43.1

Example Structure Map

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";
}