Skip to content

Commit 1d8e015

Browse files
committed
sonarcloud check
1 parent 993f2ea commit 1d8e015

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

delta_backend/src/ConversionChecker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import pytz
88
import re
99
from LookUpData import LookUpData
10-
10+
1111

1212
# --------------------------------------------------------------------------------------------------------
1313
# Custom error type to handle validation failures

delta_backend/src/test_runner.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"valueCodeableConcept": {
5353
"coding": [
5454
{
55-
"system": "http://snomed.info/sct",
55+
"system": "https://snomed.info/sct",
5656
"code": "1324681000000101",
5757
"display": "Administration of first dose of severe acute respiratory syndrome coronavirus 2 vaccine (procedure)"
5858
}
@@ -64,7 +64,7 @@
6464
"vaccineCode": {
6565
"coding": [
6666
{
67-
"system": "http://snomed.info/sct",
67+
"system": "https://snomed.info/sct",
6868
"code": "39114911000001105",
6969
"display": "COVID-19 Vaccine Vaxzevria (ChAdOx1 S [recombinant]) not less than 2.5x100,000,000 infectious units/0.5ml dose suspension for injection multidose vials (AstraZeneca UK Ltd) (product)"
7070
}
@@ -90,7 +90,7 @@
9090
"site": {
9191
"coding": [
9292
{
93-
"system": "http://snomed.info/sct",
93+
"system": "https://snomed.info/sct",
9494
"code": "368208006",
9595
"display": "Left upper arm structure (body structure)"
9696
}
@@ -99,7 +99,7 @@
9999
"route": {
100100
"coding": [
101101
{
102-
"system": "http://snomed.info/sct",
102+
"system": "https://snomed.info/sct",
103103
"code": "78421000",
104104
"display": "Intramuscular route (qualifier value)"
105105
}
@@ -108,7 +108,7 @@
108108
"doseQuantity": {
109109
"value": 0.5,
110110
"unit": "milliliter",
111-
"system": "http://unitsofmeasure.org",
111+
"system": "https://unitsofmeasure.org",
112112
"code": "ml"
113113
},
114114
"performer": [
@@ -132,7 +132,7 @@
132132
"coding": [
133133
{
134134
"code": "443684005",
135-
"system": "http://snomed.info/sct"
135+
"system": "https://snomed.info/sct"
136136
}
137137
]
138138
}
@@ -143,7 +143,7 @@
143143
{
144144
"coding": [
145145
{
146-
"system": "http://snomed.info/sct",
146+
"system": "https://snomed.info/sct",
147147
"code": "840539006",
148148
"display": "Disease caused by severe acute respiratory syndrome coronavirus 2"
149149
}

0 commit comments

Comments
 (0)