Skip to content

Commit f0ffde7

Browse files
Make enlargened large payload yet larger still.
1 parent 62bb9e9 commit f0ffde7

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

wiremock/stubs/__files/correctPatientStructuredRecordLargePayload.json

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20463,6 +20463,70 @@
2046320463
}
2046420464
}
2046520465
},
20466+
{{#each (range 1 20000) as |index|}}
20467+
{
20468+
"resource":
20469+
{
20470+
"resourceType": "Observation",
20471+
"id": "blood-pressure-{{index}}",
20472+
"meta":
20473+
{
20474+
"profile":
20475+
[
20476+
"https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-GPC-Observation-1"
20477+
]
20478+
},
20479+
"identifier":
20480+
[
20481+
{
20482+
"system": "https://provider.nhs.uk/data-identifier",
20483+
"value": "56d714ad-3fd3-4281-b1bb-c165352354cd"
20484+
}
20485+
],
20486+
"status": "final",
20487+
"code":
20488+
{
20489+
"coding":
20490+
[
20491+
{
20492+
"extension":
20493+
[
20494+
{
20495+
"url": "https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-coding-sctdescid",
20496+
"extension":
20497+
[
20498+
{
20499+
"url": "DescriptionID",
20500+
"valueId": "2474699019"
20501+
}
20502+
]
20503+
}
20504+
],
20505+
"system": "http://snomed.info/sct",
20506+
"code": "413153004",
20507+
"display": "Blood pressure recorded by patient at home"
20508+
}
20509+
]
20510+
},
20511+
"subject":
20512+
{
20513+
"reference": "Patient/2"
20514+
},
20515+
"context":
20516+
{
20517+
"reference": "Encounter/Encounter1"
20518+
},
20519+
"effectiveDateTime": "2019-03-28T10:30:00+00:00",
20520+
"issued": "2019-03-28T10:30:00+00:00",
20521+
"performer":
20522+
[
20523+
{
20524+
"reference": "Practitioner/1"
20525+
}
20526+
],
20527+
"comment": "average 150/90 last six weeks"
20528+
}
20529+
},{{/each}}
2046620530
{{#each allergyCodes as |code|}}
2046720531
{
2046820532
"resource":

0 commit comments

Comments
 (0)