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 6ae0797 commit d55641eCopy full SHA for d55641e
layer/nrlf/core/tests/test_validators.py
@@ -1161,6 +1161,8 @@ def test_validate_content_format_invalid_code_for_structured_document():
1161
validator = DocumentReferenceValidator()
1162
document_ref_data = load_document_reference_json("Y05868-736253002-Valid")
1163
1164
+ document_ref_data["content"][0]["attachment"]["contentType"] = "application/json"
1165
+
1166
document_ref_data["content"][0]["format"] = {
1167
"system": "https://fhir.nhs.uk/England/CodeSystem/England-NRLFormatCode",
1168
"code": "urn:nhs-ic:record-contact",
0 commit comments