@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "phrmcy-srvc-type-cd"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Pharmacy service type code

The type of pharmacy used. This variable indicates the type of pharmacy that dispensed the prescription, as recorded on the PDE. CMS requires Part D plans to maintain pharmacy networks that are sufficient to ensure access to Medicare beneficiaries – including retail, home infusion, and long-term care pharmacies. Plan sponsors have contracts with pharmacies to provide “in-network” services. Source: https://bluebutton.cms.gov/resources/variables/phrmcysrvctype_cd

\n

This code system https://bluebutton.cms.gov/assets/ig/CodeSystem-phrmcy-srvc-type-cd defines the following codes:

CodeDisplayDefinition
01 Community/retail pharmacyCommunity/retail pharmacy
02 Compounding pharmacyCompounding pharmacy
03 Home infusion therapy providerHome infusion therapy provider
04 Institutional pharmacyInstitutional pharmacy
05 Long-term care pharmacyLong-term care pharmacy
06 Mail order pharmacyMail order pharmacy
07 Managed care organization (MCO) pharmacyManaged care organization (MCO) pharmacy
08 Specialty care pharmacySpecialty care pharmacy
99 OtherOther
Null Pharmacy is not in any other category abovePharmacy is not in any other category above
" ]; fhir:CodeSystem.url [ fhir:value "https://bluebutton.cms.gov/assets/ig/CodeSystem-phrmcy-srvc-type-cd"]; fhir:CodeSystem.identifier [ fhir:Identifier.value [ fhir:value "https://bluebutton.cms.gov/assets/ig/CodeSystem-phrmcy-srvc-type-cd.html" ] ]; fhir:CodeSystem.version [ fhir:value "1.1.1"]; fhir:CodeSystem.name [ fhir:value "Pharmacy service type code"]; fhir:CodeSystem.title [ fhir:value "Pharmacy service type code"]; fhir:CodeSystem.status [ fhir:value "active"]; fhir:CodeSystem.date [ fhir:value "2018-11-27T15:56:35+00:00"^^xsd:dateTime]; fhir:CodeSystem.publisher [ fhir:value "CMS Blue Button 2.0 Team"]; fhir:CodeSystem.description [ fhir:value "The type of pharmacy used. This variable indicates the type of pharmacy that dispensed the prescription, as recorded on the PDE. CMS requires Part D plans to maintain pharmacy networks that are sufficient to ensure access to Medicare beneficiaries – including retail, home infusion, and long-term care pharmacies. Plan sponsors have contracts with pharmacies to provide “in-network” services. Source: https://bluebutton.cms.gov/resources/variables/phrmcy_srvc_type_cd"]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.valueSet [ fhir:value "https://bluebutton.cms.gov/assets/ig/ValueSet-phrmcy-srvc-type-cd"]; fhir:CodeSystem.hierarchyMeaning [ fhir:value "is-a"]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "01" ]; fhir:CodeSystem.concept.display [ fhir:value "Community/retail pharmacy" ]; fhir:CodeSystem.concept.definition [ fhir:value "Community/retail pharmacy" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "02" ]; fhir:CodeSystem.concept.display [ fhir:value "Compounding pharmacy" ]; fhir:CodeSystem.concept.definition [ fhir:value "Compounding pharmacy" ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "03" ]; fhir:CodeSystem.concept.display [ fhir:value "Home infusion therapy provider" ]; fhir:CodeSystem.concept.definition [ fhir:value "Home infusion therapy provider" ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "04" ]; fhir:CodeSystem.concept.display [ fhir:value "Institutional pharmacy" ]; fhir:CodeSystem.concept.definition [ fhir:value "Institutional pharmacy" ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "05" ]; fhir:CodeSystem.concept.display [ fhir:value "Long-term care pharmacy" ]; fhir:CodeSystem.concept.definition [ fhir:value "Long-term care pharmacy" ] ], [ fhir:index 5; fhir:CodeSystem.concept.code [ fhir:value "06" ]; fhir:CodeSystem.concept.display [ fhir:value "Mail order pharmacy" ]; fhir:CodeSystem.concept.definition [ fhir:value "Mail order pharmacy" ] ], [ fhir:index 6; fhir:CodeSystem.concept.code [ fhir:value "07" ]; fhir:CodeSystem.concept.display [ fhir:value "Managed care organization (MCO) pharmacy" ]; fhir:CodeSystem.concept.definition [ fhir:value "Managed care organization (MCO) pharmacy" ] ], [ fhir:index 7; fhir:CodeSystem.concept.code [ fhir:value "08" ]; fhir:CodeSystem.concept.display [ fhir:value "Specialty care pharmacy" ]; fhir:CodeSystem.concept.definition [ fhir:value "Specialty care pharmacy" ] ], [ fhir:index 8; fhir:CodeSystem.concept.code [ fhir:value "99" ]; fhir:CodeSystem.concept.display [ fhir:value "Other" ]; fhir:CodeSystem.concept.definition [ fhir:value "Other" ] ], [ fhir:index 9; fhir:CodeSystem.concept.code [ fhir:value "Null" ]; fhir:CodeSystem.concept.display [ fhir:value "Pharmacy is not in any other category above" ]; fhir:CodeSystem.concept.definition [ fhir:value "Pharmacy is not in any other category above" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------