Skip to content

Commit bd7b13a

Browse files
authored
Merge pull request #94 from NHSDigital/updateQCChecker
Create repoVariables.py
2 parents 11be343 + b6855cf commit bd7b13a

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)