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-history-input-parameters-2-minimum - JSON Representation

Raw json | Download


{
  "resourceType" : "Parameters",
  "id" : "pdmp-history-input-parameters-2-minimum",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/pdmp/StructureDefinition/pdmp-parameters-request"
    ]
  },
  "parameter" : [
    {
      "name" : "patient",
      "resource" : {
        "resourceType" : "Patient",
        "id" : "patient-req-2",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/pdmp/StructureDefinition/pdmp-patient"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">August Samuels</div>"
        },
        "identifier" : [
          {
            "type" : {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code" : "SS",
                  "display" : "Social Security number"
                }
              ]
            },
            "system" : "http://hl7.org/fhir/sid/us-ssn",
            "value" : "120-35-2435"
          }
        ],
        "name" : [
          {
            "family" : "Samuels",
            "given" : [
              "August"
            ]
          }
        ],
        "gender" : "unknown",
        "birthDate" : "1989-03-12"
      }
    },
    {
      "name" : "authorized-practitioner",
      "resource" : {
        "resourceType" : "Practitioner",
        "id" : "practitioner-req-2",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|6.1.0"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Adam Amster MD</div>"
        },
        "identifier" : [
          {
            "system" : "http://hl7.org/fhir/sid/us-npi",
            "value" : "1928340565"
          }
        ],
        "name" : [
          {
            "family" : "Amster"
          }
        ]
      }
    },
    {
      "name" : "authorized-practitioner-role",
      "resource" : {
        "resourceType" : "PractitionerRole",
        "id" : "practitionerrole-req-2",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole|6.1.0"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Adam Amster, Internal Medicine, Highview Clinic</div>"
        },
        "practitioner" : {
          "reference" : "Practitioner/practitioner-req-2",
          "display" : "Adam Amster"
        },
        "organization" : {
          "reference" : "Organization/organization-req-2",
          "display" : "Highview Clinic"
        },
        "telecom" : [
          {
            "system" : "phone",
            "value" : "951-555-5555"
          }
        ]
      }
    },
    {
      "name" : "authorized-practitioner-organization",
      "resource" : {
        "resourceType" : "Organization",
        "id" : "organization-req-2",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|6.1.0"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Highview Clinic</div>"
        },
        "active" : true,
        "name" : "Highview Clinic"
      }
    },
    {
      "name" : "pre-stage-only",
      "valueBoolean" : false
    }
  ]
}