You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
diagnostics="Invalid content extension: Extension must have one content stability extension see value set ('https://fhir.nhs.uk/England/CodeSystem/England-NRLContentStability')",
ifnotself._validate_retrieval_mechanism_extension(extension, i, j):
540
+
returnFalse
541
+
ifnothas_content_stability:
542
+
self.result.add_error(
543
+
issue_code="business-rule",
544
+
error_code="UNPROCESSABLE_ENTITY",
545
+
diagnostics="Invalid content extension: Extension must have one content stability extension see value set ('https://fhir.nhs.uk/England/CodeSystem/England-NRLContentStability')",
546
+
field=f"content[{i}].extension",
547
+
)
548
+
returnFalse
549
+
returnTrue
550
+
549
551
def_validate_content_stability_extension(self, extension, i, j):
0 commit comments