File tree Expand file tree Collapse file tree 1 file changed +30
-2
lines changed
Expand file tree Collapse file tree 1 file changed +30
-2
lines changed Original file line number Diff line number Diff 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 """
You can’t perform that action at this time.
0 commit comments