FHIR IG analytics| Package | io.health-samurai.core.r4 |
| Resource Type | CodeSystem |
| Id | CodeSystem-on-patient-error.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"description": "Behavior when patient references in $export are invalid, not found, or not members of the requested Group.",
"publisher": "Health Samurai",
"content": "complete",
"name": "OnPatientError",
"resourceType": "CodeSystem",
"title": "On Patient Error",
"status": "active",
"id": "on-patient-error",
"url": "http://health-samurai.io/fhir/core/CodeSystem/on-patient-error",
"concept": [
{
"code": "fail",
"display": "Fail",
"definition": "Abort the export with 422 when any patient reference is invalid, not found, or not a group member."
},
{
"code": "ignore",
"display": "Ignore",
"definition": "Drop invalid patient references silently and proceed with the valid ones. Each dropped reference is recorded as an OperationOutcome in BulkExportStatus.params.patient-errors."
}
],
"caseSensitive": true,
"version": "0.2607.0"
}