Skip to content

Commit

Permalink
Merge pull request #125423 from changeworld/patch-137
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
ShannonLeavitt authored Dec 26, 2024
2 parents 40da874 + 8ebcad8 commit 6267ccd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Ocp-Apim-Subscription-Key: {cognitive-services-account-key}
"code": {
"coding": [
{
"system": "Https://loinc.org",
"system": "https://loinc.org",
"code": "26688-1",
"display": "US BREAST - LEFT LIMITED"
}
Expand Down Expand Up @@ -270,7 +270,7 @@ Optional: sex and birthDate are optional fields.
"orderedProcedures" : [ {
"code" : {
"coding" : [ {
"system" : "Https://loinc.org",
"system" : "https://loinc.org",
"code" : "41806-1",
"display" : "CT ABDOMEN"
} ]
Expand Down

0 comments on commit 6267ccd

Please sign in to comment.