-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add memo to OperationOutcome #970
Comments
We spoke with @shah and he suggested the following: {
"OperationOutcome": {
"help": "If you need help understanding how to decipher OperationOutcome please see https://github.com/tech-by-design/help-desk-non-phi/discussions/51.",
"validationResults": [
{ We have created a discussion item at https://github.com/tech-by-design/help-desk-non-phi/discussions/51 which will contain extensive documentation of the If you concur @pat-johnson-dev we will implement this in the next release. In addition to the above we can also use a FHIR suggested key such as: {
"resourceType": "OperationOutcome",
"text": {
"status": "If you need help understanding how to decipher OperationOutcome please see https://github.com/tech-by-design/help-desk-non-phi/discussions/51.",
"div": "(... we can put in any HTML content here...)"
},
"issue": [ {
"severity": "error",
"code": "invalid",
"diagnostics": "Dummy validation issue: Missing required field 'identifier'."
} ]
} Based on @shah opinion he is ok with whichever suggestion you would like to go with. |
We should go with @shah's suggestion, using the link at https://github.com/tech-by-design/help-desk-non-phi/discussions/51 as the "source of truth" when this topic arises in the context of our processes. |
Add a memo or note field to the beginning of the OperationOutcome responses where the OperationOutcome is not valid.
The text should read as follows:
The text was updated successfully, but these errors were encountered: