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
@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-input-parameters-3-veterinary"] ; #
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-3" ] ;
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\">Animal patient: Fido Samuels</div>" ] ;
( fhir:extension [
( fhir:extension [
fhir:url [ fhir:v "species"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/PMIXSpeciesTypeCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "02" ] ;
fhir:display [ fhir:v "Veterinary Patient" ] ] ) ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-animal"^^xsd:anyURI ] ] ) ;
( fhir:identifier [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MR" ] ;
fhir:display [ fhir:v "Medical record number" ] ] ) ] ;
fhir:system [ fhir:v "http://vet-medical.example.org/mrn"^^xsd:anyURI ] ;
fhir:value [ fhir:v "10035406" ] ] ) ;
( fhir:name [
fhir:family [ fhir:v "Samuels" ] ;
( fhir:given [ fhir:v "Fido" ] ) ] ) ;
fhir:gender [ fhir:v "male" ] ;
fhir:birthDate [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ;
fhir:value [ fhir:v "unknown" ] ] ) ] ;
( fhir:address [
( fhir:line [ fhir:v "10023 Oakways Ln" ] ) ;
fhir:state [ fhir:v "MA" ] ;
fhir:postalCode [ fhir:v "01742" ] ] ) ] )
] [
fhir:name [ fhir:v "authorized-practitioner" ] ;
( fhir:Parameters.parameter.resource [
a fhir:Practitioner ;
fhir:id [ fhir:v "practitioner-req-3" ] ;
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|6.1.0"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|6.1.0> ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Susan Patel, Veterinarian</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 "Patel" ] ] ) ] )
] [
fhir:name [ fhir:v "authorized-practitioner-role" ] ;
( fhir:Parameters.parameter.resource [
a fhir:PractitionerRole ;
fhir:id [ fhir:v "practitionerrole-req-3" ] ;
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole|6.1.0"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole|6.1.0> ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Susan Patel, Veterinary Medicine, Highview Veterinary</div>" ] ;
fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/practitioner-req-3" ] ;
fhir:display [ fhir:v "Susan Patel" ] ] ;
fhir:organization [
fhir:reference [ fhir:v "Organization/organization-req-3" ] ;
fhir:display [ fhir:v "Highview Veterinary" ] ] ;
( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "951-555-5555" ] ] ) ] )
] [
fhir:name [ fhir:v "authorized-practitioner-organization" ] ;
( fhir:Parameters.parameter.resource [
a fhir:Organization ;
fhir:id [ fhir:v "organization-req-3" ] ;
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|6.1.0"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|6.1.0> ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Highview Veterinary</div>" ] ;
fhir:active [ fhir:v "true"^^xsd:boolean ] ;
fhir:name [ fhir:v "Highview Veterinary" ] ] )
] [
fhir:name [ fhir:v "animal-owner" ] ;
( fhir:Parameters.parameter.resource [
a fhir:RelatedPerson ;
fhir:id [ fhir:v "patient-req-3" ] ;
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-relatedperson"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-relatedperson> ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Animal's owner: 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 "DL" ] ;
fhir:display [ fhir:v "Driver's license number" ] ] ) ] ;
fhir:value [ fhir:v "M231-64600-565-55" ] ] ) ;
fhir:active [ fhir:v "true"^^xsd:boolean ] ;
fhir:patient [
fhir:reference [ fhir:v "Patient/patient-req-3" ] ] ;
( 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:line [ fhir:v "10023 Oakways Ln" ] ) ;
fhir:state [ fhir:v "MA" ] ;
fhir:postalCode [ fhir:v "01742" ] ] ) ] )
] [
fhir:name [ fhir:v "pre-stage-only" ] ;
fhir:value [ fhir:v "false"^^xsd:boolean ]
] ) . #
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