HospitalTransferType
Notification of the client's doctor
type HospitalTransferType {
hospital: String
hospitalTransferArranged: Boolean!
}
Fields
HospitalTransferType.hospital ● String scalar
Which hospital was the client transferred to?
HospitalTransferType.hospitalTransferArranged ● Boolean! non-null scalar
Was the client transported to a hospital?
Member Of
DemiseIncidentReport object