Skip to content

Commit c570148

Browse files
authored
Update repoVariables.py
1 parent b96581e commit c570148

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

QualityControlChecker/repoVariables.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
'org':'HL7 UK', 'email':'ukcore@hl7.org.uk'}
55
nhseVar = {'project':'England',
66
'urlPrefix': 'https://fhir.nhs.uk/England',
7-
'ignoreURLPrefix':['http://hl7.org/fhir/5.0','https://digital.nhs.uk/services/organisation-data-service'],
7+
'ignoreURLPrefix':['http://hl7.org/fhir/5.0', 'http://hl7.org/fhir/6.0', 'https://digital.nhs.uk/services/organisation-data-service'],
88
'org':'NHS England',
99
'email':'interoperabilityteam@nhs.net'}
1010
nhseProgrammesVar = {'project':'England',
1111
'urlPrefix': 'https://fhir.nhs.uk/England',
12-
'ignoreURLPrefix':['http://hl7.org/fhir/5.0','https://digital.nhs.uk/services/organisation-data-service']}
12+
'ignoreURLPrefix':['http://hl7.org/fhir/5.0', 'http://hl7.org/fhir/6.0', 'https://digital.nhs.uk/services/organisation-data-service']}

0 commit comments

Comments
 (0)