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

This page is part of the US Prescription Drug Monitoring Program (PDMP) (v1.0.0-ballot: STU1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, 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><b>Generated Narrative: MedicationAdministration</b><a name=\"pdmp-medadmin-1\"> </a><a name=\"hcpdmp-medadmin-1\"> </a></p><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\">Resource MedicationAdministration &quot;pdmp-medadmin-1&quot; </p><p style=\"margin-bottom: 0px\">Information Source: http://example.org/md-pdmp!</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>: Telephone Prescription (Details: http://hl7.org/fhir/us/pdmp/CodeSystem/temporary-pmix-transmission-form-of-rx-origin code 02 = 'Telephone Prescription', stated as 'Telephone Prescription')</p><p><b>status</b>: completed</p><p><b>medication</b>: methadone hydrochloride 10 MG Oral Tablet <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-rxNorm.html\">RxNorm</a>#864706; <a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-ndc.html\">National drug codes</a>#00406577123 &quot;METHADONE HYDROCHLORIDE, 1 TABLET in 1 BLISTER PACK (0406-5771-23) (package)&quot;)</span></p><p><b>subject</b>: <span>: Amy V. Shaw</span></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><span>: Ronald Bone, MD</span></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://hl7.org/fhir/us/pdmp/CodeSystem/temporary-pmix-transmission-form-of-rx-origin",
        "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"
    }
  }
}