We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe6d55 commit 8ebcad8Copy full SHA for 8ebcad8
articles/azure-health-insights/radiology-insights/get-started.md
@@ -133,7 +133,7 @@ Ocp-Apim-Subscription-Key: {cognitive-services-account-key}
133
"code": {
134
"coding": [
135
{
136
- "system": "Https://loinc.org",
+ "system": "https://loinc.org",
137
"code": "26688-1",
138
"display": "US BREAST - LEFT LIMITED"
139
}
@@ -270,7 +270,7 @@ Optional: sex and birthDate are optional fields.
270
"orderedProcedures" : [ {
271
"code" : {
272
"coding" : [ {
273
- "system" : "Https://loinc.org",
+ "system" : "https://loinc.org",
274
"code" : "41806-1",
275
"display" : "CT ABDOMEN"
276
} ]
0 commit comments