FHIR IG analytics| Package | tewhatuora.fhir.nz-shared-digital-health-record |
| Resource Type | OperationOutcome |
| Id | OperationOutcome-OperationOutcomePatientLocked.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationOutcome OperationOutcomePatientLocked
| Severity | Code | Details |
| Error | Element value invalid | The patient has been temporarily locked due to a background load process |
{
"resourceType": "OperationOutcome",
"id": "OperationOutcomePatientLocked",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"issue": [
{
"severity": "error",
"code": "value",
"details": {
"coding": [
{
"system": "https://fhir-ig.digital.health.nz/sdhr/CodeSystem/sdhr-outcome-codes",
"code": "sdhr-patient-locked",
"display": "SDHR Patient Locked"
}
],
"text": "The patient has been temporarily locked due to a background load process"
}
}
]
}