Skip to content

Commit 7a6e430

Browse files
NRL-518 Fix smoke tests missing format
1 parent 48ace9e commit 7a6e430

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

tests/smoke/setup.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,16 @@ def build_document_reference(
3232
attachment=Attachment(
3333
contentType=content_type,
3434
url=content_url,
35-
)
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+
]
44+
),
3645
)
3746
],
3847
type=CodeableConcept(

0 commit comments

Comments
 (0)