Skip to main content

IAccount

FHIR GraphQL Schema. Version 8.8.1 import * from 'types.graphql'

interface IAccount {
id: String
meta: Meta
implicitRules: uri
_implicitRules: ElementBase
language: code
_language: ElementBase
text: Narrative
contained: [Resource]
extension: [Extension]
modifierExtension: [Extension]
identifier: [Identifier]
status: code
_status: ElementBase
type: CodeableConcept
name: String
_name: ElementBase
subject: [Reference]
servicePeriod: Period
coverage: [AccountCoverage]
owner: Reference
description: String
_description: ElementBase
guarantor: [AccountGuarantor]
partOf: Reference
}

Fields

IAccount.id ● String scalar

IAccount.meta ● Meta object

IAccount.implicitRules ● uri scalar

IAccount._implicitRules ● ElementBase object

IAccount.language ● code scalar

IAccount._language ● ElementBase object

IAccount.text ● Narrative object

IAccount.contained ● [Resource] list object

IAccount.extension ● [Extension] list object

IAccount.modifierExtension ● [Extension] list object

IAccount.identifier ● [Identifier] list object

IAccount.status ● code scalar

IAccount._status ● ElementBase object

IAccount.type ● CodeableConcept object

IAccount.name ● String scalar

IAccount._name ● ElementBase object

IAccount.subject ● [Reference] list object

IAccount.servicePeriod ● Period object

IAccount.coverage ● [AccountCoverage] list object

IAccount.owner ● Reference object

IAccount.description ● String scalar

IAccount._description ● ElementBase object

IAccount.guarantor ● [AccountGuarantor] list object

IAccount.partOf ● Reference object