Skip to content

Commit f34e238

Browse files
adrianclayORybak5
authored andcommitted
Add Category list to "Flat" consultation
Currently this consultation has only one level, which EMIS is rejecting.
1 parent cef5c10 commit f34e238

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

wiremock/stubs/__files/correctPatientStructuredRecordLargePayload.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8570,6 +8570,46 @@
85708570
]
85718571
},
85728572
"entry":
8573+
[
8574+
{
8575+
"item":
8576+
{
8577+
"reference": "List/Consultation1-Topic3-heading"
8578+
}
8579+
}
8580+
]
8581+
}
8582+
},
8583+
{
8584+
"resource":
8585+
{
8586+
8587+
"resourceType": "List",
8588+
"id": "Consultation1-Topic3-heading",
8589+
"meta": {
8590+
"profile": [
8591+
"https://fhir.nhs.uk/STU3/StructureDefinition/Consultation1-Topic3-heading"
8592+
]
8593+
},
8594+
"status": "current",
8595+
"mode": "snapshot",
8596+
"code": {
8597+
"coding": [
8598+
{
8599+
"system": "http://snomed.info/sct",
8600+
"code": "24781000000107",
8601+
"display": "Category (EHR)"
8602+
}
8603+
]
8604+
},
8605+
"subject": {
8606+
"reference": "Patient/2"
8607+
},
8608+
"encounter": {
8609+
"reference": "Encounter/Encounter1"
8610+
},
8611+
"date": "2019-03-28T10:30:00+00:00",
8612+
"entry":
85738613
[
85748614
{
85758615
"item":

0 commit comments

Comments
 (0)