Skip to main content

ICarePlan

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

interface ICarePlan {
id: String
meta: Meta
implicitRules: uri
_implicitRules: ElementBase
language: code
_language: ElementBase
text: Narrative
contained: [Resource]
extension: [Extension]
modifierExtension: [Extension]
identifier: [Identifier]
instantiatesCanonical: [canonical]
_instantiatesCanonical: [ElementBase]
instantiatesUri: [uri]
_instantiatesUri: [ElementBase]
basedOn: [Reference]
replaces: [Reference]
partOf: [Reference]
status: code
_status: ElementBase
intent: code
_intent: ElementBase
category: [CodeableConcept]
title: String
_title: ElementBase
description: String
_description: ElementBase
subject: Reference!
encounter: Reference
period: Period
created: dateTime
_created: ElementBase
author: Reference
contributor: [Reference]
careTeam: [Reference]
addresses: [Reference]
supportingInfo: [Reference]
goal: [Reference]
activity: [CarePlanActivity]
note: [Annotation]
}

Fields

ICarePlan.id ● String scalar

ICarePlan.meta ● Meta object

ICarePlan.implicitRules ● uri scalar

ICarePlan._implicitRules ● ElementBase object

ICarePlan.language ● code scalar

ICarePlan._language ● ElementBase object

ICarePlan.text ● Narrative object

ICarePlan.contained ● [Resource] list object

ICarePlan.extension ● [Extension] list object

ICarePlan.modifierExtension ● [Extension] list object

ICarePlan.identifier ● [Identifier] list object

ICarePlan.instantiatesCanonical ● [canonical] list scalar

ICarePlan._instantiatesCanonical ● [ElementBase] list object

ICarePlan.instantiatesUri ● [uri] list scalar

ICarePlan._instantiatesUri ● [ElementBase] list object

ICarePlan.basedOn ● [Reference] list object

ICarePlan.replaces ● [Reference] list object

ICarePlan.partOf ● [Reference] list object

ICarePlan.status ● code scalar

ICarePlan._status ● ElementBase object

ICarePlan.intent ● code scalar

ICarePlan._intent ● ElementBase object

ICarePlan.category ● [CodeableConcept] list object

ICarePlan.title ● String scalar

ICarePlan._title ● ElementBase object

ICarePlan.description ● String scalar

ICarePlan._description ● ElementBase object

ICarePlan.subject ● Reference! non-null object

ICarePlan.encounter ● Reference object

ICarePlan.period ● Period object

ICarePlan.created ● dateTime scalar

ICarePlan._created ● ElementBase object

ICarePlan.author ● Reference object

ICarePlan.contributor ● [Reference] list object

ICarePlan.careTeam ● [Reference] list object

ICarePlan.addresses ● [Reference] list object

ICarePlan.supportingInfo ● [Reference] list object

ICarePlan.goal ● [Reference] list object

ICarePlan.activity ● [CarePlanActivity] list object

ICarePlan.note ● [Annotation] list object