Skip to content

Commit 8ebcad8

Browse files
committed
Fix typo
Http://, Https:// -> http://, https://
1 parent cbe6d55 commit 8ebcad8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-health-insights/radiology-insights/get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Ocp-Apim-Subscription-Key: {cognitive-services-account-key}
133133
"code": {
134134
"coding": [
135135
{
136-
"system": "Https://loinc.org",
136+
"system": "https://loinc.org",
137137
"code": "26688-1",
138138
"display": "US BREAST - LEFT LIMITED"
139139
}
@@ -270,7 +270,7 @@ Optional: sex and birthDate are optional fields.
270270
"orderedProcedures" : [ {
271271
"code" : {
272272
"coding" : [ {
273-
"system" : "Https://loinc.org",
273+
"system" : "https://loinc.org",
274274
"code" : "41806-1",
275275
"display" : "CT ABDOMEN"
276276
} ]

0 commit comments

Comments
 (0)