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-bundle-request-message-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:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "pdmp-bundle-request-message-1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/pdmp/StructureDefinition/pdmp-bundle-request-message"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/pdmp/StructureDefinition/pdmp-bundle-request-message>     ] )
  ] ; # 
  fhir:type [ fhir:v "message"] ; # 
  fhir:timestamp [ fhir:v "2023-10-10T15:26:30.162-07:00"^^xsd:dateTime] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "http://example.org/MyEHR/MessageHeader/messageheader-req-op-1"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/MyEHR/MessageHeader/messageheader-req-op-1> )
  ] [
fhir:fullUrl [ fhir:v "http://example.org/MyEHR/Parameters/parameters-req-op-1"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/MyEHR/Parameters/parameters-req-op-1> )
  ] ) . # 

<http://example.org/MyEHR/MessageHeader/messageheader-req-op-1> a fhir:MessageHeader ;
  fhir:id [ fhir:v "messageheader-req-op-1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/pdmp/StructureDefinition/pdmp-messageheader-request"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/pdmp/StructureDefinition/pdmp-messageheader-request>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Event = the canonical URL for the pdmp-history operation. Focus is the Parameters resource holding request inputs.</div>"
  ] ; # 
  fhir:event [
a fhir:Coding ;
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:code [ fhir:v "http://hl7.org/fhir/us/pdmp/OperationDefinition/pdmp-history" ]
  ] ; # 
  fhir:source [
fhir:name [ fhir:v "MyPDMPServer" ] ;
fhir:endpoint [ fhir:v "http://pdmpserver.example.org/api"^^xsd:anyURI ]
  ] ; # 
  fhir:focus ( [
fhir:reference [ fhir:v "Parameters/parameters-req-op-1" ]
  ] ) . # 

<http://example.org/MyEHR/Parameters/parameters-req-op-1> a fhir:Parameters ;
  fhir:id [ fhir:v "parameters-req-op-1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/pdmp/StructureDefinition/pdmp-parameters-request"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/pdmp/StructureDefinition/pdmp-parameters-request>     ] )
  ] ; # 
  fhir:parameter ( [
fhir:name [ fhir:v "patient" ] ;
    ( fhir:Parameters.parameter.resource [
a fhir:Patient ;
fhir:id [ fhir:v "patient-req-op-1" ] ;
fhir:meta [
        ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/pdmp/StructureDefinition/pdmp-patient"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/pdmp/StructureDefinition/pdmp-patient>         ] )       ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">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:display [ fhir:v "Social Security number" ]           ] )         ] ;
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 "male" ] ;
fhir:birthDate [ fhir:v "1989-03-12"^^xsd:date ] ;
      ( fhir:address [
fhir:state [ fhir:v "MA" ] ;
fhir:postalCode [ fhir:v "01059" ]       ] )     ] )
  ] [
fhir:name [ fhir:v "authorized-practitioner" ] ;
    ( fhir:Parameters.parameter.resource [
a fhir:Practitioner ;
fhir:id [ fhir:v "practitioner-req-op-1" ] ;
fhir:meta [
        ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner>         ] )       ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Adam Amster MD</div>"       ] ;
      ( fhir:identifier [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1928340565" ]       ] ) ;
      ( fhir:name [
fhir:family [ fhir:v "Amster" ] ;
        ( fhir:given [ fhir:v "Adam" ] )       ] ) ;
      ( fhir:address [
fhir:state [ fhir:v "MA" ]       ] )     ] )
  ] [
fhir:name [ fhir:v "authorized-practitioner-role" ] ;
    ( fhir:Parameters.parameter.resource [
a fhir:PractitionerRole ;
fhir:id [ fhir:v "practitionerrole-req-op-1" ] ;
fhir:meta [
        ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole>         ] )       ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Adam Amster, Internal Medicine, Highview Clinic</div>"       ] ;
fhir:practitioner [
fhir:identifier [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "9851234689" ]         ] ;
fhir:display [ fhir:v "Adam Amster" ]       ] ;
fhir:organization [
fhir:identifier [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1928340565" ]         ] ;
fhir:display [ fhir:v "Highview Clinic" ]       ] ;
      ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "951-555-5555" ]       ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "aamster-highview-clinic@exampleemail.org" ]       ] )     ] )
  ] [
fhir:name [ fhir:v "authorized-practitioner-organization" ] ;
    ( fhir:Parameters.parameter.resource [
a fhir:Organization ;
fhir:id [ fhir:v "organization-req-op-1" ] ;
fhir:meta [
        ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization>         ] )       ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Highview Clinic</div>"       ] ;
      ( fhir:identifier [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "9851234689" ]       ] ) ;
fhir:active [ fhir:v "true"^^xsd:boolean ] ;
fhir:name [ fhir:v "Highview Clinic" ] ;
      ( fhir:address [
fhir:state [ fhir:v "MA" ]       ] )     ] )
  ] [
fhir:name [ fhir:v "pre-stage-only" ] ;
fhir:value [ fhir:v "false"^^xsd:boolean ]
  ] ) . #