US Prescription Drug Monitoring Program (PDMP), published by HL7 International / Pharmacy. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-pdmp/ and changes regularly. See the Directory of published versions
<MedicationAdministration xmlns="http://hl7.org/fhir">
<id value="pdmp-medadmin-1"/>
<meta>
<source value="http://example.org/md-pdmp"/>
<profile
value="http://hl7.org/fhir/us/pdmp/StructureDefinition/pdmp-medicationadministration"/>
</meta>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationAdministration pdmp-medadmin-1</b></p><a name="pdmp-medadmin-1"> </a><a name="hcpdmp-medadmin-1"> </a><a name="pdmp-medadmin-1-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"/><p style="margin-bottom: 0px">Information Source: <a href="http://example.org/md-pdmp">http://example.org/md-pdmp</a></p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-pdmp-medicationadministration.html">PDMP MedicationAdministration</a></p></div><p><b>PDMP Extension - Prescription Transmission Method</b>: <a href="http://terminology.hl7.org/6.0.2/CodeSystem-PMIXTransmissionFormRxOriginCodeType.html#PMIXTransmissionFormRxOriginCodeType-02">PMIX Transmission Form Of Rx Origin Code Type</a> 02: Telephone Prescription</p><p><b>status</b>: Completed</p><p><b>medication</b>: <span title="Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 864706}, {http://hl7.org/fhir/sid/ndc 00406577123}">methadone hydrochloride 10 MG Oral Tablet</span></p><p><b>subject</b>: Amy V. Shaw</p><p><b>effective</b>: 2023-01-15 04:30:00+0100 --> (ongoing)</p><h3>Performers</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Actor</b></td></tr><tr><td style="display: none">*</td><td>Ronald Bone, MD (Identifier: <a href="http://terminology.hl7.org/5.0.0/NamingSystem-npi.html" title="National Provider Identifier">NPI</a>/1669512349)</td></tr></table><h3>Dosages</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Text</b></td><td><b>Dose</b></td></tr><tr><td style="display: none">*</td><td>Give 1 tablet</td><td>1 each</td></tr></table></div>
</text>
<extension
url="http://hl7.org/fhir/us/pdmp/StructureDefinition/pdmp-extension-rx-transmission-method">
<valueCoding>
<system
value="http://terminology.hl7.org/CodeSystem/PMIXTransmissionFormRxOriginCodeType"/>
<code value="02"/>
<display value="Telephone Prescription"/>
</valueCoding>
</extension>
<status value="completed"/>
<medicationCodeableConcept>
<coding>
<system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
<code value="864706"/>
<display value="methadone hydrochloride 10 MG Oral Tablet"/>
</coding>
<coding>
<system value="http://hl7.org/fhir/sid/ndc"/>
<code value="00406577123"/>
<display
value="METHADONE HYDROCHLORIDE, 1 TABLET in 1 BLISTER PACK (0406-5771-23) (package)"/>
<userSelected value="true"/>
</coding>
<text value="methadone hydrochloride 10 MG Oral Tablet"/>
</medicationCodeableConcept>
<subject>
<display value="Amy V. Shaw"/>
</subject>
<effectivePeriod>
<start value="2023-01-15T04:30:00+01:00"/>
</effectivePeriod>
<performer>
<actor>
<identifier>
<system value="http://hl7.org/fhir/sid/us-npi"/>
<value value="1669512349"/>
</identifier>
<display value="Ronald Bone, MD"/>
</actor>
</performer>
<dosage>
<text value="Give 1 tablet"/>
<dose>
<value value="1"/>
<unit value="each"/>
</dose>
</dosage>
</MedicationAdministration>