This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Definition for Code SystemMedicationRequestDispenserInstructions
{
"resourceType" : "CodeSystem",
"id" : "medicationrequest-dispenser-instructions",
"meta" : {
"lastUpdated" : "2025-11-05T00:04:22.053+00:00",
"profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem medicationrequest-dispenser-instructions</b></p><a name=\"medicationrequest-dispenser-instructions\"> </a><a name=\"hcmedicationrequest-dispenser-instructions\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"shareablecodesystem.html\">Shareable CodeSystem</a></p></div><p>This case-sensitive code system <code>http://hl7.org/fhir/CodeSystem/medicationrequest-dispenser-instructions</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">dispense-as-written<a name=\"medicationrequest-dispenser-instructions-dispense-as-written\"> </a></td><td>Dispenser as written</td><td>Medication should be dispensed exactly as indicated in the request.</td></tr><tr><td style=\"white-space:nowrap\">split-pack-allowed<a name=\"medicationrequest-dispenser-instructions-split-pack-allowed\"> </a></td><td>Split pack allowed</td><td>Split pack allowed.</td></tr><tr><td style=\"white-space:nowrap\">counsel-patient<a name=\"medicationrequest-dispenser-instructions-counsel-patient\"> </a></td><td>Counsel patient</td><td>Dispenser should provide counseling to the patient.</td></tr><tr><td style=\"white-space:nowrap\">additional-monitoring-required<a name=\"medicationrequest-dispenser-instructions-additional-monitoring-required\"> </a></td><td>Additional monitoring required</td><td>Flag that extra monitoring is needed when dispensing.</td></tr></table></div>"
},
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "phx"
}],
"url" : "http://hl7.org/fhir/CodeSystem/medicationrequest-dispenser-instructions",
"version" : "6.0.0-ballot3",
"name" : "MedicationRequestDispenserInstructions",
"title" : "MedicationRequest dispenser instructions",
"status" : "active",
"experimental" : false,
"publisher" : "HL7 International",
"description" : "MedicationRequest dispenser instructions",
"jurisdiction" : [{
"coding" : [{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}]
}],
"caseSensitive" : true,
"valueSet" : "http://hl7.org/fhir/ValueSet/medicationrequest-dispenser-instructions",
"content" : "complete",
"concept" : [{
"code" : "dispense-as-written",
"display" : "Dispenser as written",
"definition" : "Medication should be dispensed exactly as indicated in the request."
},
{
"code" : "split-pack-allowed",
"display" : "Split pack allowed",
"definition" : "Split pack allowed."
},
{
"code" : "counsel-patient",
"display" : "Counsel patient",
"definition" : "Dispenser should provide counseling to the patient."
},
{
"code" : "additional-monitoring-required",
"display" : "Additional monitoring required",
"definition" : "Flag that extra monitoring is needed when dispensing."
}]
}
Usage note: every effort has been made to ensure that the
examples are correct and useful, but they are not a normative part
of the specification.