Skip to main content

ICommunication

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

interface ICommunication {
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]
partOf: [Reference]
inResponseTo: [Reference]
status: code
_status: ElementBase
statusReason: CodeableConcept
category: [CodeableConcept]
priority: code
_priority: ElementBase
medium: [CodeableConcept]
subject: Reference
topic: CodeableConcept
about: [Reference]
encounter: Reference
sent: dateTime
_sent: ElementBase
received: dateTime
_received: ElementBase
recipient: [Reference]
sender: Reference
reasonCode: [CodeableConcept]
reasonReference: [Reference]
payload: [CommunicationPayload]
note: [Annotation]
}

Fields

ICommunication.id ● String scalar

ICommunication.meta ● Meta object

ICommunication.implicitRules ● uri scalar

ICommunication._implicitRules ● ElementBase object

ICommunication.language ● code scalar

ICommunication._language ● ElementBase object

ICommunication.text ● Narrative object

ICommunication.contained ● [Resource] list object

ICommunication.extension ● [Extension] list object

ICommunication.modifierExtension ● [Extension] list object

ICommunication.identifier ● [Identifier] list object

ICommunication.instantiatesCanonical ● [canonical] list scalar

ICommunication._instantiatesCanonical ● [ElementBase] list object

ICommunication.instantiatesUri ● [uri] list scalar

ICommunication._instantiatesUri ● [ElementBase] list object

ICommunication.basedOn ● [Reference] list object

ICommunication.partOf ● [Reference] list object

ICommunication.inResponseTo ● [Reference] list object

ICommunication.status ● code scalar

ICommunication._status ● ElementBase object

ICommunication.statusReason ● CodeableConcept object

ICommunication.category ● [CodeableConcept] list object

ICommunication.priority ● code scalar

ICommunication._priority ● ElementBase object

ICommunication.medium ● [CodeableConcept] list object

ICommunication.subject ● Reference object

ICommunication.topic ● CodeableConcept object

ICommunication.about ● [Reference] list object

ICommunication.encounter ● Reference object

ICommunication.sent ● dateTime scalar

ICommunication._sent ● ElementBase object

ICommunication.received ● dateTime scalar

ICommunication._received ● ElementBase object

ICommunication.recipient ● [Reference] list object

ICommunication.sender ● Reference object

ICommunication.reasonCode ● [CodeableConcept] list object

ICommunication.reasonReference ● [Reference] list object

ICommunication.payload ● [CommunicationPayload] list object

ICommunication.note ● [Annotation] list object