@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet; 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 value set includes codes from the following code systems:

" ]; fhir:ValueSet.url [ fhir:value "https://bluebutton.cms.gov/assets/ig/ValueSet-plan-cntrct-rec-id"]; fhir:ValueSet.version [ fhir:value "1.1.1"]; fhir:ValueSet.name [ fhir:value "Plan Contract ID"]; fhir:ValueSet.status [ fhir:value "draft"]; fhir:ValueSet.date [ fhir:value "2018-11-27T15:56:35+00:00"^^xsd:dateTime]; fhir:ValueSet.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:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "https://bluebutton.cms.gov/assets/ig/CodeSystem-plan-cntrct-rec-id" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------