FHIR IG analytics| Package | fhir.ca-bc.client |
| Resource Type | OperationOutcome |
| Id | OperationOutcome-OperationOutcome-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationOutcome OperationOutcome-Example
issue
severity: Warning
code: Business Rule Violation
details: Warning: The Revise Patient name has been modified to filter out invalid characters.
issue
severity: Error
code: Business Rule Violation
details: The HL7 message is invalid. Please correct the HL7 message, and resubmit it. (System.Exception: Results from Schematron validation: ...
{
"resourceType": "OperationOutcome",
"id": "OperationOutcome-Example",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"issue": [
{
"severity": "warning",
"code": "business-rule",
"details": {
"coding": [
{
"system": "https://terminology.hlth.gov.bc.ca/ClientRegistry/CodeSystem/bc-oo-codes",
"code": "HCIM.RP.1.0017"
}
],
"text": "Warning: The Revise Patient name has been modified to filter out invalid characters."
}
},
{
"severity": "error",
"code": "business-rule",
"details": {
"coding": [
{
"system": "https://terminology.hlth.gov.bc.ca/ClientRegistry/CodeSystem/bc-oo-codes",
"code": "HCIM.RP.1.0017"
}
],
"text": "The HL7 message is invalid. Please correct the HL7 message, and resubmit it. (System.Exception: Results from Schematron validation: ..."
}
}
]
}