Blue Button 2.0 Implementation Guide

DMERC Line Pricing State Code (SSA)

Formats: Narrative, XML, JSON, Turtle

Raw ttl

@prefix fhir: <https://bluebutton.cms.gov/assets/ig/> .
@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:Resource.id [ fhir:value "dmerc-line-prcng-state-cd"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>DMERC Line Pricing State Code (SSA)</h2><div><p>The 2-digit SSA state code where the durable medical equipment (DME) supplier was located; used by the Medicare Administrative Contractor (MAC) for pricing the service. Source: https://bluebutton.cms.gov/resources/variables/dmerc<em>line</em>prcng<em>state</em>cd</p>\n</div><p>This value set includes codes from the following code systems:</p><ul><li>Include all codes defined in <a href=\"CodeSystem-dmerc-line-prcng-state-cd.html\"><code>https://bluebutton.cms.gov/assets/ig/CodeSystem-dmerc-line-prcng-state-cd</code></a></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "https://bluebutton.cms.gov/assets/ig/ValueSet-dmerc-line-prcng-state-cd"];
  fhir:ValueSet.version [ fhir:value "1.1.1"];
  fhir:ValueSet.name [ fhir:value "DMERC Line Pricing State Code (SSA)"];
  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 "The 2-digit SSA state code where the durable medical equipment (DME) supplier was located; used by the Medicare Administrative Contractor (MAC) for pricing the service. Source: https://bluebutton.cms.gov/resources/variables/dmerc_line_prcng_state_cd"];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "https://bluebutton.cms.gov/assets/ig/CodeSystem-dmerc-line-prcng-state-cd" ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.