FHIR IG analytics| Package | hl7.fhir.us.dental-data-exchange |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-Tylenol-med-dental.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest Tylenol-med-dental
version: 4; Last updated: 2020-08-06 17:04:23+0000;
Information Source: #KW2tWgQtZYTURdmX
Profile: US Core MedicationRequest Profile
status: Active
intent: Plan
medication: Acetaminophen 300 MG / Codeine Phosphate 30 MG [Tylenol with Codeine]
subject: Patient A
authoredOn: 2020-03-30
requester: Dr. Dental D, DMD
| Text | Route |
| take 1 tablet every 4 hours as needed for pain | Oral use |
dispenseRequest
numberOfRepeatsAllowed: 10
quantity: 300 mg (Details: UCUM codemg = 'mg')
ExpectedSupplyDurations
Value Unit System Code 30 days http://unitsofmeasure.org d
{
"resourceType": "MedicationRequest",
"id": "Tylenol-med-dental",
"meta": {
"versionId": "4",
"lastUpdated": "2020-08-06T17:04:23.479+00:00",
"source": "#KW2tWgQtZYTURdmX",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "plan",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "993836",
"display": "Acetaminophen 300 MG / Codeine Phosphate 30 MG [Tylenol with Codeine]"
}
],
"text": "Acetaminophen 300 MG / Codeine Phosphate 30 MG [Tylenol with Codeine]"
},
"subject": {
"reference": "Patient/example-dental",
"display": "Patient A"
},
"authoredOn": "2020-03-30",
"requester": {
"reference": "Practitioner/practitioner-D",
"display": "Dr. Dental D, DMD"
},
"dosageInstruction": [
{
"text": "take 1 tablet every 4 hours as needed for pain",
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral use"
}
]
}
}
],
"dispenseRequest": {
"numberOfRepeatsAllowed": 10,
"quantity": {
"value": 300,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
},
"expectedSupplyDuration": {
"value": 30,
"unit": "days",
"system": "http://unitsofmeasure.org",
"code": "d"
}
}
}