Skip to content

Commit

Permalink
FML test Simple Form: Identity transform
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveregger committed Oct 11, 2024
1 parent b360121 commit a666b9a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions r5/structure-mapping/syntaxshort.map
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
map "http://ahdis.ch/matchbox/fml/syntaxshort" = "syntaxshort"
uses "http://hl7.org/fhir/StructureDefinition/CapabilityStatement" alias CapabilityStatement as source
uses "http://hl7.org/fhir/StructureDefinition/CapabilityStatement" alias CapabilityStatement as target

group CapabilityStatement(source src: CapabilityStatement, target tgt : CapabilityStatement) {
src.name -> tgt.name;
src.title -> tgt.title;
}

group string(source src : string, target tgt : string) <<type+>> {
src.value as v -> tgt.value = v "stringValue";
}

0 comments on commit a666b9a

Please sign in to comment.