Skip to main content

CreateDemiseIncidentReportDraftInput

Input for the creation of a new demise incident report

input CreateDemiseIncidentReportDraftInput {
clientId: ClientID!
continenceCare: ContinenceCare!
createdAt: LocalDateTime!
demisePreventionCounselling: Boolean!
description: String!
doctorNotified: DoctorNotificationInput!
exactPlace: String
floorCondition: FloorConditionInput!
helpingTools: [HelpingToolsUsageInput!]
hospitalTransfer: HospitalTransferInput!
incidentWitnesses: DemiseIncidentWitnessInput!
isOriented: Boolean!
isResponsive: Boolean!
libertyDeprivation: LibertyDeprivationInput!
lightingCondition: LightingCondition!
location: String!
managementInformed: InformationInput!
medicationsTaken: MedicationsInput!
outerInjuries: OuterInjuriesInput!
painSensation: PainSensationInput!
propertyDamage: PropertyDamageInput!
relativesInformed: InformationInput!
shoes: ShoeType!
sisEvaluationNeeded: Boolean!
}

Fields

CreateDemiseIncidentReportDraftInput.clientId ● ClientID! non-null scalar

ID of the client

CreateDemiseIncidentReportDraftInput.continenceCare ● ContinenceCare! non-null enum

Type of continence care applied to the client

CreateDemiseIncidentReportDraftInput.createdAt ● LocalDateTime! non-null scalar

When the report has been created

CreateDemiseIncidentReportDraftInput.demisePreventionCounselling ● Boolean! non-null scalar

Is there a need for demise prevention counselling?

CreateDemiseIncidentReportDraftInput.description ● String! non-null scalar

General description of the incident in free text

CreateDemiseIncidentReportDraftInput.doctorNotified ● DoctorNotificationInput! non-null input

Is the client's doctor notified?

CreateDemiseIncidentReportDraftInput.exactPlace ● String scalar

Exact place where the incident occurred (e.g. hall or bathroom)

CreateDemiseIncidentReportDraftInput.floorCondition ● FloorConditionInput! non-null input

Which conditions applied to the floor at the institution at the time of the incident?

CreateDemiseIncidentReportDraftInput.helpingTools ● [HelpingToolsUsageInput!] list input

Hearing tools used by the client

CreateDemiseIncidentReportDraftInput.hospitalTransfer ● HospitalTransferInput! non-null input

Which hospital was the client transferred to?

CreateDemiseIncidentReportDraftInput.incidentWitnesses ● DemiseIncidentWitnessInput! non-null input

Witnesses of the incident

CreateDemiseIncidentReportDraftInput.isOriented ● Boolean! non-null scalar

Is the client oriented?

CreateDemiseIncidentReportDraftInput.isResponsive ● Boolean! non-null scalar

Is the client responsive?

CreateDemiseIncidentReportDraftInput.libertyDeprivation ● LibertyDeprivationInput! non-null input

Which liberty deprivations were applied to the client?

CreateDemiseIncidentReportDraftInput.lightingCondition ● LightingCondition! non-null enum

Which conditions applied to the lighting at the institution at the time of the incident?

CreateDemiseIncidentReportDraftInput.location ● String! non-null scalar

Location of the incident (e.g. in the apartment or outside)

CreateDemiseIncidentReportDraftInput.managementInformed ● InformationInput! non-null input

Was the management informed of the incident?

CreateDemiseIncidentReportDraftInput.medicationsTaken ● MedicationsInput! non-null input

What medications does the client take?

CreateDemiseIncidentReportDraftInput.outerInjuries ● OuterInjuriesInput! non-null input

Which outer injuries suffered the client?

CreateDemiseIncidentReportDraftInput.painSensation ● PainSensationInput! non-null input

Where does the client feel pain?

CreateDemiseIncidentReportDraftInput.propertyDamage ● PropertyDamageInput! non-null input

Any property damage done during the incident

CreateDemiseIncidentReportDraftInput.relativesInformed ● InformationInput! non-null input

Were relatives informed of the incident?

CreateDemiseIncidentReportDraftInput.shoes ● ShoeType! non-null enum

Which shoe type was the client wearing?

CreateDemiseIncidentReportDraftInput.sisEvaluationNeeded ● Boolean! non-null scalar

Is there a need to re-evaluate the client's structured information plan?

Member Of

createDemiseIncidentReportDraft mutation