We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c570148 commit 6b6bc32Copy full SHA for 6b6bc32
1 file changed
QualityControlChecker/repoVariables.py
@@ -1,6 +1,6 @@
1
ukcoreVar = {'project':'UKCore',
2
'urlPrefix': 'https://fhir.hl7.org.uk',
3
- 'ignoreURLPrefix':['http://hl7.org/fhir/5.0'],
+ 'ignoreURLPrefix':['http://hl7.org/fhir/5.0', 'http://hl7.org/fhir/6.0'],
4
'org':'HL7 UK', 'email':'ukcore@hl7.org.uk'}
5
nhseVar = {'project':'England',
6
'urlPrefix': 'https://fhir.nhs.uk/England',
0 commit comments