Skip to content

Commit cbd0b1f

Browse files
committed
Renamed file and changed structure
1 parent 33d6d0b commit cbd0b1f

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

wiremock/stubs/mappings/retrieveEMISPatientWithSpecimenWithoutObservation.json renamed to wiremock/stubs/mappings/migrateEMISPatientWithSpecimenWithoutObservation.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
{
2-
"priority": 1,
2+
"priority": 2,
3+
"scenarioName": "migrateStructuredRecord",
4+
"requiredScenarioState": "SpecimenNoObservation",
35
"request": {
46
"method": "POST",
5-
"urlPattern": "/.*/STU3/1/gpconnect/fhir/Patient/[$]gpc[.]migratestructuredrecord",
6-
"bodyPatterns" : [ {
7-
"matchesJsonPath" : "$.parameter[?(@.name == 'patientNHSNumber')]"
8-
},
9-
{
10-
"matchesJsonPath" : "$.parameter[0].valueIdentifier[?(@.value == '9726908760')]"
11-
}]
7+
"urlPattern": "/.*/STU3/1/gpconnect/fhir/Patient/[$]gpc[.]migratestructuredrecord"
128
},
139
"response": {
1410
"status": 200,

0 commit comments

Comments
 (0)