Skip to content

Commit 99d43c1

Browse files
committed
NRL-477 fix int tests
1 parent e0aaa15 commit 99d43c1

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed

tests/features/producer/createDocumentReference-failure.feature

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,21 @@ Feature: Producer - createDocumentReference - Failure Scenarios
423423
"system": "https://fhir.nhs.uk/England/CodeSystem/England-NRLFormatCode",
424424
"code": "urn:nhs-ic:unstructured",
425425
"display": "Unstructured Document"
426-
}
426+
},
427+
"extension": [
428+
{
429+
"url": "https://fhir.nhs.uk/England/StructureDefinition/Extension-England-ContentStability",
430+
"valueCodeableConcept": {
431+
"coding": [
432+
{
433+
"system": "https://fhir.nhs.uk/England/CodeSystem/England-NRLContentStability",
434+
"code": "static",
435+
"display": "Static"
436+
}
437+
]
438+
}
439+
}
440+
]
427441
}
428442
]
429443
"""
@@ -472,7 +486,21 @@ Feature: Producer - createDocumentReference - Failure Scenarios
472486
"system": "https://fhir.nhs.uk/England/CodeSystem/England-NRLFormatCode",
473487
"code": "urn:nhs-ic:record-contact",
474488
"display": "Contact details (HTTP Unsecured)"
475-
}
489+
},
490+
"extension": [
491+
{
492+
"url": "https://fhir.nhs.uk/England/StructureDefinition/Extension-England-ContentStability",
493+
"valueCodeableConcept": {
494+
"coding": [
495+
{
496+
"system": "https://fhir.nhs.uk/England/CodeSystem/England-NRLContentStability",
497+
"code": "static",
498+
"display": "Static"
499+
}
500+
]
501+
}
502+
}
503+
]
476504
}
477505
]
478506
"""

0 commit comments

Comments
 (0)