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 Message Definition - Request - JSON Representation

Active as of 2024-04-01

Raw json | Download


{
  "resourceType" : "MessageDefinition",
  "id" : "pdmp-request",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MessageDefinition</b><a name=\"pdmp-request\"> </a><a name=\"hcpdmp-request\"> </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 MessageDefinition &quot;pdmp-request&quot; </p></div><p><b>wg</b>: phx</p><p><b>url</b>: <code>http://hl7.org/fhir/us/pdmp/MessageDefinition/pdmp-request</code></p><p><b>version</b>: 1.0.0-ballot</p><p><b>name</b>: PdmpMessageDefinitionRequest</p><p><b>title</b>: PDMP Message Definition - Request</p><p><b>status</b>: active</p><p><b>experimental</b>: false</p><p><b>date</b>: 2024-04-01 00:00:00-0500</p><p><b>publisher</b>: HL7 International / Pharmacy</p><p><b>contact</b>: HL7 International / Pharmacy: <a href=\"http://www.hl7.org/Special/committees/medication\">http://www.hl7.org/Special/committees/medication</a>, Frank McKinney: <a href=\"mailto:frank.mckinney@pocp.com\">frank.mckinney@pocp.com</a>,<a href=\"mailto:fm@frankmckinney.com\">fm@frankmckinney.com</a>, Scott Robertson: <a href=\"mailto:scott.robertson@pocp.com\">scott.robertson@pocp.com</a>,<a href=\"mailto:scott@BearHealthTech.consulting\">scott@BearHealthTech.consulting</a></p><p><b>description</b>: Message requesting information from a PDMP facilitator system about medication dispensations and administrations</p><p><b>jurisdiction</b>: United States of America <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-ISO3166Part1.html\">ISO 3166-1 Codes for the representation of names of countries and their subdivisions — Part 1: Country code</a>#US)</span></p><p><b>purpose</b>: Request information from a PDMP facilitator about medication dispensations and administrations</p><p><b>event</b>: http://hl7.org/fhir/us/pdmp/OperationDefinition/pdmp-history (Details: urn:ietf:rfc:3986 code http://hl7.org/fhir/us/pdmp/OperationDefinition/pdmp-history = 'http://hl7.org/fhir/us/pdmp/OperationDefinition/pdmp-history', stated as 'null')</p><p><b>category</b>: currency</p><h3>Focus</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Min</b></td><td><b>Max</b></td></tr><tr><td style=\"display: none\">*</td><td>Parameters</td><td>1</td><td>1</td></tr></table><h3>AllowedResponses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Message</b></td><td><b>Situation</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"MessageDefinition-pdmp-response.html\">PDMP Message Definition - Response</a></td><td>Returned when processing completes</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "phx"
    }
  ],
  "url" : "http://hl7.org/fhir/us/pdmp/MessageDefinition/pdmp-request",
  "version" : "1.0.0-ballot",
  "name" : "PdmpMessageDefinitionRequest",
  "title" : "PDMP Message Definition - Request",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-04-01T00:00:00-05:00",
  "publisher" : "HL7 International / Pharmacy",
  "contact" : [
    {
      "name" : "HL7 International / Pharmacy",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/medication"
        }
      ]
    },
    {
      "name" : "Frank McKinney",
      "telecom" : [
        {
          "system" : "email",
          "value" : "frank.mckinney@pocp.com"
        },
        {
          "system" : "email",
          "value" : "fm@frankmckinney.com"
        }
      ]
    },
    {
      "name" : "Scott Robertson",
      "telecom" : [
        {
          "system" : "email",
          "value" : "scott.robertson@pocp.com"
        },
        {
          "system" : "email",
          "value" : "scott@BearHealthTech.consulting"
        }
      ]
    }
  ],
  "description" : "Message requesting information from a PDMP facilitator system about medication dispensations and administrations",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "purpose" : "Request information from a PDMP facilitator about medication dispensations and administrations",
  "eventCoding" : {
    "system" : "urn:ietf:rfc:3986",
    "code" : "http://hl7.org/fhir/us/pdmp/OperationDefinition/pdmp-history"
  },
  "category" : "currency",
  "focus" : [
    {
      "code" : "Parameters",
      "min" : 1,
      "max" : "1"
    }
  ],
  "allowedResponse" : [
    {
      "message" : "http://hl7.org/fhir/us/pdmp/MessageDefinition/pdmp-response",
      "situation" : "Returned when processing completes"
    }
  ]
}