FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.ca-bc.client
Resource TypeOperationOutcome
IdOperationOutcome-OperationOutcome-Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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: ...


Source1

{
  "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: ..."
      }
    }
  ]
}