Consumer-Directed Payer Data Exchange
- Release 0.1.0

This page is part of a downloaded copy of this specification. This page is part of the CARIN Blue Button Implementation Guide (v0.1.0: STU1 Ballot 1) based on FHIR R4. For a full list of available versions, see the Directory of published versions

Turtle Format: CodeSystem-CARIN-BB-Claim-Type

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:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "CARIN-BB-Claim-Type"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "5" ];
     fhir:Meta.lastUpdated [ fhir:value "2019-12-01T19:02:14.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 Claim Type Code System</h2><p>This code system http://hl7.org/fhir/us/carin/CodeSystem/carin-bb-claim-type defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">inpatient-facility<a name=\"CARIN-BB-Claim-Type-inpatient-facility\"> </a></td><td>Inpatient Facility</td><td/></tr><tr><td style=\"white-space:nowrap\">outpatient-facility<a name=\"CARIN-BB-Claim-Type-outpatient-facility\"> </a></td><td>Outpatient Facility</td><td/></tr><tr><td style=\"white-space:nowrap\">professional-nonclinician<a name=\"CARIN-BB-Claim-Type-professional-nonclinician\"> </a></td><td>Professional or Non-Clinician</td><td/></tr><tr><td style=\"white-space:nowrap\">pharmacy<a name=\"CARIN-BB-Claim-Type-pharmacy\"> </a></td><td>Pharmacy</td><td/></tr><tr><td style=\"white-space:nowrap\">vision<a name=\"CARIN-BB-Claim-Type-vision\"> </a></td><td>Vision</td><td/></tr><tr><td style=\"white-space:nowrap\">oral<a name=\"CARIN-BB-Claim-Type-oral\"> </a></td><td>Oral</td><td/></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/carin/CodeSystem/carin-bb-claim-type"];
  fhir:CodeSystem.version [ fhir:value "0.1.0"];
  fhir:CodeSystem.name [ fhir:value "CARINBBClaimType"];
  fhir:CodeSystem.title [ fhir:value "CARIN Blue Button Claim Type Code System"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.date [ fhir:value "2019-12-23T19:40:59+00:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "CARIN Alliance"];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "inpatient-facility" ];
     fhir:CodeSystem.concept.display [ fhir:value "Inpatient Facility" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "outpatient-facility" ];
     fhir:CodeSystem.concept.display [ fhir:value "Outpatient Facility" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "professional-nonclinician" ];
     fhir:CodeSystem.concept.display [ fhir:value "Professional or Non-Clinician" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "pharmacy" ];
     fhir:CodeSystem.concept.display [ fhir:value "Pharmacy" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "vision" ];
     fhir:CodeSystem.concept.display [ fhir:value "Vision" ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "oral" ];
     fhir:CodeSystem.concept.display [ fhir:value "Oral" ]
  ].

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

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