Get a medication administration by ID
get
/MedicationAdministration/{ID}
Retrieves an individual medication administration by the associated ID.
Authorization Types
This operation supports the following authorization types:
Request
Path Parameters
-
ID(required): string
The logical resource ID.
Header Parameters
-
Authorization(required): string
Contains the credentials to authenticate a consumer to the service. This should be the OAuth2 Bearer token.
-
accept(required): string
The media type to be requested. See what the resource's operation produces for what is supported.
Response
Supported Media Types
- application/json+fhir
Default Response
Example retrieval of a medication administration record by resource ID.
Example Request:
Example Request:
GET https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/MedicationAdministration/197287785
Example Response:
{
'resourceType': 'MedicationAdministration',
'id': '197287785',
'meta': {
'versionId': '197287788',
'lastUpdated': '2020-05-11T21:29:30.000Z'
},
'text': {
'status': 'generated',
'div': '<div xmlns=\'http://www.w3.org/1999/xhtml\'><p><b>Medication Administration</b></p><p><b>Patient</b>: PWDOSEMERX, PWDOSEMERX ONE</p><p><b>Medication</b>: potassium acetate + K-Sol + Dextrose 10% with 0.2% NaCl</p><p><b>Dosage</b>: 250 milliliter (iso1000)</p><p><b>Status</b>: Completed</p><p><b>Effective Time</b>: May 11, 2020 9:27 P.M. UTC</p></div>'
},
'contained': [
{
'resourceType': 'Medication',
'id': '197287785',
'code': {
'text': 'potassium acetate + K-Sol + Dextrose 10% with 0.2% NaCl'
},
'ingredient': [
{
'itemCodeableConcept': {
'coding': [
{
'system': 'http://www.nlm.nih.gov/research/umls/rxnorm',
'code': '237381',
'display': 'Potassium Acetate 2 MEQ/ML Injectable Solution',
'userSelected': false
}
],
'text': 'potassium acetate'
},
'strength': {
'numerator': {
'value': 40,
'unit': 'milliequivalents (chemical)',
'system': 'http://unitsofmeasure.org',
'code': 'meq'
},
'denominator': {
'value': 250,
'unit': 'milliliter (iso1000)',
'system': 'http://unitsofmeasure.org',
'code': 'mL'
}
}
},
{
'itemCodeableConcept': {
'coding': [
{
'system': 'http://www.nlm.nih.gov/research/umls/rxnorm',
'code': '204520',
'display': 'Potassium Chloride 2 MEQ/ML Injectable Solution',
'userSelected': false
}
],
'text': 'K-Sol'
},
'strength': {
'numerator': {
'value': 40,
'unit': 'milliequivalents (chemical)',
'system': 'http://unitsofmeasure.org',
'code': 'meq'
},
'denominator': {
'value': 250,
'unit': 'milliliter (iso1000)',
'system': 'http://unitsofmeasure.org',
'code': 'mL'
}
}
},
{
'itemCodeableConcept': {
'coding': [
{
'system': 'http://www.nlm.nih.gov/research/umls/rxnorm',
'code': '245220',
'display': 'Glucose 100 MG/ML / Sodium Chloride 0.0342 MEQ/ML Injectable Solution',
'userSelected': false
}
],
'text': 'Dextrose 10% with 0.2% NaCl'
},
'strength': {
'numerator': {
'value': 250,
'unit': 'milliliter (iso1000)',
'system': 'http://unitsofmeasure.org',
'code': 'mL'
},
'denominator': {
'value': 250,
'unit': 'milliliter (iso1000)',
'system': 'http://unitsofmeasure.org',
'code': 'mL'
}
}
}
]
}
],
'extension': [
{
'valueQuantity': {
'value': 120.00,
'unit': 'minutes',
'system': 'http://unitsofmeasure.org',
'code': 'min'
},
'url': 'https://fhir-ehr.cerner.com/r4/StructureDefinition/infuse-over-time'
}
],
'status': 'completed',
'medicationReference': {
'reference': '#197287785',
'display': 'potassium acetate + K-Sol + Dextrose 10% with 0.2% NaCl'
},
'subject': {
'reference': 'Patient/12740087',
'display': 'PWDOSEMERX, PWDOSEMERX ONE'
},
'context': {
'reference': 'Encounter/97949818'
},
'effectiveDateTime': '2020-05-11T21:27:00.000Z',
'performer': [
{
'function': {
'coding': [
{
'system': 'http://terminology.hl7.org/CodeSystem/med-admin-perform-function',
'code': 'performer',
'display': 'Performer'
}
],
'text': 'Performer'
},
'actor': {
'reference': 'Practitioner/607928',
'display': 'Cerner Test, RN Cerner'
}
}
],
'request': {
'reference': 'MedicationRequest/311887733'
},
'dosage': {
'site': {
'coding': [
{
'system': 'http://snomed.info/sct',
'code': '66480008',
'display': 'Structure of left forearm (body structure)',
'userSelected': false
}
],
'text': 'Arm, Lower, Left'
},
'route': {
'coding': [
{
'system': 'http://snomed.info/sct',
'code': '47625008',
'display': 'Intravenous route (qualifier value)',
'userSelected': false
}
],
'text': 'IV Piggyback'
},
'dose': {
'value': 250,
'unit': 'milliliter (iso1000)',
'system': 'http://unitsofmeasure.org',
'code': 'mL'
},
'rateQuantity': {
'value': 125.00,
'unit': 'milliliter per hour',
'system': 'http://unitsofmeasure.org',
'code': 'mL/h'
}
}
}
Headers
-
X-Request-Id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the
X-Request-Id
, if present. -
opc-request-id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the
opc-Request-Id
, if present.