@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "PMIXMethodofPayment"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem PMIXMethodofPayment

This case-sensitive code system http://terminology.hl7.org/CodeSystem/PMIXMethodofPayment defines codes, but no codes are represented here

" ] ; # fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/PMIXMethodofPayment"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "PMIXMethodofPayment"] ; # fhir:title [ fhir:v "PMIX Method of Payment"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2024-06-03T00:00:00-00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "Prescription Monitoring Information eXchange (PMIX) Standards Organization"] ; # fhir:contact ( [ fhir:name [ fhir:v "Prescription Monitoring Information eXchange (PMIX) Standards Organization" ] ; fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "pdmpttac@iir.com" ] ] [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://www.pdmpassist.org/PMIX" ] ] [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "1-850-481-PDMP" ] ] ) ] ) ; # fhir:description [ fhir:v "This code system is part of the PMIX National Architecture. The Prescription Monitoring Information eXchange (PMIX) Standards Organization is the sole body responsible for developing, updating and maintaining all aspects of the PMIX National Architecture and any related standards, documentation and/or guidance documents. The PMIX Standards Organization is made up of State Prescription Drug Monitoring Programs, Prescription Drug Monitoring Program Vendors, Third-Party Intermediaries and Federal Agencies. The appropriate contacts for PMIX are the Chair and Vice Chair of the PMIX Executive Committee.\r\n\r\nChair: [Chad Garner](mailto:chad.garner@pharmacy.ohio.gov)\r\n\r\nVice Chair: [Chelsea Townsend](mailto:townseca@dhec.sc.gov)\r\n\r\nMethod of Payment: The PMIX equivalent to the DSP16 field of the ASAP format which identifies the primary method of payment for the prescription, for use in PDMP (Prescription Drug Monitoring Program) data exchanges."] ; # fhir:copyright [ fhir:v "The owner of this code system has confirmed that it is open source and freely available."] ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:content [ fhir:v "not-present"] . # # -------------------------------------------------------------------------------------