This page is part of the US Prescription Drug Monitoring Program (PDMP) (v1.0.0: STU1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
{
"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
}
]
}