Skip to content

Commit 71baf61

Browse files
Wiremock Test Scenarios (DO NOT MERGE)
* Add tests for transfer - No Documents updated
1 parent 9153737 commit 71baf61

File tree

1 file changed

+27
-14
lines changed

1 file changed

+27
-14
lines changed

wiremock/stubs/__files/EMISPatientStructurede2eResponsePWTP6.json

Lines changed: 27 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -247,22 +247,28 @@
247247
}
248248
],
249249
"generalPractitioner": {
250-
"reference": "Practitioner/6c41ebfd-57c3-4162-9d7b-208c171a2fd7"
251-
},
252-
"managingOrganization": {
253-
"reference": "Organization/db67f447-b30d-442a-8e31-6918d1367eeb"
254-
}
255-
}
250+
"reference": "Practitioner/6c41ebfd-57c3-4162-9d7b-208c171a2fd7"
251+
},
252+
"managingOrganization": {
253+
"reference": "Organization/db67f447-b30d-442a-8e31-6918d1367eeb"
254+
}
256255
}
257256
},
258257
{
259258
"resource": {
260259
"resourceType": "Condition",
261260
"id": "Problem_A_Anxiety_With_Depression",
262-
"meta": {
263-
"profile": [
264-
"https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-ProblemHeader-Condition-1"
265-
]
261+
"meta":
262+
{
263+
"profile":
264+
[
265+
"https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-GPC-ProblemHeader-Condition-1"
266+
],
267+
"security": [{
268+
"system":"http://hl7.org/fhir/v3/ActCode",
269+
"code":"NOPAT",
270+
"display":"no disclosure to patient, family or caregivers without attending provider's authorization"
271+
}]
266272
},
267273
"clinicalStatus": "active",
268274
"code": {
@@ -617,10 +623,17 @@
617623
"resource": {
618624
"resourceType": "Condition",
619625
"id": "Problem_D_URTI",
620-
"meta": {
621-
"profile": [
622-
"https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-ProblemHeader-Condition-1"
623-
]
626+
"meta":
627+
{
628+
"profile":
629+
[
630+
"https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-GPC-ProblemHeader-Condition-1"
631+
],
632+
"security": [{
633+
"system":"http://hl7.org/fhir/v3/ActCode",
634+
"code":"NOPAT",
635+
"display":"no disclosure to patient, family or caregivers without attending provider's authorization"
636+
}]
624637
},
625638
"clinicalStatus": "active",
626639
"code": {

0 commit comments

Comments
 (0)