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 - XML Representation

Raw xml | Download



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