IOrganization
FHIR GraphQL Schema. Version 8.8.1 import * from 'types.graphql'
interface IOrganization {
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
type: [CodeableConcept]
name: String
_name: ElementBase
alias: [String]
_alias: [ElementBase]
telecom: [ContactPoint]
address: [Address]
partOf: Reference
contact: [OrganizationContact]
endpoint: [Reference]
}