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

This page is part of the Canonical Resource Management Infrastructure Implementation Guide (v2.0.0-ballot: STU 2 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.0.0. For a full list of available versions, see the Directory of published versions

StructureMap: Shareable Structure Map Example (Experimental)

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

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