Skip to main content

IGoal

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

interface IGoal {
id: String
meta: Meta
implicitRules: uri
_implicitRules: ElementBase
language: code
_language: ElementBase
text: Narrative
contained: [Resource]
extension: [Extension]
modifierExtension: [Extension]
identifier: [Identifier]
lifecycleStatus: code
_lifecycleStatus: ElementBase
achievementStatus: CodeableConcept
category: [CodeableConcept]
priority: CodeableConcept
description: CodeableConcept!
subject: Reference!
startDate: date
_startDate: ElementBase
startCodeableConcept: CodeableConcept
target: [GoalTarget]
statusDate: date
_statusDate: ElementBase
statusReason: String
_statusReason: ElementBase
expressedBy: Reference
addresses: [Reference]
note: [Annotation]
outcomeCode: [CodeableConcept]
outcomeReference: [Reference]
}

Fields

IGoal.id ● String scalar

IGoal.meta ● Meta object

IGoal.implicitRules ● uri scalar

IGoal._implicitRules ● ElementBase object

IGoal.language ● code scalar

IGoal._language ● ElementBase object

IGoal.text ● Narrative object

IGoal.contained ● [Resource] list object

IGoal.extension ● [Extension] list object

IGoal.modifierExtension ● [Extension] list object

IGoal.identifier ● [Identifier] list object

IGoal.lifecycleStatus ● code scalar

IGoal._lifecycleStatus ● ElementBase object

IGoal.achievementStatus ● CodeableConcept object

IGoal.category ● [CodeableConcept] list object

IGoal.priority ● CodeableConcept object

IGoal.description ● CodeableConcept! non-null object

IGoal.subject ● Reference! non-null object

IGoal.startDate ● date scalar

IGoal._startDate ● ElementBase object

IGoal.startCodeableConcept ● CodeableConcept object

IGoal.target ● [GoalTarget] list object

IGoal.statusDate ● date scalar

IGoal._statusDate ● ElementBase object

IGoal.statusReason ● String scalar

IGoal._statusReason ● ElementBase object

IGoal.expressedBy ● Reference object

IGoal.addresses ● [Reference] list object

IGoal.note ● [Annotation] list object

IGoal.outcomeCode ● [CodeableConcept] list object

IGoal.outcomeReference ● [Reference] list object