FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageio.health-samurai.core.r4b
Resource TypeCodeSystem
IdCodeSystem-on-patient-error.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=io.health-samurai.core.r4b@0.2606.2&canonical=http://health-samurai.io/fhir/core/CodeSystem/on-patient-error
URLhttp://health-samurai.io/fhir/core/CodeSystem/on-patient-error
Version0.2606.2
Statusactive
NameOnPatientError
TitleOn Patient Error
DescriptionBehavior when patient references in $export are invalid, not found, or not members of the requested Group.
Contentcomplete

Resources that use this resource

ValueSet
io.health-samurai.core.r4b#0.2606.2on-patient-errorOn Patient Error

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
}