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

Plan Contract ID

This variable is the unique Part D contract identifier for the beneficiary’s Part D plan of record for the year. CMS assigns an identifier to each contract that a Part D plan has with CMS. If the beneficiary was enrolled in more than one plan during the year, this is the contract number for the Part D plan in which the beneficiary was enrolled at the end of the year. The first character of the plan contract ID is a letter representing the type of plan. Source: https://bluebutton.cms.gov/resources/variables/plancntrctrec_id

\n

This code system https://bluebutton.cms.gov/assets/ig/CodeSystem-plan-cntrct-rec-id defines the following codes:

CodeDisplayDefinition
H Managed Care Organizations other than Regional PPOManaged Care Organizations other than Regional PPO
R Regional preferred provider organization (PPO)Regional preferred provider organization (PPO)
S Stand-alone prescription drug plan (PDP)Stand-alone prescription drug plan (PDP)
E Employer direct plan (starting January 2007)Employer direct plan (starting January 2007)
X Limited Income Newly Eligible Transition plan (LI NET, starting July 2009)Limited Income Newly Eligible Transition plan (LI NET, starting July 2009)
" ]; fhir:CodeSystem.url [ fhir:value "https://bluebutton.cms.gov/assets/ig/CodeSystem-plan-cntrct-rec-id"]; fhir:CodeSystem.identifier [ fhir:Identifier.value [ fhir:value "https://bluebutton.cms.gov/assets/ig/CodeSystem-plan-cntrct-rec-id.html" ] ]; fhir:CodeSystem.version [ fhir:value "1.1.1"]; fhir:CodeSystem.name [ fhir:value "Plan Contract ID"]; fhir:CodeSystem.title [ fhir:value "Plan Contract ID"]; 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 "This variable is the unique Part D contract identifier for the beneficiary’s Part D plan of record for the year. CMS assigns an identifier to each contract that a Part D plan has with CMS. If the beneficiary was enrolled in more than one plan during the year, this is the contract number for the Part D plan in which the beneficiary was enrolled at the end of the year. The first character of the plan contract ID is a letter representing the type of plan. Source: https://bluebutton.cms.gov/resources/variables/plan_cntrct_rec_id"]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.valueSet [ fhir:value "https://bluebutton.cms.gov/assets/ig/ValueSet-plan-cntrct-rec-id"]; 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 "H" ]; fhir:CodeSystem.concept.display [ fhir:value "Managed Care Organizations other than Regional PPO" ]; fhir:CodeSystem.concept.definition [ fhir:value "Managed Care Organizations other than Regional PPO" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "R" ]; fhir:CodeSystem.concept.display [ fhir:value "Regional preferred provider organization (PPO)" ]; fhir:CodeSystem.concept.definition [ fhir:value "Regional preferred provider organization (PPO)" ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "S" ]; fhir:CodeSystem.concept.display [ fhir:value "Stand-alone prescription drug plan (PDP)" ]; fhir:CodeSystem.concept.definition [ fhir:value "Stand-alone prescription drug plan (PDP)" ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "E" ]; fhir:CodeSystem.concept.display [ fhir:value "Employer direct plan (starting January 2007)" ]; fhir:CodeSystem.concept.definition [ fhir:value "Employer direct plan (starting January 2007)" ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "X" ]; fhir:CodeSystem.concept.display [ fhir:value "Limited Income Newly Eligible Transition plan (LI NET, starting July 2009)" ]; fhir:CodeSystem.concept.definition [ fhir:value "Limited Income Newly Eligible Transition plan (LI NET, starting July 2009)" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------