FHIR IG analytics| Package | hl7.fhir.uv.cpg.r4 |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-chf-scenario1-lasix-po-mr.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest chf-scenario1-lasix-po-mr
status: Draft
intent: Proposal
priority: Routine
medication: LASIX PO
subject: Patterson, Jeremy Male, DoB: 1949-03-17
instantiatesCanonical: CHFLASIXPO
dosageInstruction
sequence: 1
text: 40mg
route: Oral Route (qualifier value)
DoseAndRates
Type Dose[x] Ordered 40 mg (Details: UCUM codemg = 'mg')
{
"resourceType": "MedicationRequest",
"id": "chf-scenario1-lasix-po-mr",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/cpg/StructureDefinition/chf-lasix-po-request"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "draft",
"intent": "proposal",
"priority": "routine",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/cpg/CodeSystem/chf-example-codes",
"code": "lasix-po",
"display": "LASIX PO"
}
]
},
"subject": {
"reference": "Patient/chf-scenario1-patient"
},
"instantiatesCanonical": [
"http://hl7.org/fhir/uv/cpg/ActivityDefinition/chf-lasix-po"
],
"dosageInstruction": [
{
"sequence": 1,
"text": "40mg",
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral Route (qualifier value)"
}
]
},
"doseAndRate": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
"code": "ordered",
"display": "Ordered"
}
]
},
"doseQuantity": {
"value": 40,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
]
}
]
}