Skip to content

Commit

Permalink
Update QualityControlChecker.py - ODS url
Browse files Browse the repository at this point in the history
  • Loading branch information
APageNHS authored Dec 5, 2023
1 parent a5e77dd commit 2c7996f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QualityControlChecker/QualityControlChecker.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

'''Creates main variables for use with UKCore and NHSE assets'''
ukcoreVar = {'project':'UKCore','urlPrefix': 'https://fhir.hl7.org.uk/','ignoreURLPrefix':['http://hl7.org/fhir/5.0/'],'org':'HL7 UK', 'email':'[email protected]'}
nhseVar = {'project':'England','urlPrefix': 'https://fhir.nhs.uk/England/', 'ignoreURLPrefix':['http://hl7.org/fhir/5.0/','https://ord.nhs.uk/'],'org':'NHS England', 'email':'[email protected]'}
nhseVar = {'project':'England','urlPrefix': 'https://fhir.nhs.uk/England/', 'ignoreURLPrefix':['http://hl7.org/fhir/5.0/','https://digital.nhs.uk/services/organisation-data-service/'],'org':'NHS England', 'email':'[email protected]'}
mainVar = {}
if 'ukcore' in parentDir.lower():
mainVar = ukcoreVar
Expand Down

0 comments on commit 2c7996f

Please sign in to comment.