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-pharmacy-1 - TTL Representation

Raw ttl | Download


@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:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "pdmp-pharmacy-1"] ; # 
  fhir:meta [
    ( 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:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DEA" ] ;
fhir:display [ fhir:v "Drug Enforcement Administration registration number" ]       ] )     ] ;
fhir:system [ fhir:v "http://terminology.hl7.org/NamingSystem/usdeanumber"^^xsd:anyURI ] ;
fhir:value [ fhir:v "CS4861378" ]
  ] [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1669512349" ]
  ] [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/NCPDPProviderIdentificationNumber"^^xsd:anyURI ] ;
fhir:value [ fhir:v "999017" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name [ fhir:v "Our Pharmacy"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "952-555-5555" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "contact-our-pharmacy@email.org" ]
  ] ) ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "220 Oak St" ] ) ;
fhir:city [ fhir:v "Minneapolis" ] ;
fhir:state [ fhir:v "MN" ] ;
fhir:postalCode [ fhir:v "55008" ] ;
fhir:country [ fhir:v "USA" ]
  ] ) . #