IRelatedPerson
FHIR GraphQL Schema. Version 8.8.1 import * from 'types.graphql'
interface IRelatedPerson {
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
patient: Reference!
relationship: [CodeableConcept]
name: [HumanName]
telecom: [ContactPoint]
gender: code
_gender: ElementBase
birthDate: date
_birthDate: ElementBase
address: [Address]
photo: [Attachment]
period: Period
communication: [RelatedPersonCommunication]
}