We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aca3ca4 commit 7886799Copy full SHA for 7886799
tests/smoke/setup.py
@@ -33,11 +33,25 @@ def build_document_reference(
33
contentType=content_type,
34
url=content_url,
35
),
36
- format=Coding(
+ format=NRLFormatCode(
37
system="https://fhir.nhs.uk/England/CodeSystem/England-NRLFormatCode",
38
code="urn:nhs-ic:unstructured",
39
display="Unstructured Document",
40
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
+ ],
55
)
56
],
57
type=CodeableConcept(
0 commit comments