Skip to content

Commit 86513ab

Browse files
Wiremock Test Scenarios (DO NOT MERGE)
* Add tests for small files
1 parent 6a6d252 commit 86513ab

File tree

4 files changed

+366
-159
lines changed

4 files changed

+366
-159
lines changed

wiremock/stubs/__files/correctTestNameAllergy.json renamed to wiremock/stubs/__files/correctMedicusResponse.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,54 @@
175175
"reference": "Organization/7"
176176
}
177177
},
178+
{
179+
"resource": {
180+
"resourceType": "Organization",
181+
"id": "N82090",
182+
"meta": {
183+
"profile": [
184+
"https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-GPC-Organization-1"
185+
],
186+
"versionId": "a50e8cc48018ff13c53480c9e6004515"
187+
},
188+
"identifier": [
189+
{
190+
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
191+
"value": "N82090"
192+
}
193+
],
194+
"active": true,
195+
"name": "Dr MA Baird's Practice",
196+
"address": [
197+
{
198+
"use": "work",
199+
"line": [
200+
"1 Main St"
201+
],
202+
"city": "London",
203+
"postalCode": "W1A 1AA",
204+
"country": "GBR"
205+
}
206+
],
207+
"telecom": [
208+
{
209+
"system": "phone",
210+
"value": "+442071231234",
211+
"use": "work"
212+
},
213+
{
214+
"system": "fax",
215+
"value": "+442071231235",
216+
"use": "work"
217+
},
218+
{
219+
"system": "email",
220+
"value": "[email protected]",
221+
"use": "work"
222+
}
223+
]
224+
}
225+
},
178226
{
179227
"resource": {
180228
"resourceType": "List",

0 commit comments

Comments
 (0)