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

This page is part of the Canonical Resource Management Infrastructure Implementation Guide (v2.0.0: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, 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

Language: en

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