FHIR IG analytics| Package | hl7.fhir.us.dme-orders |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-Everolimus.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest
Resource MedicationRequest "Everolimus" Version "1" Updated "2020-08-10 01:54:42+0000"
Profile: PAO MedicationRequest
status: active
intent: order
medication: everolimus 0.25 MG (RxNorm#977426)
subject: Patient/example1: Amy Shaw " SHAW"
authoredOn: 2020-08-05
requester: Practitioner/practitioner-1: Ronald Bone, MD " BONE"
| - | Text | Timing |
| * | 0.75 bid | Starting 2020-08-06, Once |
dispenseRequest
numberOfRepeatsAllowed: 1
quantity: 50 MG (Details: UCUM code mL = 'mL')
ExpectedSupplyDurations
- Value Unit System Code * 30 days Unified Code for Units of Measure (UCUM) d
{
"resourceType": "MedicationRequest",
"id": "Everolimus",
"meta": {
"versionId": "1",
"lastUpdated": "2020-08-10T01:54:42.920Z",
"profile": [
"http://hl7.org/fhir/us/dme-orders/StructureDefinition/PAOX-medication-request"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "order",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "977426",
"display": "everolimus 0.25 MG"
}
],
"text": "everolimus 0.25 MG"
},
"subject": {
"reference": "Patient/example1",
"display": "Amy Shaw"
},
"authoredOn": "2020-08-05",
"requester": {
"reference": "Practitioner/practitioner-1",
"display": "Ronald Bone, MD"
},
"dosageInstruction": [
{
"text": "0.75 bid",
"timing": {
"repeat": {
"boundsPeriod": {
"start": "2020-08-06"
}
}
}
}
],
"dispenseRequest": {
"numberOfRepeatsAllowed": 1,
"quantity": {
"value": 50,
"unit": "MG",
"system": "http://unitsofmeasure.org",
"code": "mL"
},
"expectedSupplyDuration": {
"value": 30,
"unit": "days",
"system": "http://unitsofmeasure.org",
"code": "d"
}
}
}