Skip to content

Commit 7886799

Browse files
NRL-518 Fix smoke tests
1 parent aca3ca4 commit 7886799

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

tests/smoke/setup.py

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,25 @@ def build_document_reference(
3333
contentType=content_type,
3434
url=content_url,
3535
),
36-
format=Coding(
36+
format=NRLFormatCode(
3737
system="https://fhir.nhs.uk/England/CodeSystem/England-NRLFormatCode",
3838
code="urn:nhs-ic:unstructured",
3939
display="Unstructured Document",
4040
),
41+
extension=[
42+
ContentStabilityExtension(
43+
url="https://fhir.nhs.uk/England/StructureDefinition/Extension-England-ContentStability",
44+
valueCodeableConcept=ValueCodeableConcept(
45+
coding=[
46+
CodingItem(
47+
system="https://fhir.nhs.uk/England/CodeSystem/England-NRLContentStability",
48+
code="static",
49+
display="Static",
50+
)
51+
]
52+
),
53+
)
54+
],
4155
)
4256
],
4357
type=CodeableConcept(

0 commit comments

Comments
 (0)