This
page
is
part
of
the
FHIR
Specification
(v4.0.1:
R4
-
Mixed
Normative
and
STU
)
in
it's
permanent
home
(it
will
always
be
available
at
this
URL).
(v4.2.0:
R5
Preview
#1).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
R3
R2
Pharmacy
Work
Group
|
Maturity Level : 2 | Trial Use | Security Category : Patient | Compartments : Device , Encounter , Patient , Practitioner , RelatedPerson |
Describes the event of a patient consuming or otherwise being administered a medication. This may be as simple as swallowing a tablet or it may be a long running infusion. Related resources tie this event to the authorizing prescription, and the specific encounter between patient and health care practitioner.
This resource covers the administration of all medications and vaccines. Please refer to the Immunization Resource/Profile for the treatment of vaccines. It will principally be used within care settings (including inpatient) to record the capture of medication administrations, including self-administrations of oral medications, injections, intra-venous adjustments, etc. It can also be used in outpatient settings to record allergy shots and other non-immunization administrations. In some cases, it might be used for home-health reporting, such as recording self-administered or even device-administered insulin.
MedicationAdministration is an event resource from a FHIR workflow perspective - see Workflow Event
The Medication domain includes a number of related resources
| MedicationRequest | An order for both supply of the medication and the instructions for administration of the medicine to a patient. |
| MedicationDispense | Provision of a supply of a medication with the intention that it is subsequently consumed by a patient (usually in response to a prescription). |
| MedicationAdministration | When a patient actually consumes a medicine, or it is otherwise administered to them |
|
|
This is a record of a medication being taken by a patient or that a medication has been given to a patient, where the record is the result of a report from the patient or another clinician. A medication statement is not a part of the prescribe->dispense->administer sequence but is a report that such a sequence (or at least a part of it) did take place, resulting in a belief that the patient has received a particular medication. |
MedicationAdministration is intended for tracking the administration of non-vaccine medications. Administration of vaccines is intended to be handled using the Immunization resource. Some systems treat immunizations in the same way as any other medication administration. Such systems SHOULD use an immunization resource to represent these. If systems need to use a MedicationAdministration resource to capture vaccinations for workflow or other reasons, they SHOULD also create and expose an equivalent Immunization instance.
This
resource
is
referenced
by
AdverseEvent
,
ChargeItem
,
itself,
MedicationStatement
MedicationUsage
,
Observation
and
Procedure
.
This resource implements the Event pattern.
Structure
| Name | Flags | Card. | Type |
Description
&
Constraints
|
|---|---|---|---|---|
|
TU | DomainResource |
Administration
of
medication
to
a
patient
Elements defined in Ancestors: id , meta , implicitRules , language , text , contained , extension , modifierExtension |
|
|
0..* | Identifier |
External
identifier
|
|
|
Σ | 0..* | canonical ( PlanDefinition | ActivityDefinition ) |
Instantiates
protocol
or
definition
|
![]() ![]() | Σ | 0..* | uri |
Instantiates
external
protocol
or
definition
|
| 0..* | Reference ( CarePlan ) |
Plan
that
is
fulfilled
by
this
dispense
| |
|
Σ | 0..* | Reference ( MedicationAdministration | Procedure ) |
Part
of
referenced
event
|
|
?! Σ | 1..1 | code |
in-progress
|
not-done
|
on-hold
|
completed
|
entered-in-error
|
stopped
|
unknown
Medication administration status codes ( Required ) |
|
0..* | CodeableConcept |
Reason
administration
not
performed
SNOMED CT Reason Medication Not Given Codes ( Example ) |
|
|
|
CodeableConcept |
Type
of
medication
usage
Medication administration category codes ( Preferred ) |
|
|
Σ | 1..1 |
What
was
administered
SNOMED CT Medication Codes ( Example ) |
|
|
CodeableConcept | |||
|
Reference ( Medication ) | |||
|
Σ | 1..1 | Reference ( Patient | Group ) | Who received medication |
|
0..1 |
Reference
(
Encounter
|
Encounter
|
|
|
0..* | Reference ( Any ) |
Additional
information
to
support
administration
|
|
|
Σ | 1..1 | Start and end time of administration | |
|
dateTime | |||
|
Period | |||
| Σ | 0..1 | dateTime | When the MedicationAdministration was first captured in the subject's record |
![]() ![]() |
Σ | 0..* | BackboneElement |
Who
performed
the
medication
administration
and
what
they
did
|
|
0..1 | CodeableConcept |
Type
of
performance
Medication administration performer function codes ( Example ) |
|
|
Σ | 1..1 | Reference ( Practitioner | PractitionerRole | Patient | RelatedPerson | Device ) | Who performed the medication administration |
|
0..* |
|
Reason Medication Given Codes ( Example ) |
|
|
0..1 | Reference ( MedicationRequest ) | Request administration performed against | |
|
0..* | Reference ( Device ) |
Device
used
to
administer
|
|
|
0..* | Annotation |
Information
about
the
administration
|
|
|
I | 0..1 | BackboneElement |
Details
of
how
medication
was
taken
+ Rule: SHALL have at least one of dosage.dose or dosage.rate[x] |
|
0..1 | string | Free text dosage instructions e.g. SIG | |
|
0..1 | CodeableConcept |
Body
site
administered
to
SNOMED CT Anatomical Structure for Administration Site Codes ( Example ) |
|
|
0..1 | CodeableConcept |
Path
of
substance
into
body
SNOMED CT Route Codes ( Example ) |
|
|
0..1 | CodeableConcept |
How
drug
was
administered
SNOMED CT Administration Method Codes ( Example ) |
|
|
0..1 | SimpleQuantity | Amount of medication per dose | |
|
0..1 | Dose quantity per unit of time | ||
|
Ratio | |||
|
SimpleQuantity | |||
|
0..* | Reference ( Provenance ) |
A
list
of
events
of
interest
in
the
lifecycle
|
|
Documentation
for
this
format
|
||||
UML Diagram ( Legend )
XML Template
<MedicationAdministration xmlns="http://hl7.org/fhir"><!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <identifier><!-- 0..* Identifier External identifier --></identifier>
<<instantiatesCanonical><!-- 0..* canonical(ActivityDefinition|PlanDefinition) Instantiates protocol or definition --></instantiatesCanonical> <instantiatesUri value="[uri]"/><!-- 0..* Instantiates external protocol or definition --> <basedOn><!-- 0..* Reference(CarePlan) Plan that is fulfilled by this dispense --></basedOn> <partOf><!-- 0..* Reference(MedicationAdministration|Procedure) Part of referenced event --></partOf> <status value="[code]"/><!-- 1..1 in-progress | not-done | on-hold | completed | entered-in-error | stopped | unknown --> <statusReason><!-- 0..* CodeableConcept Reason administration not performed --></statusReason><</category><category><!-- 0..* CodeableConcept Type of medication usage --></category> <medication[x]><!-- 1..1 CodeableConcept|Reference(Medication) What was administered --></medication[x]><</subject> <</context> <</supportingInformation> <</effective[x]><subject><!-- 1..1 Reference(Group|Patient) Who received medication --></subject> <encounter><!-- 0..1 Reference(Encounter) Encounter administered as part of --></encounter> <supportingInformation><!-- 0..* Reference(Any) Additional information to support administration --></supportingInformation> <occurence[x]><!-- 1..1 dateTime|Period Start and end time of administration --></occurence[x]> <recorded value="[dateTime]"/><!-- 0..1 When the MedicationAdministration was first captured in the subject's record --> <performer> <!-- 0..* Who performed the medication administration and what they did --> <function><!-- 0..1 CodeableConcept Type of performance --></function><| </actor><actor><!-- 1..1 Reference(Device|Patient|Practitioner|PractitionerRole| RelatedPerson) Who performed the medication administration --></actor> </performer><</reasonCode> <</reasonReference><reason><!-- 0..* CodeableReference(Condition|DiagnosticReport|Observation) Concept, condition or observation that supports why the medication was administered --></reason> <request><!-- 0..1 Reference(MedicationRequest) Request administration performed against --></request> <device><!-- 0..* Reference(Device) Device used to administer --></device> <note><!-- 0..* Annotation Information about the administration --></note> <dosage> <!-- 0..1 Details of how medication was taken --><<a href="medicationadministration-definitions.html#MedicationAdministration.dosage.text" title="Free text dosage can be used for cases where the dosage administered is too complex to code. When coded dosage is present, the free text dosage may still be present for display to humans. The dosage instructions should reflect the dosage of the medication that was administered." class="dict"><text value="[string]"/><!-- 0..1 Free text dosage instructions e.g. SIG --> <site><!-- 0..1 CodeableConcept Body site administered to --></site> <route><!-- 0..1 CodeableConcept Path of substance into body --></route> <method><!-- 0..1 CodeableConcept How drug was administered --></method> <dose><!-- 0..1 Quantity(SimpleQuantity) Amount of medication per dose --></dose> <rate[x]><!-- 0..1 Ratio|Quantity(SimpleQuantity) Dose quantity per unit of time --></rate[x]> </dosage> <eventHistory><!-- 0..* Reference(Provenance) A list of events of interest in the lifecycle --></eventHistory> </MedicationAdministration>
JSON Template
{
"resourceType" : "MedicationAdministration",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"identifier" : [{ Identifier }], // External identifier
"
"instantiatesCanonical" : [{ canonical(ActivityDefinition|PlanDefinition) }], // Instantiates protocol or definition
"instantiatesUri" : ["<uri>"], // Instantiates external protocol or definition
"basedOn" : [{ Reference(CarePlan) }], // Plan that is fulfilled by this dispense
"partOf" : [{ Reference(MedicationAdministration|Procedure) }], // Part of referenced event
"status" : "<code>", // R! in-progress | not-done | on-hold | completed | entered-in-error | stopped | unknown
"statusReason" : [{ CodeableConcept }], // Reason administration not performed
"
"category" : [{ CodeableConcept }], // Type of medication usage
// medication[x]: What was administered. One of these 2:
"medicationCodeableConcept" : { CodeableConcept },
"medicationReference" : { Reference(Medication) },
"
"
"
">",
" },
"subject" : { Reference(Group|Patient) }, // R! Who received medication
"encounter" : { Reference(Encounter) }, // Encounter administered as part of
"supportingInformation" : [{ Reference(Any) }], // Additional information to support administration
// occurence[x]: Start and end time of administration. One of these 2:
"occurenceDateTime" : "<dateTime>",
"occurencePeriod" : { Period },
"recorded" : "<dateTime>", // When the MedicationAdministration was first captured in the subject's record
"performer" : [{ // Who performed the medication administration and what they did
"function" : { CodeableConcept }, // Type of performance
"|
"actor" : { Reference(Device|Patient|Practitioner|PractitionerRole|
RelatedPerson) } // R! Who performed the medication administration
}],
"
"
"reason" : [{ CodeableReference(Condition|DiagnosticReport|Observation) }], // Concept, condition or observation that supports why the medication was administered
"request" : { Reference(MedicationRequest) }, // Request administration performed against
"device" : [{ Reference(Device) }], // Device used to administer
"note" : [{ Annotation }], // Information about the administration
"dosage" : { // Details of how medication was taken
"<a href="medicationadministration-definitions.html#MedicationAdministration.dosage.text" title="Free text dosage can be used for cases where the dosage administered is too complex to code. When coded dosage is present, the free text dosage may still be present for display to humans.
The dosage instructions should reflect the dosage of the medication that was administered." class="dict">text
"text" : "<string>", // Free text dosage instructions e.g. SIG
"site" : { CodeableConcept }, // Body site administered to
"route" : { CodeableConcept }, // Path of substance into body
"method" : { CodeableConcept }, // How drug was administered
"dose" : { Quantity(SimpleQuantity) }, // Amount of medication per dose
// rate[x]: Dose quantity per unit of time. One of these 2:
"rateRatio" : { Ratio }
"rateQuantity" : { Quantity(SimpleQuantity) }
},
"eventHistory" : [{ Reference(Provenance) }] // A list of events of interest in the lifecycle
}
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> .[ a fhir:MedicationAdministration; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtension fhir:MedicationAdministration.identifier [ Identifier ], ... ; # 0..* External identifier
fhir:fhir:MedicationAdministration.instantiatesCanonical [ canonical(ActivityDefinition|PlanDefinition) ], ... ; # 0..* Instantiates protocol or definition fhir:MedicationAdministration.instantiatesUri [ uri ], ... ; # 0..* Instantiates external protocol or definition fhir:MedicationAdministration.basedOn [ Reference(CarePlan) ], ... ; # 0..* Plan that is fulfilled by this dispense fhir:MedicationAdministration.partOf [ Reference(MedicationAdministration|Procedure) ], ... ; # 0..* Part of referenced event fhir:MedicationAdministration.status [ code ]; # 1..1 in-progress | not-done | on-hold | completed | entered-in-error | stopped | unknown fhir:MedicationAdministration.statusReason [ CodeableConcept ], ... ; # 0..* Reason administration not performedfhir:fhir:MedicationAdministration.category [ CodeableConcept ], ... ; # 0..* Type of medication usage # MedicationAdministration.medication[x] : 1..1 What was administered. One of these 2 fhir:MedicationAdministration.medicationCodeableConcept [ CodeableConcept ] fhir:MedicationAdministration.medicationReference [ Reference(Medication) ]fhir: fhir: fhir: # . One of these 2 fhir: ] fhir: ]fhir:MedicationAdministration.subject [ Reference(Group|Patient) ]; # 1..1 Who received medication fhir:MedicationAdministration.encounter [ Reference(Encounter) ]; # 0..1 Encounter administered as part of fhir:MedicationAdministration.supportingInformation [ Reference(Any) ], ... ; # 0..* Additional information to support administration # MedicationAdministration.occurence[x] : 1..1 Start and end time of administration. One of these 2 fhir:MedicationAdministration.occurenceDateTime [ dateTime ] fhir:MedicationAdministration.occurencePeriod [ Period ] fhir:MedicationAdministration.recorded [ dateTime ]; # 0..1 When the MedicationAdministration was first captured in the subject's record fhir:MedicationAdministration.performer [ # 0..* Who performed the medication administration and what they did fhir:MedicationAdministration.performer.function [ CodeableConcept ]; # 0..1 Type of performancefhir:fhir:MedicationAdministration.performer.actor [ Reference(Device|Patient|Practitioner|PractitionerRole|RelatedPerson) ]; # 1..1 Who performed the medication administration ], ...;fhir: fhir:fhir:MedicationAdministration.reason [ CodeableReference(Condition|DiagnosticReport|Observation) ], ... ; # 0..* Concept, condition or observation that supports why the medication was administered fhir:MedicationAdministration.request [ Reference(MedicationRequest) ]; # 0..1 Request administration performed against fhir:MedicationAdministration.device [ Reference(Device) ], ... ; # 0..* Device used to administer fhir:MedicationAdministration.note [ Annotation ], ... ; # 0..* Information about the administration fhir:MedicationAdministration.dosage [ # 0..1 Details of how medication was takenfhir:<a href="medicationadministration-definitions.html#MedicationAdministration.dosage.text" title="Free text dosage can be used for cases where the dosage administered is too complex to code. When coded dosage is present, the free text dosage may still be present for display to humans. The dosage instructions should reflect the dosage of the medication that was administered." class="dict">MedicationAdministration.dosage.textfhir:MedicationAdministration.dosage.text [ string ]; # 0..1 Free text dosage instructions e.g. SIG fhir:MedicationAdministration.dosage.site [ CodeableConcept ]; # 0..1 Body site administered to fhir:MedicationAdministration.dosage.route [ CodeableConcept ]; # 0..1 Path of substance into body fhir:MedicationAdministration.dosage.method [ CodeableConcept ]; # 0..1 How drug was administered fhir:MedicationAdministration.dosage.dose [ Quantity(SimpleQuantity) ]; # 0..1 Amount of medication per dose # MedicationAdministration.dosage.rate[x] : 0..1 Dose quantity per unit of time. One of these 2 fhir:MedicationAdministration.dosage.rateRatio [ Ratio ] fhir:MedicationAdministration.dosage.rateSimpleQuantity [ Quantity(SimpleQuantity) ] ]; fhir:MedicationAdministration.eventHistory [ Reference(Provenance) ], ... ; # 0..* A list of events of interest in the lifecycle ]
Changes since R3
| MedicationAdministration | |
|
|
|
| MedicationAdministration.instantiatesUri |
|
| MedicationAdministration.basedOn |
|
| MedicationAdministration.status |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| MedicationAdministration.dosage.rate[x] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
See the Full Difference for further information
This analysis is available as XML or JSON .
See R3 <--> R4 Conversion Maps (status = 14 tests that all execute ok. 4 fail round-trip testing and 14 r3 resources are invalid (0 errors). )
Structure
| Name | Flags | Card. | Type |
Description
&
Constraints
|
|---|---|---|---|---|
|
TU | DomainResource |
Administration
of
medication
to
a
patient
Elements defined in Ancestors: id , meta , implicitRules , language , text , contained , extension , modifierExtension |
|
|
0..* | Identifier |
External
identifier
|
|
|
Σ | 0..* | canonical ( PlanDefinition | ActivityDefinition ) |
Instantiates
protocol
or
definition
|
![]() ![]() | Σ | 0..* | uri |
Instantiates
external
protocol
or
definition
|
| 0..* | Reference ( CarePlan ) |
Plan
that
is
fulfilled
by
this
dispense
| |
|
Σ | 0..* | Reference ( MedicationAdministration | Procedure ) |
Part
of
referenced
event
|
|
?! Σ | 1..1 | code |
in-progress
|
not-done
|
on-hold
|
completed
|
entered-in-error
|
stopped
|
unknown
Medication administration status codes ( Required ) |
|
0..* | CodeableConcept |
Reason
administration
not
performed
SNOMED CT Reason Medication Not Given Codes ( Example ) |
|
|
|
CodeableConcept |
Type
of
medication
usage
Medication administration category codes ( Preferred ) |
|
|
Σ | 1..1 |
What
was
administered
SNOMED CT Medication Codes ( Example ) |
|
|
CodeableConcept | |||
|
Reference ( Medication ) | |||
|
Σ | 1..1 | Reference ( Patient | Group ) | Who received medication |
|
0..1 |
Reference
(
Encounter
|
Encounter
|
|
|
0..* | Reference ( Any ) |
Additional
information
to
support
administration
|
|
|
Σ | 1..1 | Start and end time of administration | |
|
dateTime | |||
|
Period | |||
| Σ | 0..1 | dateTime | When the MedicationAdministration was first captured in the subject's record |
![]() ![]() |
Σ | 0..* | BackboneElement |
Who
performed
the
medication
administration
and
what
they
did
|
|
0..1 | CodeableConcept |
Type
of
performance
Medication administration performer function codes ( Example ) |
|
|
Σ | 1..1 | Reference ( Practitioner | PractitionerRole | Patient | RelatedPerson | Device ) | Who performed the medication administration |
|
0..* |
|
Reason Medication Given Codes ( Example ) |
|
|
0..1 | Reference ( MedicationRequest ) | Request administration performed against | |
|
0..* | Reference ( Device ) |
Device
used
to
administer
|
|
|
0..* | Annotation |
Information
about
the
administration
|
|
|
I | 0..1 | BackboneElement |
Details
of
how
medication
was
taken
+ Rule: SHALL have at least one of dosage.dose or dosage.rate[x] |
|
0..1 | string | Free text dosage instructions e.g. SIG | |
|
0..1 | CodeableConcept |
Body
site
administered
to
SNOMED CT Anatomical Structure for Administration Site Codes ( Example ) |
|
|
0..1 | CodeableConcept |
Path
of
substance
into
body
SNOMED CT Route Codes ( Example ) |
|
|
0..1 | CodeableConcept |
How
drug
was
administered
SNOMED CT Administration Method Codes ( Example ) |
|
|
0..1 | SimpleQuantity | Amount of medication per dose | |
|
0..1 | Dose quantity per unit of time | ||
|
Ratio | |||
|
SimpleQuantity | |||
|
0..* | Reference ( Provenance ) |
A
list
of
events
of
interest
in
the
lifecycle
|
|
Documentation
for
this
format
|
||||
XML Template
<MedicationAdministration xmlns="http://hl7.org/fhir"><!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <identifier><!-- 0..* Identifier External identifier --></identifier>
<<instantiatesCanonical><!-- 0..* canonical(ActivityDefinition|PlanDefinition) Instantiates protocol or definition --></instantiatesCanonical> <instantiatesUri value="[uri]"/><!-- 0..* Instantiates external protocol or definition --> <basedOn><!-- 0..* Reference(CarePlan) Plan that is fulfilled by this dispense --></basedOn> <partOf><!-- 0..* Reference(MedicationAdministration|Procedure) Part of referenced event --></partOf> <status value="[code]"/><!-- 1..1 in-progress | not-done | on-hold | completed | entered-in-error | stopped | unknown --> <statusReason><!-- 0..* CodeableConcept Reason administration not performed --></statusReason><</category><category><!-- 0..* CodeableConcept Type of medication usage --></category> <medication[x]><!-- 1..1 CodeableConcept|Reference(Medication) What was administered --></medication[x]><</subject> <</context> <</supportingInformation> <</effective[x]><subject><!-- 1..1 Reference(Group|Patient) Who received medication --></subject> <encounter><!-- 0..1 Reference(Encounter) Encounter administered as part of --></encounter> <supportingInformation><!-- 0..* Reference(Any) Additional information to support administration --></supportingInformation> <occurence[x]><!-- 1..1 dateTime|Period Start and end time of administration --></occurence[x]> <recorded value="[dateTime]"/><!-- 0..1 When the MedicationAdministration was first captured in the subject's record --> <performer> <!-- 0..* Who performed the medication administration and what they did --> <function><!-- 0..1 CodeableConcept Type of performance --></function><| </actor><actor><!-- 1..1 Reference(Device|Patient|Practitioner|PractitionerRole| RelatedPerson) Who performed the medication administration --></actor> </performer><</reasonCode> <</reasonReference><reason><!-- 0..* CodeableReference(Condition|DiagnosticReport|Observation) Concept, condition or observation that supports why the medication was administered --></reason> <request><!-- 0..1 Reference(MedicationRequest) Request administration performed against --></request> <device><!-- 0..* Reference(Device) Device used to administer --></device> <note><!-- 0..* Annotation Information about the administration --></note> <dosage> <!-- 0..1 Details of how medication was taken --><<a href="medicationadministration-definitions.html#MedicationAdministration.dosage.text" title="Free text dosage can be used for cases where the dosage administered is too complex to code. When coded dosage is present, the free text dosage may still be present for display to humans. The dosage instructions should reflect the dosage of the medication that was administered." class="dict"><text value="[string]"/><!-- 0..1 Free text dosage instructions e.g. SIG --> <site><!-- 0..1 CodeableConcept Body site administered to --></site> <route><!-- 0..1 CodeableConcept Path of substance into body --></route> <method><!-- 0..1 CodeableConcept How drug was administered --></method> <dose><!-- 0..1 Quantity(SimpleQuantity) Amount of medication per dose --></dose> <rate[x]><!-- 0..1 Ratio|Quantity(SimpleQuantity) Dose quantity per unit of time --></rate[x]> </dosage> <eventHistory><!-- 0..* Reference(Provenance) A list of events of interest in the lifecycle --></eventHistory> </MedicationAdministration>
JSON Template
{
"resourceType" : "MedicationAdministration",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"identifier" : [{ Identifier }], // External identifier
"
"instantiatesCanonical" : [{ canonical(ActivityDefinition|PlanDefinition) }], // Instantiates protocol or definition
"instantiatesUri" : ["<uri>"], // Instantiates external protocol or definition
"basedOn" : [{ Reference(CarePlan) }], // Plan that is fulfilled by this dispense
"partOf" : [{ Reference(MedicationAdministration|Procedure) }], // Part of referenced event
"status" : "<code>", // R! in-progress | not-done | on-hold | completed | entered-in-error | stopped | unknown
"statusReason" : [{ CodeableConcept }], // Reason administration not performed
"
"category" : [{ CodeableConcept }], // Type of medication usage
// medication[x]: What was administered. One of these 2:
"medicationCodeableConcept" : { CodeableConcept },
"medicationReference" : { Reference(Medication) },
"
"
"
">",
" },
"subject" : { Reference(Group|Patient) }, // R! Who received medication
"encounter" : { Reference(Encounter) }, // Encounter administered as part of
"supportingInformation" : [{ Reference(Any) }], // Additional information to support administration
// occurence[x]: Start and end time of administration. One of these 2:
"occurenceDateTime" : "<dateTime>",
"occurencePeriod" : { Period },
"recorded" : "<dateTime>", // When the MedicationAdministration was first captured in the subject's record
"performer" : [{ // Who performed the medication administration and what they did
"function" : { CodeableConcept }, // Type of performance
"|
"actor" : { Reference(Device|Patient|Practitioner|PractitionerRole|
RelatedPerson) } // R! Who performed the medication administration
}],
"
"
"reason" : [{ CodeableReference(Condition|DiagnosticReport|Observation) }], // Concept, condition or observation that supports why the medication was administered
"request" : { Reference(MedicationRequest) }, // Request administration performed against
"device" : [{ Reference(Device) }], // Device used to administer
"note" : [{ Annotation }], // Information about the administration
"dosage" : { // Details of how medication was taken
"<a href="medicationadministration-definitions.html#MedicationAdministration.dosage.text" title="Free text dosage can be used for cases where the dosage administered is too complex to code. When coded dosage is present, the free text dosage may still be present for display to humans.
The dosage instructions should reflect the dosage of the medication that was administered." class="dict">text
"text" : "<string>", // Free text dosage instructions e.g. SIG
"site" : { CodeableConcept }, // Body site administered to
"route" : { CodeableConcept }, // Path of substance into body
"method" : { CodeableConcept }, // How drug was administered
"dose" : { Quantity(SimpleQuantity) }, // Amount of medication per dose
// rate[x]: Dose quantity per unit of time. One of these 2:
"rateRatio" : { Ratio }
"rateQuantity" : { Quantity(SimpleQuantity) }
},
"eventHistory" : [{ Reference(Provenance) }] // A list of events of interest in the lifecycle
}
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> .[ a fhir:MedicationAdministration; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtension fhir:MedicationAdministration.identifier [ Identifier ], ... ; # 0..* External identifier
fhir:fhir:MedicationAdministration.instantiatesCanonical [ canonical(ActivityDefinition|PlanDefinition) ], ... ; # 0..* Instantiates protocol or definition fhir:MedicationAdministration.instantiatesUri [ uri ], ... ; # 0..* Instantiates external protocol or definition fhir:MedicationAdministration.basedOn [ Reference(CarePlan) ], ... ; # 0..* Plan that is fulfilled by this dispense fhir:MedicationAdministration.partOf [ Reference(MedicationAdministration|Procedure) ], ... ; # 0..* Part of referenced event fhir:MedicationAdministration.status [ code ]; # 1..1 in-progress | not-done | on-hold | completed | entered-in-error | stopped | unknown fhir:MedicationAdministration.statusReason [ CodeableConcept ], ... ; # 0..* Reason administration not performedfhir:fhir:MedicationAdministration.category [ CodeableConcept ], ... ; # 0..* Type of medication usage # MedicationAdministration.medication[x] : 1..1 What was administered. One of these 2 fhir:MedicationAdministration.medicationCodeableConcept [ CodeableConcept ] fhir:MedicationAdministration.medicationReference [ Reference(Medication) ]fhir: fhir: fhir: # . One of these 2 fhir: ] fhir: ]fhir:MedicationAdministration.subject [ Reference(Group|Patient) ]; # 1..1 Who received medication fhir:MedicationAdministration.encounter [ Reference(Encounter) ]; # 0..1 Encounter administered as part of fhir:MedicationAdministration.supportingInformation [ Reference(Any) ], ... ; # 0..* Additional information to support administration # MedicationAdministration.occurence[x] : 1..1 Start and end time of administration. One of these 2 fhir:MedicationAdministration.occurenceDateTime [ dateTime ] fhir:MedicationAdministration.occurencePeriod [ Period ] fhir:MedicationAdministration.recorded [ dateTime ]; # 0..1 When the MedicationAdministration was first captured in the subject's record fhir:MedicationAdministration.performer [ # 0..* Who performed the medication administration and what they did fhir:MedicationAdministration.performer.function [ CodeableConcept ]; # 0..1 Type of performancefhir:fhir:MedicationAdministration.performer.actor [ Reference(Device|Patient|Practitioner|PractitionerRole|RelatedPerson) ]; # 1..1 Who performed the medication administration ], ...;fhir: fhir:fhir:MedicationAdministration.reason [ CodeableReference(Condition|DiagnosticReport|Observation) ], ... ; # 0..* Concept, condition or observation that supports why the medication was administered fhir:MedicationAdministration.request [ Reference(MedicationRequest) ]; # 0..1 Request administration performed against fhir:MedicationAdministration.device [ Reference(Device) ], ... ; # 0..* Device used to administer fhir:MedicationAdministration.note [ Annotation ], ... ; # 0..* Information about the administration fhir:MedicationAdministration.dosage [ # 0..1 Details of how medication was takenfhir:<a href="medicationadministration-definitions.html#MedicationAdministration.dosage.text" title="Free text dosage can be used for cases where the dosage administered is too complex to code. When coded dosage is present, the free text dosage may still be present for display to humans. The dosage instructions should reflect the dosage of the medication that was administered." class="dict">MedicationAdministration.dosage.textfhir:MedicationAdministration.dosage.text [ string ]; # 0..1 Free text dosage instructions e.g. SIG fhir:MedicationAdministration.dosage.site [ CodeableConcept ]; # 0..1 Body site administered to fhir:MedicationAdministration.dosage.route [ CodeableConcept ]; # 0..1 Path of substance into body fhir:MedicationAdministration.dosage.method [ CodeableConcept ]; # 0..1 How drug was administered fhir:MedicationAdministration.dosage.dose [ Quantity(SimpleQuantity) ]; # 0..1 Amount of medication per dose # MedicationAdministration.dosage.rate[x] : 0..1 Dose quantity per unit of time. One of these 2 fhir:MedicationAdministration.dosage.rateRatio [ Ratio ] fhir:MedicationAdministration.dosage.rateSimpleQuantity [ Quantity(SimpleQuantity) ] ]; fhir:MedicationAdministration.eventHistory [ Reference(Provenance) ], ... ; # 0..* A list of events of interest in the lifecycle ]
Changes since Release 3
| MedicationAdministration | |
|
|
|
| MedicationAdministration.instantiatesUri |
|
| MedicationAdministration.basedOn |
|
| MedicationAdministration.status |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| MedicationAdministration.dosage.rate[x] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
See the Full Difference for further information
This analysis is available as XML or JSON .
See R3 <--> R4 Conversion Maps (status = 14 tests that all execute ok. 4 fail round-trip testing and 14 r3 resources are invalid (0 errors). )
See the Profiles & Extensions and the alternate definitions: Master Definition XML + JSON , XML Schema / Schematron + JSON Schema , ShEx (for Turtle ) + see the extensions , the spreadsheet version & the dependency analysis a
| Path | Definition | Type | Reference |
|---|---|---|---|
| MedicationAdministration.status | A set of codes indicating the current status of a MedicationAdministration. | Required | MedicationAdministration Status Codes |
| MedicationAdministration.statusReason | A set of codes indicating the reason why the MedicationAdministration is negated. | Example | SNOMEDCTReasonMedicationNotGivenCodes |
| MedicationAdministration.category | A coded concept describing where the medication administered is expected to occur. | Preferred | MedicationAdministration Category Codes |
| MedicationAdministration.medication[x] | Codes identifying substance or product that can be administered. | Example | SNOMEDCTMedicationCodes |
| MedicationAdministration.performer.function | A code describing the role an individual played in administering the medication. | Example | MedicationAdministration Performer Function Codes |
|
|
A set of codes indicating the reason why the MedicationAdministration was made. | Example | ReasonMedicationGivenCodes |
| MedicationAdministration.dosage.site | A coded concept describing the site location the medicine enters into or onto the body. | Example | SNOMEDCTAnatomicalStructureForAdministrationSiteCodes |
| MedicationAdministration.dosage.route | A coded concept describing the route or physiological path of administration of a therapeutic agent into or onto the body of a subject. | Example | SNOMEDCTRouteCodes |
| MedicationAdministration.dosage.method | A coded concept describing the technique by which the medicine is administered. | Example | SNOMEDCTAdministrationMethodCodes |
| id | Level | Location | Description | Expression |
| mad-1 | Rule | MedicationAdministration.dosage | SHALL have at least one of dosage.dose or dosage.rate[x] | dose.exists() or rate.exists() |
| Issue | Comments |
|---|---|
| Medication Resource |
A
medication
will
typically
be
referred
to
by
means
of
a
code
drawn
from
a
suitable
medication
terminology.
However,
on
occasion
a
product
will
be
required
for
which
the
"recipe"
must
be
specified.
This
implies
a
requirement
to
deal
with
a
choice
of
either
a
code
or
a
much
more
complete
resource.
Currently that resource has not been created. |
| Contrast Media | Is this resource adequate for administering contrast media to a patient? |
| Author (accountability) | Authorship (and any other accountability) is assumed to be dealt with by the standard FHIR methods. |
Search parameters for this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.
| Name | Type | Description | Expression | In Common |
| code | token | Return administrations of this medication code | (MedicationAdministration.medication as CodeableConcept) | 13 Resources |
|
|
|
|
|
3 Resources |
| device | reference | Return administrations with this administration device identity |
MedicationAdministration.device
( Device ) |
|
|
|
|
|
( Encounter ) |
1 Resources |
| identifier | token | Return administrations with this external identifier | MedicationAdministration.identifier | 30 Resources |
| medication | reference | Return administrations of this medication resource |
(MedicationAdministration.medication
as
Reference)
( Medication ) |
3 Resources |
| patient | reference | The identity of a patient to list administrations for |
MedicationAdministration.subject.where(resolve()
is
Patient)
( Patient ) |
33 Resources |
| performer | reference | The identity of the individual who administered the medication |
MedicationAdministration.performer.actor
( Practitioner , Device , Patient , PractitionerRole , RelatedPerson ) |
|
| reason-given | token | Reasons for administering the medication |
|
|
| reason-not-given | token | Reasons for not administering the medication | MedicationAdministration.statusReason | |
| request | reference | The identity of a request to list administrations from |
MedicationAdministration.request
( MedicationRequest ) |
|
| status N | token | MedicationAdministration event status (for example one of active/paused/completed/nullified) | MedicationAdministration.status | 3 Resources |
| subject | reference | The identity of the individual or group to list administrations for |
MedicationAdministration.subject
( Group , Patient ) |