DemiseIncidentReport
A demise incident report created by an employee in case a client has a demise incident
type DemiseIncidentReport {
continenceCare: ContinenceCare
createdAt: LocalDateTime!
createdBy: Employee!
demisePreventionCounselling: Boolean
description: String
doctorNotified: DoctorNotification
exactPlace: String
floorCondition: FloorConditionType
helpingTools: [HelpingToolsUsage!]
hospitalTransfer: HospitalTransferType
id: DemiseIncidentReportID!
incidentWitnesses: DemiseIncidentWitnessType
isOriented: Boolean
isResponsive: Boolean
libertyDeprivation: LibertyDeprivationType
lightingCondition: LightingCondition
location: String
managementInformed: InformationType
medicationsTaken: MedicationsType
outerInjuries: OuterInjuriesType
painSensation: PainSensationType
propertyDamage: PropertyDamageType
relativesInformed: InformationType
shoes: ShoeType
sisEvaluationNeeded: Boolean
}
Fields
DemiseIncidentReport.continenceCare ● ContinenceCare enum
Type of continence care applied to the client
DemiseIncidentReport.createdAt ● LocalDateTime! non-null scalar
When the report has been created
DemiseIncidentReport.createdBy ● Employee! non-null object
Employee that created the report
DemiseIncidentReport.demisePreventionCounselling ● Boolean scalar
Is there a need for demise prevention counselling?
DemiseIncidentReport.description ● String scalar
General description of the incident in free text
DemiseIncidentReport.doctorNotified ● DoctorNotification object
Is the client's doctor notified?
DemiseIncidentReport.exactPlace ● String scalar
Exact place where the incident occurred (e.g. hall or bathroom)
DemiseIncidentReport.floorCondition ● FloorConditionType object
Which conditions applied to the floor at the institution at the time of the incident?
DemiseIncidentReport.helpingTools ● [HelpingToolsUsage!] list object
Hearing tools used by the client
DemiseIncidentReport.hospitalTransfer ● HospitalTransferType object
Which hospital was the client transferred to?
DemiseIncidentReport.id ● DemiseIncidentReportID! non-null scalar
Unique identifier
DemiseIncidentReport.incidentWitnesses ● DemiseIncidentWitnessType object
Witnesses of the incident
DemiseIncidentReport.isOriented ● Boolean scalar
Is the client oriented?
DemiseIncidentReport.isResponsive ● Boolean scalar
Is the client responsive?
DemiseIncidentReport.libertyDeprivation ● LibertyDeprivationType object
Which liberty deprivations were applied to the client?
DemiseIncidentReport.lightingCondition ● LightingCondition enum
Which conditions applied to the lighting at the institution at the time of the incident?
DemiseIncidentReport.location ● String scalar
Location of the incident (e.g. in the apartment or outside)
DemiseIncidentReport.managementInformed ● InformationType object
Was the management informed of the incident?
DemiseIncidentReport.medicationsTaken ● MedicationsType object
What medications does the client take?
DemiseIncidentReport.outerInjuries ● OuterInjuriesType object
Which outer injuries suffered the client?
DemiseIncidentReport.painSensation ● PainSensationType object
Where does the client feel pain?
DemiseIncidentReport.propertyDamage ● PropertyDamageType object
Any property damage done during the incident
DemiseIncidentReport.relativesInformed ● InformationType object
Were relatives informed of the incident?
DemiseIncidentReport.shoes ● ShoeType enum
Which shoe type was the client wearing?
DemiseIncidentReport.sisEvaluationNeeded ● Boolean scalar
Is there a need to re-evaluate the client's structured information plan?
Returned By
completeDemiseIncidentReport mutation ● createDemiseIncidentReportDraft mutation
Member Of
Client object