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

FHIR IG analytics

Packagefhir.ca-bc.provider
Resource TypeOperationOutcome
IdOperationOutcome-Example-OperationOutcome-7049.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 Example-OperationOutcome-7049

Issues

-SeverityCodeDetails
*ErrorBusiness Rule ViolationSome results were removed under data permission rules.

Source1

{
  "resourceType": "OperationOutcome",
  "id": "Example-OperationOutcome-7049",
  "meta": {
    "profile": [
      "http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-operation-outcome"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "issue": [
    {
      "severity": "error",
      "code": "business-rule",
      "details": {
        "coding": [
          {
            "system": "https://terminology.hlth.gov.bc.ca/ProviderLocationRegistry/CodeSystem/bc-error-code-system",
            "code": "GRS.DPS.UNK.UNK.0.0.7049"
          }
        ],
        "text": "Some results were removed under data permission rules."
      }
    }
  ]
}