FHIR IG analytics| Package | hl7.fhir.us.qicore.r4b |
| Resource Type | MedicationAdministration |
| Id | MedicationAdministration-negation-with-code-example.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationAdministration negation-with-code-example
status: Not Done
statusReason: Drug treatment not indicated (situation)
medication: alemtuzumab 10 MG/ML [Lemtrada]
supportingInformation: Condition Burn of ear
effective: 2015-01-15 14:30:00+0100 --> 2015-01-15 14:30:00+0100
note:
Patient started Bupropion this morning - will administer in a reduced dose tomorrow
| Route | Dose |
| Intravenous route (qualifier value) | 3 mg (Details: UCUM codemg = 'mg') |
{
"resourceType": "MedicationAdministration",
"id": "negation-with-code-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-medicationadministrationnotdone"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "not-done",
"statusReason": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "183966005",
"display": "Drug treatment not indicated (situation)"
}
]
}
],
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "1594660",
"display": "alemtuzumab 10 MG/ML [Lemtrada]"
}
]
},
"subject": {
"reference": "Patient/example"
},
"context": {
"reference": "Encounter/example"
},
"supportingInformation": [
{
"reference": "Condition/example"
}
],
"effectivePeriod": {
"start": "2015-01-15T14:30:00+01:00",
"end": "2015-01-15T14:30:00+01:00"
},
"request": {
"reference": "MedicationRequest/example"
},
"note": [
{
"text": "Patient started Bupropion this morning - will administer in a reduced dose tomorrow"
}
],
"dosage": {
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "47625008",
"display": "Intravenous route (qualifier value)"
}
]
},
"dose": {
"value": 3,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
}