FHIR IG analytics| Package | implementation.guide.nhdr |
| Resource Type | MedicationAdministration |
| Id | MedicationAdministration-.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "MedicationAdministration",
"meta": {
"lastUpdated": "2024-07-18T07:54:59.254+00:00"
},
"extension": [
{
"url": "https://example.org/fhir/StructureDefinition/Ext_Organization",
"valueReference": {
"reference": "Organization/example"
}
},
{
"url": "https://example.org/fhir/StructureDefinition/ExtEncounter",
"valueReference": {
"reference": "Encounter/example"
}
},
{
"url": "https://example.org/fhir/StructureDefinition/RecordedDate",
"valueDateTime": "2024-07-18T10:00:00+08:00"
}
],
"status": "completed",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "860975",
"display": "Amoxicillin 250mg/5ml Suspension"
}
],
"text": "Amoxicillin 250mg/5ml Suspension"
},
"subject": {
"reference": "Patient/example"
},
"effectiveDateTime": "2024-07-18T09:00:00+08:00",
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "65363002",
"display": "Infection"
}
],
"text": "Infection"
}
],
"dosage": {
"text": "5 mL orally three times a day",
"site": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "181220002",
"display": "Oral cavity"
}
],
"text": "Oral cavity"
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral route"
}
],
"text": "Oral route"
},
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "421521009",
"display": "Swallow"
}
],
"text": "Swallow"
},
"dose": {
"value": 5,
"unit": "mL",
"system": "http://unitsofmeasure.org",
"code": "mL"
},
"rateRatio": {
"numerator": {
"value": 5,
"unit": "mL",
"system": "http://unitsofmeasure.org",
"code": "mL"
},
"denominator": {
"value": 1,
"unit": "d",
"system": "http://unitsofmeasure.org",
"code": "d"
}
}
}
}