Skip to content

Commit

Permalink
Merge pull request #195 from ahdis/oe_fml_shortversion
Browse files Browse the repository at this point in the history
FML test Simple Form: Identity transform
  • Loading branch information
grahamegrieve authored Nov 1, 2024
2 parents 0ba35e6 + a666b9a commit fcc59c3
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 fcc59c3

Please sign in to comment.