Consumer-Directed Payer Data Exchange
- Release 0.1.0

This page is part of the CARIN Blue Button Implementation Guide (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

Turtle Format: ValueSet-CARIN-BB-Adjudication-Denial-Reason

Raw ttl

@prefix fhir: <http://hl7.org/fhir/> .
@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 "CARIN-BB-Adjudication-Denial-Reason"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "5" ];
     fhir:Meta.lastUpdated [ fhir:value "2019-07-27T22:01:06.000+00:00"^^xsd:dateTime ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>CARIN Blue Button Adjudication Denial Reason Value Set</h2><div><p>Code Lists\nASC X12 assists several organizations in the maintenance and distribution of code lists external to the X12 family of standards. The lists are maintained by the Centers for Medicare and Medicaid Services (CMS), The National Uniform Claim Committee (NUCC), and committees that meet during standing X12 meetings.</p>\n<p>Health Care Code Lists</p>\n<p>&gt; Claim Adjustment Reason Codes (CARC) - http://www.wpc-edi.com/reference/codelists/healthcare/claim-adjustment-reason-codes</p>\n<p>&gt; Remittance Advice Remark Codes (RARC) - http://www.wpc-edi.com/reference/codelists/healthcare/remittance-advice-remark-codes</p>\n</div><p>This value set includes codes from the following code systems:</p><ul><li>Include all codes defined in <code>http://www.wpc-edi.com/reference/codelists/healthcare/claim-adjustment-reason-codes</code></li><li>Include all codes defined in <code>http://www.wpc-edi.com/reference/codelists/healthcare/remittance-advice-remark-codes</code></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/carin/ValueSet/carin-bb-adjudicationdenialreason"];
  fhir:ValueSet.version [ fhir:value "0.1.0"];
  fhir:ValueSet.name [ fhir:value "CARINBBAdjudicationDenialReason"];
  fhir:ValueSet.title [ fhir:value "CARIN Blue Button Adjudication Denial Reason Value Set"];
  fhir:ValueSet.status [ fhir:value "draft"];
  fhir:ValueSet.date [ fhir:value "2019-12-23T19:40:59+00:00"^^xsd:dateTime];
  fhir:ValueSet.description [ fhir:value "\nCode Lists\nASC X12 assists several organizations in the maintenance and distribution of code lists external to the X12 family of standards. The lists are maintained by the Centers for Medicare and Medicaid Services (CMS), The National Uniform Claim Committee (NUCC), and committees that meet during standing X12 meetings.\n\nHealth Care Code Lists\n\n> Claim Adjustment Reason Codes (CARC) - http://www.wpc-edi.com/reference/codelists/healthcare/claim-adjustment-reason-codes\n\n> Remittance Advice Remark Codes (RARC) - http://www.wpc-edi.com/reference/codelists/healthcare/remittance-advice-remark-codes"];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://www.wpc-edi.com/reference/codelists/healthcare/claim-adjustment-reason-codes" ]     ], [
       fhir:index 1;
       fhir:ValueSet.compose.include.system [ fhir:value "http://www.wpc-edi.com/reference/codelists/healthcare/remittance-advice-remark-codes" ]     ]
  ].

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

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