Skip to main content

IMedicationStatement

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

interface IMedicationStatement {
id: String
meta: Meta
implicitRules: uri
_implicitRules: ElementBase
language: code
_language: ElementBase
text: Narrative
contained: [Resource]
extension: [Extension]
modifierExtension: [Extension]
identifier: [Identifier]
basedOn: [Reference]
partOf: [Reference]
status: code
_status: ElementBase
statusReason: [CodeableConcept]
category: CodeableConcept
medicationCodeableConcept: CodeableConcept
medicationReference: Reference
subject: Reference!
context: Reference
effectiveDateTime: dateTime
_effectiveDateTime: ElementBase
effectivePeriod: Period
dateAsserted: dateTime
_dateAsserted: ElementBase
informationSource: Reference
derivedFrom: [Reference]
reasonCode: [CodeableConcept]
reasonReference: [Reference]
note: [Annotation]
dosage: [Dosage]
}

Fields

IMedicationStatement.id ● String scalar

IMedicationStatement.meta ● Meta object

IMedicationStatement.implicitRules ● uri scalar

IMedicationStatement._implicitRules ● ElementBase object

IMedicationStatement.language ● code scalar

IMedicationStatement._language ● ElementBase object

IMedicationStatement.text ● Narrative object

IMedicationStatement.contained ● [Resource] list object

IMedicationStatement.extension ● [Extension] list object

IMedicationStatement.modifierExtension ● [Extension] list object

IMedicationStatement.identifier ● [Identifier] list object

IMedicationStatement.basedOn ● [Reference] list object

IMedicationStatement.partOf ● [Reference] list object

IMedicationStatement.status ● code scalar

IMedicationStatement._status ● ElementBase object

IMedicationStatement.statusReason ● [CodeableConcept] list object

IMedicationStatement.category ● CodeableConcept object

IMedicationStatement.medicationCodeableConcept ● CodeableConcept object

IMedicationStatement.medicationReference ● Reference object

IMedicationStatement.subject ● Reference! non-null object

IMedicationStatement.context ● Reference object

IMedicationStatement.effectiveDateTime ● dateTime scalar

IMedicationStatement._effectiveDateTime ● ElementBase object

IMedicationStatement.effectivePeriod ● Period object

IMedicationStatement.dateAsserted ● dateTime scalar

IMedicationStatement._dateAsserted ● ElementBase object

IMedicationStatement.informationSource ● Reference object

IMedicationStatement.derivedFrom ● [Reference] list object

IMedicationStatement.reasonCode ● [CodeableConcept] list object

IMedicationStatement.reasonReference ● [Reference] list object

IMedicationStatement.note ● [Annotation] list object

IMedicationStatement.dosage ● [Dosage] list object