IPatient
FHIR GraphQL Schema. Version 8.8.1 import * from 'types.graphql'
interface IPatient {
id: String
meta: Meta
implicitRules: uri
_implicitRules: ElementBase
language: code
_language: ElementBase
text: Narrative
contained: [Resource]
extension: [Extension]
modifierExtension: [Extension]
identifier: [Identifier]
active: Boolean
_active: ElementBase
name: [HumanName]
telecom: [ContactPoint]
gender: code
_gender: ElementBase
birthDate: date
_birthDate: ElementBase
deceasedBoolean: Boolean
_deceasedBoolean: ElementBase
deceasedDateTime: dateTime
_deceasedDateTime: ElementBase
address: [Address]
maritalStatus: CodeableConcept
multipleBirthBoolean: Boolean
_multipleBirthBoolean: ElementBase
multipleBirthInteger: Int
_multipleBirthInteger: ElementBase
photo: [Attachment]
contact: [PatientContact]
communication: [PatientCommunication]
generalPractitioner: [Reference]
managingOrganization: Reference
link: [PatientLink]
}