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

Issues

-SeverityCodeDetails
*InformationBusiness Rule ViolationQuery successful

Source1

{
  "resourceType": "OperationOutcome",
  "id": "Example-OperationOutcome-Success",
  "meta": {
    "profile": [
      "http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-operation-outcome"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "issue": [
    {
      "severity": "information",
      "code": "business-rule",
      "details": {
        "coding": [
          {
            "system": "https://terminology.hlth.gov.bc.ca/ProviderLocationRegistry/CodeSystem/bc-error-code-system",
            "code": "PRS.PRP.MTN.UNK.0.0.7067"
          }
        ],
        "text": "Query successful"
      }
    }
  ]
}