FHIR IG analytics| Package | hl7.fhir.us.qicore.r4b |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-patient-reported-example.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest patient-reported-example
Profile: QICore MedicationRequest
status: Active
intent: Order
medication: Medication alemtuzumab 10 MG/ML [Lemtrada]
authoredOn: 2015-03-25 19:32:52-0500
requester: Practitioner Adam Careful
dosageInstruction
timing: 5 per 2 days
site: Digestive tract route (qualifier value)
route: oral administration of treatment
DoseAndRates
Type Dose[x] Ordered 10 ml (Details: UCUM codeml = 'ml')
| Quantity |
| 1000 ml (Details: UCUM codeml = 'ml') |
{
"resourceType": "MedicationRequest",
"id": "patient-reported-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-medicationrequest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "order",
"reportedReference": {
"reference": "Patient/example"
},
"medicationReference": {
"reference": "Medication/example"
},
"subject": {
"reference": "Patient/example"
},
"authoredOn": "2015-03-25T19:32:52-05:00",
"requester": {
"reference": "Practitioner/example"
},
"dosageInstruction": [
{
"timing": {
"repeat": {
"frequency": 5,
"period": 2,
"periodUnit": "d"
}
},
"site": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "447964005"
}
]
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "394899003",
"display": "oral administration of treatment"
}
]
},
"doseAndRate": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
"code": "ordered",
"display": "Ordered"
}
]
},
"doseQuantity": {
"value": 10,
"unit": "ml",
"system": "http://unitsofmeasure.org",
"code": "ml"
}
}
]
}
],
"dispenseRequest": {
"quantity": {
"value": 1000,
"unit": "ml",
"system": "http://unitsofmeasure.org",
"code": "ml"
}
}
}