We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11be343 + b6855cf commit bd7b13aCopy full SHA for bd7b13a
1 file changed
QualityControlChecker/repoVariables.py
@@ -0,0 +1,9 @@
1
+ukcoreVar = {'project':'UKCore',
2
+ 'urlPrefix': 'https://fhir.hl7.org.uk',
3
+ 'ignoreURLPrefix':['http://hl7.org/fhir/5.0'],
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'],
8
+ 'org':'NHS England',
9
+ 'email':'interoperabilityteam@nhs.net'}
0 commit comments