Consent
No description
type Consent implements IDomainResource, IResource {
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
scope: CodeableConcept!
category: [CodeableConcept]!
patient: Reference
dateTime: dateTime
_dateTime: ElementBase
performer: [Reference]
organization: [Reference]
sourceAttachment: Attachment
sourceReference: Reference
policy: [ConsentPolicy]
policyRule: CodeableConcept
verification: [ConsentVerification]
provision: ConsentProvision
}
Fields
Consent.id ● String scalar
Consent.meta ● Meta object
Consent.implicitRules ● uri scalar
Consent._implicitRules ● ElementBase object
Consent.language ● code scalar
Consent._language ● ElementBase object
Consent.text ● Narrative object
Consent.contained ● [Resource] list object
Consent.extension ● [Extension] list object
Consent.modifierExtension ● [Extension] list object
Consent.identifier ● [Identifier] list object
Consent.status ● code scalar
Consent._status ● ElementBase object
Consent.scope ● CodeableConcept! non-null object
Consent.category ● [CodeableConcept]! non-null object
Consent.patient ● Reference object
Consent.dateTime ● dateTime scalar
Consent._dateTime ● ElementBase object
Consent.performer ● [Reference] list object
Consent.organization ● [Reference] list object
Consent.sourceAttachment ● Attachment object
Consent.sourceReference ● Reference object
Consent.policy ● [ConsentPolicy] list object
Consent.policyRule ● CodeableConcept object
Consent.verification ● [ConsentVerification] list object
Consent.provision ● ConsentProvision object
Interfaces
IDomainResource interface
IResource interface
Returned By
Consent query ● ConsentList query
Member Of
ConsentEdge object ● ConsentListType object ● ConsentReadType object