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-TypeOfService

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-TypeOfService"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "3" ];
     fhir:Meta.lastUpdated [ fhir:value "2019-07-28T10:41:25.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 Type Of Service Value Set</h2><div><p>CMS_TYPE_SRVC_TB CMS Type of Service Table</p>\n<p>1 = Medical care\n2 = Surgery\n3 = Consultation\n4 = Diagnostic radiology\n5 = Diagnostic laboratory\n6 = Therapeutic radiology\n7 = Anesthesia\n8 = Assistant at surgery\n9 = Other medical items or services\n0 = Whole blood only eff 01/96, whole blood or packed red cells before 01/96\nA = Used durable medical equipment (DME)\nB = High risk screening mammography (obsolete 1/1/98)\nC = Low risk screening mammography (obsolete 1/1/98)\nD = Ambulance (eff 04/95)\nE = Enteral/parenteral nutrients/supplies (eff 04/95)\nF = Ambulatory surgical center (facility usage for surgical services)\nG = Immunosuppressive drugs\nH = Hospice services (discontinued 01/95)\nI = Purchase of DME (installment basis) (discontinued 04/95)\nJ = Diabetic shoes (eff 04/95)\nK = Hearing items and services (eff 04/95)\nL = ESRD supplies (eff 04/95) (renal supplier in the home before 04/95)\nM = Monthly capitation payment for dialysis\nN = Kidney donor\nP = Lump sum purchase of DME, prosthetics orthotics\nQ = Vision items or services\nR = Rental of DME\nS = Surgical dressings or other medical supplies (eff 04/95)\nT = Psychological therapy (term. 12/31/97) outpatient mental health limitation (eff. 1/1/98)\nU = Occupational therapy\nV = Pneumococcal/flu vaccine (eff 01/96), Pneumococcal/flu/hepatitis B vaccine (eff 04/95-12/95), Pneumococcal only before 04/95\nW = Physical therapy\nY = Second opinion on elective surgery (obsoleted 1/97)\nZ = Third opinion on elective surgery (obsoleted 1/97)</p>\n</div><p>This value set includes codes from the following code systems:</p><ul><li>Include all codes defined in <code>https://www.resdac.org/sites/resdac.umn.edu/files/CMS%20Type%20of%20Service%20Table.txt</code></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/carin/ValueSet/carin-bb-typeofservice"];
  fhir:ValueSet.version [ fhir:value "0.1.0"];
  fhir:ValueSet.name [ fhir:value "CARINBBTypeOfService"];
  fhir:ValueSet.title [ fhir:value "CARIN Blue Button Type Of Service 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 "CMS_TYPE_SRVC_TB CMS Type of Service Table\n\n  1 = Medical care\n  2 = Surgery\n  3 = Consultation\n  4 = Diagnostic radiology\n  5 = Diagnostic laboratory\n  6 = Therapeutic radiology\n  7 = Anesthesia\n  8 = Assistant at surgery\n  9 = Other medical items or services\n  0 = Whole blood only eff 01/96, whole blood or packed red cells before 01/96\n  A = Used durable medical equipment (DME)\n  B = High risk screening mammography (obsolete 1/1/98)\n  C = Low risk screening mammography (obsolete 1/1/98)\n  D = Ambulance (eff 04/95)\n  E = Enteral/parenteral nutrients/supplies (eff 04/95)\n  F = Ambulatory surgical center (facility usage for surgical services)\n  G = Immunosuppressive drugs\n  H = Hospice services (discontinued 01/95)\n  I = Purchase of DME (installment basis) (discontinued 04/95)\n  J = Diabetic shoes (eff 04/95)\n  K = Hearing items and services (eff 04/95)\n  L = ESRD supplies (eff 04/95) (renal supplier in the home before 04/95)\n  M = Monthly capitation payment for dialysis\n  N = Kidney donor\n  P = Lump sum purchase of DME, prosthetics orthotics\n  Q = Vision items or services\n  R = Rental of DME\n  S = Surgical dressings or other medical supplies (eff 04/95)\n  T = Psychological therapy (term. 12/31/97) outpatient mental health limitation (eff. 1/1/98)\n  U = Occupational therapy\n  V = Pneumococcal/flu vaccine (eff 01/96), Pneumococcal/flu/hepatitis B vaccine (eff 04/95-12/95), Pneumococcal only before 04/95\n  W = Physical therapy\n  Y = Second opinion on elective surgery (obsoleted 1/97)\n  Z = Third opinion on elective surgery (obsoleted 1/97)"];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "https://www.resdac.org/sites/resdac.umn.edu/files/CMS%20Type%20of%20Service%20Table.txt" ]     ]
  ].

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

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