PatientDocumentSharing
A document shared with the patient
type PatientDocumentSharing {
documentId: ID
consultationId: String
recordIds: [ID!]
title: String
type: PatientSharedDocumentKind
sharedAt: DateTime!
}
Fields
PatientDocumentSharing.documentId ● ID scalar
ID used by the collection the document belongs to
PatientDocumentSharing.consultationId ● String scalar
Only present when the document belongs to a consultation
PatientDocumentSharing.recordIds ● [ID!] list scalar
Records that have been shared with the patient, from a consultation
PatientDocumentSharing.title ● String scalar
PatientDocumentSharing.type ● PatientSharedDocumentKind enum
PatientDocumentSharing.sharedAt ● DateTime! non-null scalar
When the document was most recently shared with the patient
Member Of
PatientDocumentSharingsData object