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 9cddfbe commit 9443eb5Copy full SHA for 9443eb5
lambdas/delta_backend/src/extractor.py
@@ -14,7 +14,7 @@ class Extractor:
14
)
15
EXTENSION_URL_SCT_DESC_DISPLAY = "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay"
16
17
- CODING_SYSTEM_URL_SNOMED = "http://snomed.info/sct" # noqa: S5332 this is a code system identifier, not a URL
+ CODING_SYSTEM_URL_SNOMED = "http://snomed.info/sct" # NOSONAR(S5332) this is a code system identifier, not a URL
18
ODS_ORG_CODE_SYSTEM_URL = "https://fhir.nhs.uk/Id/ods-organization-code"
19
DEFAULT_LOCATION = "X99999"
20
NHS_NUMBER_SYSTEM_URL = "https://fhir.nhs.uk/Id/nhs-number"
0 commit comments