@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "carr-line-mtus-cd"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Carrier Line Miles/Time/Units/Services (MTUS) Indicator Code

Code indicating the units associated with services needing unit reporting on the line item for the carrier claim (non-DMERC). Source: https://bluebutton.cms.gov/resources/variables/carrlinemtus_cd

\n

This code system https://bluebutton.cms.gov/assets/ig/CodeSystem-carr-line-mtus-cd defines the following codes:

CodeDisplayDefinition
0 Values reported as zero (no allowed activities)Values reported as zero (no allowed activities)
1 Transportation (ambulance) milesTransportation (ambulance) miles
2 Anesthesia time unitsAnesthesia time units
3 ServicesServices
4 Oxygen unitsOxygen units
5 Units of bloodUnits of blood
" ]; fhir:CodeSystem.url [ fhir:value "https://bluebutton.cms.gov/assets/ig/CodeSystem-carr-line-mtus-cd"]; fhir:CodeSystem.identifier [ fhir:Identifier.value [ fhir:value "https://bluebutton.cms.gov/assets/ig/CodeSystem-carr-line-mtus-cd.html" ] ]; fhir:CodeSystem.version [ fhir:value "1.1.1"]; fhir:CodeSystem.name [ fhir:value "Carrier Line Miles/Time/Units/Services (MTUS) Indicator Code"]; fhir:CodeSystem.title [ fhir:value "Carrier Line Miles/Time/Units/Services (MTUS) Indicator Code"]; fhir:CodeSystem.status [ fhir:value "active"]; fhir:CodeSystem.date [ fhir:value "2018-11-27T15:56:35+00:00"^^xsd:dateTime]; fhir:CodeSystem.publisher [ fhir:value "CMS Blue Button 2.0 Team"]; fhir:CodeSystem.description [ fhir:value "Code indicating the units associated with services needing unit reporting on the line item for the carrier claim (non-DMERC). Source: https://bluebutton.cms.gov/resources/variables/carr_line_mtus_cd"]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.valueSet [ fhir:value "https://bluebutton.cms.gov/assets/ig/ValueSet-carr-line-mtus-cd"]; fhir:CodeSystem.hierarchyMeaning [ fhir:value "is-a"]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "0" ]; fhir:CodeSystem.concept.display [ fhir:value "Values reported as zero (no allowed activities)" ]; fhir:CodeSystem.concept.definition [ fhir:value "Values reported as zero (no allowed activities)" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "1" ]; fhir:CodeSystem.concept.display [ fhir:value "Transportation (ambulance) miles" ]; fhir:CodeSystem.concept.definition [ fhir:value "Transportation (ambulance) miles" ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "2" ]; fhir:CodeSystem.concept.display [ fhir:value "Anesthesia time units" ]; fhir:CodeSystem.concept.definition [ fhir:value "Anesthesia time units" ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "3" ]; fhir:CodeSystem.concept.display [ fhir:value "Services" ]; fhir:CodeSystem.concept.definition [ fhir:value "Services" ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "4" ]; fhir:CodeSystem.concept.display [ fhir:value "Oxygen units" ]; fhir:CodeSystem.concept.definition [ fhir:value "Oxygen units" ] ], [ fhir:index 5; fhir:CodeSystem.concept.code [ fhir:value "5" ]; fhir:CodeSystem.concept.display [ fhir:value "Units of blood" ]; fhir:CodeSystem.concept.definition [ fhir:value "Units of blood" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------