IPerson
FHIR GraphQL Schema. Version 8.8.1 import * from 'types.graphql'
interface IPerson {
id: String
meta: Meta
implicitRules: uri
_implicitRules: ElementBase
language: code
_language: ElementBase
text: Narrative
contained: [Resource]
extension: [Extension]
modifierExtension: [Extension]
identifier: [Identifier]
name: [HumanName]
telecom: [ContactPoint]
gender: code
_gender: ElementBase
birthDate: date
_birthDate: ElementBase
address: [Address]
photo: Attachment
managingOrganization: Reference
active: Boolean
_active: ElementBase
link: [PersonLink]
}