FHIR IG analytics| Package | hl7.fhir.uv.ae-research-ig |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-medication-request-example-kadcyla1.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest
Resource MedicationRequest "medication-request-example-kadcyla1"
status: active
intent: order
| Concept |
| KADCYLA (RxNorm#1371046) |
subject: Patient/patient-example-kaitlyn-b1 " HAMMER"
authoredOn: 2020-03-15
requester: Practitioner/practitioner-owen-oncologist " ONCOLOGIST"
dosageInstruction
text: Kadcyla IV at 3.6mg
timing: Starting 2020-04-03, Once
route: Intravenous route (qualifier value) (SNOMED CT#47625008)
doseAndRate
maxDosePerAdministration: 1
{
"resourceType": "MedicationRequest",
"id": "medication-request-example-kadcyla1",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "order",
"medication": {
"concept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "1371046",
"display": "KADCYLA"
}
]
}
},
"subject": {
"reference": "Patient/patient-example-kaitlyn-b1"
},
"authoredOn": "2020-03-15",
"requester": {
"reference": "Practitioner/practitioner-owen-oncologist"
},
"dosageInstruction": [
{
"text": "Kadcyla IV at 3.6mg",
"timing": {
"repeat": {
"boundsPeriod": {
"start": "2020-04-03"
}
}
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "47625008",
"display": "Intravenous route (qualifier value)"
}
]
},
"doseAndRate": [
{
"rateQuantity": {
"value": 3.6,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
],
"maxDosePerAdministration": {
"value": 1
}
}
]
}