US Prescription Drug Monitoring Program (PDMP)
1.0.0 - STU1 United States of America flag

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

: pdmp-medadmin-1 - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationAdministration",
  "id" : "pdmp-medadmin-1",
  "meta" : {
    "source" : "http://example.org/md-pdmp",
    "profile" : [
      🔗 "http://hl7.org/fhir/us/pdmp/StructureDefinition/pdmp-medicationadministration"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<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 --&gt; (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>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/us/pdmp/StructureDefinition/pdmp-extension-rx-transmission-method",
      "valueCoding" : {
        "system" : "http://terminology.hl7.org/CodeSystem/PMIXTransmissionFormRxOriginCodeType",
        "code" : "02",
        "display" : "Telephone Prescription"
      }
    }
  ],
  "status" : "completed",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "864706",
        "display" : "methadone hydrochloride 10 MG Oral Tablet"
      },
      {
        "system" : "http://hl7.org/fhir/sid/ndc",
        "code" : "00406577123",
        "display" : "METHADONE HYDROCHLORIDE, 1 TABLET in 1 BLISTER PACK (0406-5771-23) (package)",
        "userSelected" : true
      }
    ],
    "text" : "methadone hydrochloride 10 MG Oral Tablet"
  },
  "subject" : {
    "display" : "Amy V. Shaw"
  },
  "effectivePeriod" : {
    "start" : "2023-01-15T04:30:00+01:00"
  },
  "performer" : [
    {
      "actor" : {
        "identifier" : {
          "system" : "http://hl7.org/fhir/sid/us-npi",
          "value" : "1669512349"
        },
        "display" : "Ronald Bone, MD"
      }
    }
  ],
  "dosage" : {
    "text" : "Give 1 tablet",
    "dose" : {
      "value" : 1,
      "unit" : "each"
    }
  }
}