4.10 MedicationAdministration リソース

logo fhir

HomeClinicalMedicationAdministration [medicationadministration]

Resource MedicationAdministration - Content4.10

Describes the event of a patient being given a dose of 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.

The resource name as it appears in a RESTful URL is [root]/medicationadministration/

For further background information, see the V3 Pharmacy Domain model PORX_ST040110UV.

Resource Content4.10.1

<MedicationAdministration xmlns="http://hl7.org/fhir"> <!-- from Resource: extension, narrative, and contained --> <identifier><!-- 0..* Identifier External Identifier --></identifier> <status value="[code]"/><!-- 1..1 Status of the administration - active | paused | completed | nullified --> <patient><!-- 1..1 Resource(Patient) Patient --></patient> <practitioner><!-- 1..1 Resource(Practitioner) Practitioner (responsible Health Care professional) --></practitioner> <encounter><!-- 0..1 Resource(Encounter) Current Encounter / Admission --></encounter> <prescription><!-- 1..1 Resource(MedicationPrescription) Prescription --></prescription> <wasNotGiven value="[boolean]"/><!-- 0..1 True if asserting medication was not given --> <reasonNotGiven><!-- 0..* CodeableConcept Reason event is negated --></reasonNotGiven> <whenGiven><!-- 1..1 Period Effective time --></whenGiven> <medication><!-- 0..1 Resource(Medication) Medication --></medication> <administrationDevice><!-- 0..* Resource(Device) Administration device --></administrationDevice> <dosage> <!-- 0..* Medicine administration instructions to the patient/carer --> <timing><!-- 0..1 Schedule Medication timing --></timing> <site><!-- 0..1 CodeableConcept Entry site --></site> <route><!-- 0..1 CodeableConcept Rout of administration --></route> <method><!-- 0..1 CodeableConcept Administration method --></method> <quantity><!-- 0..1 Quantity Dose quantity per dose --></quantity> <rate><!-- 0..1 Ratio Dose quantity per unit of time --></rate> <maxDosePerPeriod><!-- 0..1 Ratio Total dose that should be consumed per unit of time --></maxDosePerPeriod> </dosage> </MedicationAdministration>

Alternate definitions: Schema/Schematron, Resource Profile

Terminology Bindings 4.10.1.1

Constraints4.10.1.2

  • Inv-1: On MedicationAdministration.dosage: Must have at least one of dosage.quantity and dosage.rate (xpath on f:MedicationAdministration/f:dosage: exists(f:quantity) or exists(f:rate))

Known Issues4.10.2

Search Parameters 4.10.3

Search Parameters for RESTful searches. The standard parameters also apply. See Searching for more information.