Skip to content

Commit b6855cf

Browse files
authored
Create repoVariables.py
1 parent 3d8e134 commit b6855cf

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)