FHIR IG analytics| Package | ca.infoway.io.halo |
| Resource Type | Parameters |
| Id | OperationDefinition-set-context-error-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Parameters",
"parameter": [
{
"name": "outcome",
"resource": {
"resourceType": "OperationOutcome",
"issue": [
{
"severity": "error",
"code": "processing",
"details": {
"text": "Failed to set the context due to invalid patient resource."
},
"diagnostics": "The patient was provided but failed validation."
}
]
}
}
]
}