Skip to content

Commit

Permalink
add informational x-request-id for Ontoserver
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahame Grieve committed Oct 21, 2024
1 parent 5627cd8 commit 2e82056
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tx/validation/simple-code-bad-valueSet-response-outcome.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,10 @@
}],
"text" : "$external:1:http://hl7.org/fhir/test/ValueSet/simple-allX$"
}
}, {
"$optional$": true,
"severity" : "information",
"code" : "informational",
"diagnostics" : "$fragments:X-Request-Id:$"
}]
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,10 @@
}],
"text" : "$external:1:http://hl7.org/fhir/test/ValueSet/simple-allX$"
}
}, {
"$optional$": true,
"severity" : "information",
"code" : "informational",
"diagnostics" : "$fragments:X-Request-Id:$"
}]
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,10 @@
}],
"text" : "$external:1:http://hl7.org/fhir/test/ValueSet/simple-allX$"
}
}, {
"$optional$": true,
"severity" : "information",
"code" : "informational",
"diagnostics" : "$fragments:X-Request-Id:$"
}]
}

0 comments on commit 2e82056

Please sign in to comment.