FHIR IG analytics| Package | tewhatuora.fhir.nz-shared-digital-health-record |
| Resource Type | OperationOutcome |
| Id | OperationOutcome-OperationOutcomeFacilityDenyExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationOutcome OperationOutcomeFacilityDenyExample
| Severity | Code | Details |
| Error | Information Suppressed | Patient has opted out of participating in the shared digital health record service at this facility. |
{
"resourceType": "OperationOutcome",
"id": "OperationOutcomeFacilityDenyExample",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"issue": [
{
"severity": "error",
"code": "suppressed",
"details": {
"coding": [
{
"system": "https://fhir-ig.digital.health.nz/sdhr/CodeSystem/sdhr-outcome-codes",
"code": "sdhr-participation-status-denied-facility",
"display": "SDHR Participation Status Denied at Facility"
}
],
"text": "Patient has opted out of participating in the shared digital health record service at this facility."
}
}
]
}