FHIR IG analytics| Package | io.health-samurai.core.r4b |
| Resource Type | CodeSystem |
| Id | CodeSystem-on-patient-error.json |
| FHIR Version | R4B |
| Source | https://simplifier.net/resolve?scope=io.health-samurai.core.r4b@0.2606.2&canonical=http://health-samurai.io/fhir/core/CodeSystem/on-patient-error |
| URL | http://health-samurai.io/fhir/core/CodeSystem/on-patient-error |
| Version | 0.2606.2 |
| Status | active |
| Name | OnPatientError |
| Title | On Patient Error |
| Description | Behavior when patient references in $export are invalid, not found, or not members of the requested Group. |
| Content | complete |
| ValueSet | ||
| io.health-samurai.core.r4b#0.2606.2 | on-patient-error | On Patient Error |
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.2606.2"
}