Skip to content

Commit

Permalink
make simple-isa-c|o* test specific to tx.fhir.org
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahame Grieve committed Oct 20, 2024
1 parent 6947f33 commit 7ddb20c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 17 deletions.
2 changes: 1 addition & 1 deletion tx/simple/simple-expand-isa-c2-request-parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"valueBoolean" : true
},{
"name" : "count",
"valueInteger" : 5
"valueInteger" : 2
}]
}
17 changes: 1 addition & 16 deletions tx/simple/simple-expand-isa-c2-response-valueSet.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"total" : 5,
"parameter" : [{
"name" : "count",
"valueInteger" : 5
"valueInteger" : 2
},
{
"name" : "excludeNested",
Expand All @@ -53,21 +53,6 @@
"system" : "http://hl7.org/fhir/test/CodeSystem/simple",
"code" : "code2a",
"display" : "Display 2a"
},
{
"system" : "http://hl7.org/fhir/test/CodeSystem/simple",
"code" : "code2aI",
"display" : "Display 2aI"
},
{
"system" : "http://hl7.org/fhir/test/CodeSystem/simple",
"code" : "code2aII",
"display" : "Display 2aII"
},
{
"system" : "http://hl7.org/fhir/test/CodeSystem/simple",
"code" : "code2b",
"display" : "Display 2b"
}]
}
}
3 changes: 3 additions & 0 deletions tx/test-cases.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,19 @@
"response" : "simple/simple-expand-isa-response-valueSet.json"
},{
"name" : "simple-expand-isa-o2",
"mode" : "tx.fhir.org",
"operation" : "expand",
"request" : "simple/simple-expand-isa-o2-request-parameters.json",
"response" : "simple/simple-expand-isa-o2-response-valueSet.json"
},{
"name" : "simple-expand-isa-c2",
"mode" : "tx.fhir.org",
"operation" : "expand",
"request" : "simple/simple-expand-isa-c2-request-parameters.json",
"response" : "simple/simple-expand-isa-c2-response-valueSet.json"
},{
"name" : "simple-expand-isa-o2c2",
"mode" : "tx.fhir.org",
"operation" : "expand",
"request" : "simple/simple-expand-isa-o2c2-request-parameters.json",
"response" : "simple/simple-expand-isa-o2c2-response-valueSet.json"
Expand Down

0 comments on commit 7ddb20c

Please sign in to comment.