We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b96581e commit c570148Copy full SHA for c570148
1 file changed
QualityControlChecker/repoVariables.py
@@ -4,9 +4,9 @@
4
'org':'HL7 UK', 'email':'ukcore@hl7.org.uk'}
5
nhseVar = {'project':'England',
6
'urlPrefix': 'https://fhir.nhs.uk/England',
7
- 'ignoreURLPrefix':['http://hl7.org/fhir/5.0','https://digital.nhs.uk/services/organisation-data-service'],
+ 'ignoreURLPrefix':['http://hl7.org/fhir/5.0', 'http://hl7.org/fhir/6.0', 'https://digital.nhs.uk/services/organisation-data-service'],
8
'org':'NHS England',
9
'email':'interoperabilityteam@nhs.net'}
10
nhseProgrammesVar = {'project':'England',
11
12
- 'ignoreURLPrefix':['http://hl7.org/fhir/5.0','https://digital.nhs.uk/services/organisation-data-service']}
+ 'ignoreURLPrefix':['http://hl7.org/fhir/5.0', 'http://hl7.org/fhir/6.0', 'https://digital.nhs.uk/services/organisation-data-service']}
0 commit comments