Skip to content

Commit 94f08db

Browse files
committed
SPII-000 add context to smoke test setup
1 parent 1d0756d commit 94f08db

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tests/smoke/setup.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Coding,
66
DocumentReference,
77
DocumentReferenceContent,
8+
DocumentReferenceContext,
89
DocumentReferenceRelatesTo,
910
Identifier,
1011
Reference,
@@ -67,6 +68,17 @@ def build_document_reference(
6768
]
6869
)
6970
],
71+
context=DocumentReferenceContext(
72+
practiceSetting=CodeableConcept(
73+
coding=[
74+
Coding(
75+
system="http://snomed.info/sct",
76+
code="390826005",
77+
display="Mental health caregiver support",
78+
)
79+
]
80+
)
81+
),
7082
)
7183

7284
if replaces_id:

0 commit comments

Comments
 (0)