FHIR IG analytics| Package | hl7.fhir.us.carin-rtpbc |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-rtpbc-medicationrequest-01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest rtpbc-medicationrequest-01
Language: en
Profile: RTPBC Medication Request
status: Draft
intent: Proposal
reported: true
medication: fluoxetine 10 MG Oral Capsule [Prozac]
subject: Jane Doe Female, DoB: 1975-12-05 ( Patient internal identifier: 30455)
authoredOn: 2019-11-01
requester: Practitioner Johnson
| Text |
| Take 2 capsules once a day |
dispenseRequest
quantity: 60 each (Details: UCUM code1 = '1')
ExpectedSupplyDurations
Value Unit System Code 30 days http://unitsofmeasure.org d performer: Organization Hometown Drug
| Allowed[x] |
| false |
{
"resourceType": "MedicationRequest",
"id": "rtpbc-medicationrequest-01",
"meta": {
"profile": [
"http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-medicationrequest"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "draft",
"intent": "proposal",
"reportedBoolean": true,
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "205535",
"display": "fluoxetine 10 MG Oral Capsule [Prozac]"
}
]
},
"subject": {
"reference": "Patient/rtpbc-patient-01"
},
"authoredOn": "2019-11-01",
"requester": {
"reference": "Practitioner/rtpbc-practitioner-01"
},
"dosageInstruction": [
{
"text": "Take 2 capsules once a day"
}
],
"dispenseRequest": {
"quantity": {
"value": 60,
"unit": "each",
"system": "http://unitsofmeasure.org",
"code": "1"
},
"expectedSupplyDuration": {
"value": 30,
"unit": "days",
"system": "http://unitsofmeasure.org",
"code": "d"
},
"performer": {
"reference": "Organization/rtpbc-organization-01"
}
},
"substitution": {
"allowedBoolean": false
}
}