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! non-null 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! non-null scalar
Is there a need for demise prevention counselling?
DemiseIncidentReport.description ● String! non-null scalar
General description of the incident in free text
DemiseIncidentReport.doctorNotified ● DoctorNotification! non-null 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! non-null 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! non-null object
Which hospital was the client transferred to?
DemiseIncidentReport.id ● DemiseIncidentReportID! non-null scalar
Unique identifier
DemiseIncidentReport.incidentWitnesses ● DemiseIncidentWitnessType! non-null object
Witnesses of the incident
DemiseIncidentReport.isOriented ● Boolean! non-null scalar
Is the client oriented?
DemiseIncidentReport.isResponsive ● Boolean! non-null scalar
Is the client responsive?
DemiseIncidentReport.libertyDeprivation ● LibertyDeprivationType! non-null object
Which liberty deprivations were applied to the client?
DemiseIncidentReport.lightingCondition ● LightingCondition! non-null enum
Which conditions applied to the lighting at the institution at the time of the incident?
DemiseIncidentReport.location ● String! non-null scalar
Location of the incident (e.g. in the apartment or outside)
DemiseIncidentReport.managementInformed ● InformationType! non-null object
Was the management informed of the incident?
DemiseIncidentReport.medicationsTaken ● MedicationsType! non-null object
What medications does the client take?
DemiseIncidentReport.outerInjuries ● OuterInjuriesType! non-null object
Which outer injuries suffered the client?
DemiseIncidentReport.painSensation ● PainSensationType! non-null object
Where does the client feel pain?
DemiseIncidentReport.propertyDamage ● PropertyDamageType! non-null object
Any property damage done during the incident
DemiseIncidentReport.relativesInformed ● InformationType! non-null object
Were relatives informed of the incident?
DemiseIncidentReport.shoes ● ShoeType! non-null enum
Which shoe type was the client wearing?
DemiseIncidentReport.sisEvaluationNeeded ● Boolean! non-null scalar
Is there a need to re-evaluate the client's structured information plan?
Returned By
completeDemiseIncidentReport mutation ● createDemiseIncidentReportDraft mutation
Member Of
Client object