Dental Data Exchange, published by Payer/Provider Information Exchange Work Group. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/dental-data-exchange/ and changes regularly. 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 class=\"res-header-id\"><b>Generated Narrative: MedicationRequest Tylenol-med-dental</b></p><a name=\"Tylenol-med-dental\"> </a><a name=\"hcTylenol-med-dental\"> </a><a name=\"Tylenol-med-dental-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 4; Last updated: 2020-08-06 17:04:23+0000; </p><p style=\"margin-bottom: 0px\">Information Source: #KW2tWgQtZYTURdmX</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU4/StructureDefinition-us-core-medicationrequest.html\">US Core MedicationRequest Profile</a></p></div><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</a></p><p><b>authoredOn</b>: 2020-03-30</p><p><b>requester</b>: <a href=\"Practitioner-practitioner-D.html\">Dr. Dental D, DMD</a></p><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td><td><b>Route</b></td></tr><tr><td style=\"display: none\">*</td><td>take 1 tablet every 4 hours as needed for pain</td><td><span title=\"Codes:{http://snomed.info/sct 26643006}\">Oral use</span></td></tr></table><blockquote><p><b>dispenseRequest</b></p><p><b>numberOfRepeatsAllowed</b>: 10</p><p><b>quantity</b>: 300 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span></p><h3>ExpectedSupplyDurations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>30</td><td>days</td><td><a href=\"http://unitsofmeasure.org\">http://unitsofmeasure.org</a></td><td>d</td></tr></table></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"
}
}
}