FHIR IG analytics| Package | hl7.fhir.us.specialty-rx.r4b |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-specialty-rx-medicationrequest-1.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest
Resource MedicationRequest "specialty-rx-medicationrequest-1"
Profile: Specialty Prescription
status: active
intent: order
medication: Humira 40 MG in 0.4 ML Auto-Injector (RxNorm#1872980; National drug codes#00074055401)
subject: Patient/specialty-rx-patient-1 " DOE"
authoredOn: 2020-03-10
requester: Practitioner/specialty-rx-practitioner-1 " SMITH"
| - | Text |
| * | Inject 2 pens on Day 1. Inject 1 pen on Day 8 and every other week thereafter |
dispenseRequest
InitialFills
- Quantity * 4 {each} numberOfRepeatsAllowed: 2
ExpectedSupplyDurations
- Value Unit System Code * 30 days Unified Code for Units of Measure (UCUM) d performer: : Our Specialty Pharmacy
| - | Allowed[x] |
| * | false |
{
"resourceType": "MedicationRequest",
"id": "specialty-rx-medicationrequest-1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-medicationrequest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "order",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "1872980",
"display": "Humira 40 MG in 0.4 ML Auto-Injector"
},
{
"system": "http://hl7.org/fhir/sid/ndc",
"code": "00074055401"
}
]
},
"subject": {
"reference": "Patient/specialty-rx-patient-1"
},
"authoredOn": "2020-03-10",
"requester": {
"reference": "Practitioner/specialty-rx-practitioner-1"
},
"dosageInstruction": [
{
"text": "Inject 2 pens on Day 1. Inject 1 pen on Day 8 and every other week thereafter"
}
],
"dispenseRequest": {
"initialFill": {
"quantity": {
"value": 4,
"unit": "{each}"
}
},
"numberOfRepeatsAllowed": 2,
"expectedSupplyDuration": {
"value": 30,
"unit": "days",
"system": "http://unitsofmeasure.org",
"code": "d"
},
"performer": {
"identifier": {
"value": "TBD Pharmacy ID"
},
"display": "Our Specialty Pharmacy"
}
},
"substitution": {
"allowedBoolean": false
}
}