FHIR IG analytics| Package | fhir.ca-bc.provider |
| Resource Type | OperationOutcome |
| Id | OperationOutcome-Example-OperationOutcome-7047.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationOutcome Example-OperationOutcome-7047
Profile: BCOperationOutcome
| Severity | Code | Details |
| Warning | Business Rule Violation | No provider records found for the input parameters. |
{
"resourceType": "OperationOutcome",
"id": "Example-OperationOutcome-7047",
"meta": {
"profile": [
"http://hlth.gov.bc.ca/fhir/provider/StructureDefinition/bc-operation-outcome"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"issue": [
{
"severity": "warning",
"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.7047"
}
],
"text": "No provider records found for the input parameters."
}
}
]
}