Skip to content

Commit 769d1a7

Browse files
NRL-518 Fix smoke tests missing format
1 parent 48ace9e commit 769d1a7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/smoke/setup.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,15 @@ def build_document_reference(
3232
attachment=Attachment(
3333
contentType=content_type,
3434
url=content_url,
35+
),
36+
format=CodeableConcept(
37+
coding=[
38+
Coding(
39+
system="https://fhir.nhs.uk/England/CodeSystem/England-NRLFormatCode",
40+
code="urn:nhs-ic:unstructured",
41+
display="Unstructured document",
42+
)
43+
]
3544
)
3645
)
3746
],

0 commit comments

Comments
 (0)