This page is part of the Dental Data Exchange (v1.0.0: STU1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"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" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>status</b>: active</p><p><b>intent</b>: plan</p><p><b>medication</b>: <span title=\"Codes: {http://www.nlm.nih.gov/research/umls/rxnorm 993836}\">Acetaminophen 300 MG / Codeine Phosphate 30 MG [Tylenol with Codeine]</span></p><p><b>subject</b>: <a href=\"Patient-example-dental.html\">Patient A. Generated Summary: Medical Record Number: 5152020 (USUAL); active: true; Patient A ; Phone: 123-456-7890, testA@email.com; gender: male; birthDate: 1990-01-01</a></p><p><b>authoredOn</b>: 2020-03-30</p><p><b>requester</b>: <a href=\"Practitioner-practitioner-D.html\">Dr. Dental D, DMD. Generated Summary: id: 1234560000; John D ; Phone: 720-555-6443; gender: male; birthDate: 1990-06-09</a></p><blockquote><p><b>dispenseRequest</b></p><p><b>numberOfRepeatsAllowed</b>: 10</p><p><b>quantity</b>: 300 mg</p></blockquote></div>"
},
"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"
}
}
}