FHIR IG analytics| Package | hl7.fhir.us.nhsn-dqm.r4b |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-medicationrequest-example-ach-pass2-metformin.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest medicationrequest-example-ach-pass2-metformin
identifier: http://example.org/identifiers/798/101888892 (use: usual, )
status: Active
intent: Plan
category: Home Medication
medication: Metformin hydrochloride 1000 MG
subject: Pass2 ACH
encounter: Emergency Encounter
authoredOn: 2024-01-31 04:22:00-0500
requester: Pass2 ACH(official) Female, DoB: 1965-12-22 ( MRN: 1601191902010308 (use: usual, ))
recorder: Patient Identified
dosageInstruction
text: 1000 mg tablet by mouth twice daily
timing: 2 per 1 day
asNeeded: false
route: Oral
DoseAndRates
Type Dose[x] calculated 1000 mg (Details: UCUM codemg = 'mg')
{
"resourceType": "MedicationRequest",
"id": "medicationrequest-example-ach-pass2-metformin",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-medicationrequest|6.0.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "usual",
"system": "http://example.org/identifiers/798",
"value": "101888892"
}
],
"status": "active",
"intent": "plan",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
"code": "community",
"display": "Community"
}
],
"text": "Home Medication"
}
],
"medicationReference": {
"reference": "Medication/medication-example-metformin-1000",
"display": "Metformin hydrochloride 1000 MG"
},
"subject": {
"reference": "Patient/patient-example-ach-ach-pass2",
"display": "Pass2 ACH"
},
"encounter": {
"reference": "Encounter/encounter-example-ach-ach-pass2-emergency",
"display": "Emergency Encounter"
},
"authoredOn": "2024-01-31T04:22:00-05:00",
"requester": {
"reference": "Patient/patient-example-ach-ach-pass2"
},
"recorder": {
"display": "Patient Identified"
},
"dosageInstruction": [
{
"text": "1000 mg tablet by mouth twice daily",
"timing": {
"repeat": {
"frequency": 2,
"period": 1,
"periodUnit": "d"
}
},
"asNeededBoolean": false,
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral Use"
}
],
"text": "Oral"
},
"doseAndRate": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
"code": "calculated",
"display": "Calculated"
}
],
"text": "calculated"
},
"doseQuantity": {
"value": 1000,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
]
}
]
}