PackagesCanonicalsLogsProblems
    Packages
    io.health-samurai.core.r4b@0.2605.0
    http://health-samurai.io/fhir/core/CodeSystem/on-patient-error
{
  "description": "Behavior when patient references in $export are invalid, not found, or not members of the requested Group.",
  "_filename": "CodeSystem-on-patient-error.json",
  "package_name": "io.health-samurai.core.r4b",
  "date": null,
  "publisher": "Health Samurai",
  "content": "complete",
  "name": "OnPatientError",
  "type": null,
  "experimental": null,
  "resourceType": "CodeSystem",
  "title": "On Patient Error",
  "package_version": "0.2605.0",
  "status": "active",
  "id": "f3c2c313-1890-4be1-9171-82ffbf2bd72b",
  "kind": null,
  "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.2605.0"
}