US Prescription Drug Monitoring Program (PDMP) 1.0.0-ballot - STU1 Ballot
This page is part of the US Prescription Drug Monitoring Program (PDMP) (v1.0.0-ballot: STU1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions
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:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "pmix-method-of-payment"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"CodeSystem-temporary-pmix-method-of-payment.html\"><code>http://hl7.org/fhir/us/pdmp/CodeSystem/temporary-pmix-method-of-payment</code></a></li></ul></div>" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ; fhir:value [ fhir:v "phx" ] ] ) ; # fhir:url [ fhir:v "http://hl7.org/fhir/us/pdmp/ValueSet/pmix-method-of-payment"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0-ballot"] ; # fhir:name [ fhir:v "PdmpMethodOfPayment"] ; # fhir:title [ fhir:v "PDMP Value Set - Method of Payment"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2024-04-01T00:00:00-05:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "HL7 International / Pharmacy"] ; # fhir:contact ( [ fhir:name [ fhir:v "HL7 International / Pharmacy" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://www.hl7.org/Special/committees/medication" ] ] ) ] [ fhir:name [ fhir:v "Frank McKinney" ] ; ( fhir:telecom [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "frank.mckinney@pocp.com" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "fm@frankmckinney.com" ] ] ) ] [ fhir:name [ fhir:v "Scott Robertson" ] ; ( fhir:telecom [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "scott.robertson@pocp.com" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "scott@BearHealthTech.consulting" ] ] ) ] ) ; # fhir:description [ fhir:v "This value set contains codes representing the method of payment for the dispensation"] ; # fhir:jurisdiction ( [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "US" ] ; fhir:display [ fhir:v "United States of America" ] ] ) ] ) ; # fhir:compose [ ( fhir:include [ fhir:system [ fhir:v "http://hl7.org/fhir/us/pdmp/CodeSystem/temporary-pmix-method-of-payment"^^xsd:anyURI ] ] ) ] . #