Skip to content

Commit

Permalink
testcase for fhir core issue 1748
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveregger committed Sep 17, 2024
1 parent f23e7bc commit cd17fa8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions r5/structure-mapping/whereclause.map
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ map "http://ahdis.ch/matchbox/fml/whereclause" = "whereclause"
uses "http://hl7.org/fhir/StructureDefinition/CapabilityStatement" alias CapabilityStatement as source
uses "http://hl7.org/fhir/StructureDefinition/CapabilityStatement" alias CapabilityStatement as target

// srcres.interaction as srcint where (srcint.code != 'read') log(srcint.code) -> tgtres.interaction as tgtint then {

group CapabilityStatement(source src: CapabilityStatement, target tgt : CapabilityStatement) {
src.rest as srcrest -> tgt.rest as tgtrest then {
srcrest.resource as srcres -> tgtrest.resource as tgtres then {
Expand Down

0 comments on commit cd17fa8

Please sign in to comment.