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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Parameters ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "pdmp-history-output-parameters-2-minimal-history"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/pdmp/StructureDefinition/pdmp-parameters-response"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/pdmp/StructureDefinition/pdmp-parameters-response> ] )
] ; #
fhir:parameter ( [
fhir:name [ fhir:v "pdmp-history-data" ] ;
( fhir:Parameters.parameter.resource [
a fhir:Bundle ;
fhir:id [ fhir:v "bundle-history-data-2-minimal" ] ;
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/pdmp/StructureDefinition/pdmp-bundle-history-result"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/pdmp/StructureDefinition/pdmp-bundle-history-result> ] ) ] ;
fhir:type [ fhir:v "collection" ] ;
( fhir:entry [
fhir:id [ fhir:v "meddispense-res-2" ] ;
fhir:fullUrl [ fhir:v "urn:uuid:9ce2a97b-5cab-4986-814f-4734016e6084"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:9ce2a97b-5cab-4986-814f-4734016e6084> ) ] [
fhir:fullUrl [ fhir:v "urn:uuid:53a1e123-5b56-44ae-b7e8-36e0b9800f57"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:53a1e123-5b56-44ae-b7e8-36e0b9800f57> ) ] [
fhir:fullUrl [ fhir:v "urn:uuid:82ae67e4-f23a-4c17-b80a-9076a37f5d6e"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:82ae67e4-f23a-4c17-b80a-9076a37f5d6e> ) ] ) ] )
] ) . #
<urn:uuid:9ce2a97b-5cab-4986-814f-4734016e6084> a fhir:MedicationDispense ;
fhir:meta [
fhir:source [ fhir:v "http://example.org/ma-pdmp"^^xsd:anyURI ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/pdmp/StructureDefinition/pdmp-medicationdispense"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/pdmp/StructureDefinition/pdmp-medicationdispense> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">A record of a medication that was dispensed to the patient identified in the PDMP request: August Samuels</div>"
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:medication [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/ndc"^^xsd:anyURI ] ;
fhir:code [ fhir:v "00093015001" ] ;
fhir:userSelected [ fhir:v "true"^^xsd:boolean ] ] [
fhir:system [ fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "993781" ] ;
fhir:display [ fhir:v "acetaminophen 300 MG / codeine phosphate 30 MG Oral Tablet" ] ] ) ;
fhir:text [ fhir:v "Acetaminophen 300 mg / Codeine 30 mg oral tablet" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "urn:uuid:53a1e123-5b56-44ae-b7e8-36e0b9800f57" ] ;
fhir:display [ fhir:v "August Samuels" ]
] ; #
fhir:performer ( [
fhir:actor [
fhir:reference [ fhir:v "urn:uuid:82ae67e4-f23a-4c17-b80a-9076a37f5d6e" ] ]
] ) ; #
fhir:authorizingPrescription ( [
fhir:identifier [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "FILL" ] ;
fhir:display [ fhir:v "Filler Identifier" ] ] ) ] ;
fhir:system [ fhir:v "http://mypharmacysystem.com/prescriptionnumber"^^xsd:anyURI ] ;
fhir:value [ fhir:v "065046045550" ] ]
] ) ; #
fhir:quantity [
fhir:value [ fhir:v "10"^^xsd:decimal ] ;
fhir:unit [ fhir:v "each" ]
] ; #
fhir:daysSupply [
fhir:value [ fhir:v "5"^^xsd:decimal ]
] ; #
fhir:whenPrepared [ fhir:v "2023-06-05"^^xsd:date] ; #
fhir:whenHandedOver [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ;
fhir:value [ fhir:v "unknown" ] ] )
] . #
<urn:uuid:53a1e123-5b56-44ae-b7e8-36e0b9800f57> a fhir:Patient ;
fhir:id [ fhir:v "patient-res-1-2"] ; #
fhir:meta [
fhir:source [ fhir:v "http://example.org/ma-pdmp"^^xsd:anyURI ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|6.1.0"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|6.1.0> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">The PDMP Responder's patient record for the patient identified in the PDMP request: August Samuels</div>"
] ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SS" ] ] ) ] ;
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-ssn"^^xsd:anyURI ] ;
fhir:value [ fhir:v "120-35-2435" ]
] ) ; #
fhir:name ( [
fhir:family [ fhir:v "Samuels" ] ;
( fhir:given [ fhir:v "August" ] )
] ) ; #
fhir:gender [ fhir:v "unknown"] ; #
fhir:birthDate [ fhir:v "1989-03-12"^^xsd:date] . #
<urn:uuid:82ae67e4-f23a-4c17-b80a-9076a37f5d6e> a fhir:Organization ;
fhir:id [ fhir:v "pharmacy-res-2-1"] ; #
fhir:meta [
fhir:source [ fhir:v "http://example.org/ma-pdmp"^^xsd:anyURI ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/pdmp/StructureDefinition/pdmp-organization-pharmacy"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/pdmp/StructureDefinition/pdmp-organization-pharmacy> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">The pharmacy that dispensed the reported medication: Our Pharmacy</div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1669512349" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:name [ fhir:v "Our Pharmacy"] . #
IG © 2023+ HL7 International / Pharmacy. Package hl7.fhir.us.pdmp#1.0.0 based on FHIR 4.0.1. Generated 2024-10-15
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change