Skip to content

Commit 6267ccd

Browse files
Merge pull request #125423 from changeworld/patch-137
Fix typo
2 parents 40da874 + 8ebcad8 commit 6267ccd

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)