MedicationAdministration
Semantical type
The FHIR resource type is also used as semantical type of the resource. Include the FHIR resource name MedicationAdministration into your applications access filter if you need to use this resource.
Resource owner
If the resource contains a subject which is a Patient or Practitioner that user is the owner of the resource. Otherwise the creator of the resource is the owner.
Default value for “subject”
If a resource with no subject field is send to MIDATA, the backend will set the subject to the current user.
Read
Read a single MedicationAdministration by id.
Request:
[GET] /fhir/MedicationAdministration/<id>
Read specific version
Read a specific version of a single MedicationAdministration by id.
Request:
[GET] /fhir/MedicationAdministration/<id>/_history/<version>
Retrieve history
Retrieve all versions of a single resource.
Request:
[GET] /fhir/MedicationAdministration/<id>/_history
Search
Search for resources of type MedicationAdministration
Request:
[GET] /fhir/MedicationAdministration?searchParams
List of supported search parameters:
Supported query parameters:
Name | Type | Description |
---|---|---|
_id | token | The ID of the resource |
_lastUpdated | date | Only return resources which were last updated as specified by the given range |
_page | string | |
code | token | Return administrations of this medication code |
context | reference | Return administrations that share this encounter or episode of care |
device | reference | Return administrations with this administration device identity |
effective-time | date | Date administration happened (or did not happen) |
identifier | token | Return administrations with this external identifier |
medication | reference | Return administrations of this medication resource |
patient | reference | The identity of a patient to list administrations for |
performer | reference | The identity of the individual who administered the medication |
reason-given | token | Reasons for administering the medication |
reason-not-given | token | Reasons for not administering the medication |
request | reference | The identity of a request to list administrations from |
status | token | MedicationAdministration event status (for example one of active/paused/completed/nullified) |
subject | reference | The identity of the individual or group to list administrations for |
Create
Create a new resource of type MedicationAdministration.
Request:
[POST] /fhir/MedicationAdministration
Update
Updates a resource of type MedicationAdministration.
Request:
[PUT] /fhir/MedicationAdministration/<id>