SocialCare
Type for the client's fluid export measurements
type SocialCare implements VitalSign {
cancelledAt: LocalDateTime
description: String
employee: Employee!
id: VitalSignID!
reason: String
recordedAt: LocalDateTime!
status: RecordStatusType!
type: VitalSignType!
}
Fields
SocialCare.cancelledAt ● LocalDateTime scalar
Shows when the vital sign has been cancelled. Only applicable when status == 'CANCELLED'
SocialCare.description ● String scalar
Description in free text, up to 100 characters
SocialCare.employee ● Employee! non-null object
The employee who measured the client's vital sign
SocialCare.id ● VitalSignID! non-null scalar
Unique identifier
SocialCare.reason ● String scalar
Reason for cancelling the vital sign. Only applicable when status == 'CANCELLED'
SocialCare.recordedAt ● LocalDateTime! non-null scalar
Date and time of the vital sign measurement
SocialCare.status ● RecordStatusType! non-null enum
Status of the vital sign
SocialCare.type ● VitalSignType! non-null enum
Type of the recorder vital sign
Interfaces
VitalSign interface
Generic interface for the vital signs