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

Claim Facility Type Code

The type of facility. Source: https://bluebutton.cms.gov/resources/variables/clmfactype_cd

\n

This code system https://bluebutton.cms.gov/assets/ig/CodeSystem-clm-fac-type-cd defines the following codes:

CodeDisplayDefinition
1 HospitalHospital
2 Skilled Nursing Facility (SNF)Skilled Nursing Facility (SNF)
3 Home Health Agency (HHA)Home Health Agency (HHA)
4 Religious Non-medical (hospital)Religious Non-medical (hospital)
6 Intermediate Care (IMC)Intermediate Care (IMC)
7 Clinic services or hospital-based renal dialysis facilityClinic services or hospital-based renal dialysis facility
8 Ambulatory Surgery Center (ASC) or other special facility (e.g. hospice)Ambulatory Surgery Center (ASC) or other special facility (e.g. hospice)
" ]; fhir:CodeSystem.url [ fhir:value "https://bluebutton.cms.gov/assets/ig/CodeSystem-clm-fac-type-cd"]; fhir:CodeSystem.identifier [ fhir:Identifier.value [ fhir:value "https://bluebutton.cms.gov/assets/ig/CodeSystem-clm-fac-type-cd.html" ] ]; fhir:CodeSystem.version [ fhir:value "1.1.1"]; fhir:CodeSystem.name [ fhir:value "Claim Facility Type Code"]; fhir:CodeSystem.title [ fhir:value "Claim Facility Type 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 "The type of facility. Source: https://bluebutton.cms.gov/resources/variables/clm_fac_type_cd"]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.valueSet [ fhir:value "https://bluebutton.cms.gov/assets/ig/ValueSet-clm-fac-type-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 "1" ]; fhir:CodeSystem.concept.display [ fhir:value "Hospital" ]; fhir:CodeSystem.concept.definition [ fhir:value "Hospital" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "2" ]; fhir:CodeSystem.concept.display [ fhir:value "Skilled Nursing Facility (SNF)" ]; fhir:CodeSystem.concept.definition [ fhir:value "Skilled Nursing Facility (SNF)" ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "3" ]; fhir:CodeSystem.concept.display [ fhir:value "Home Health Agency (HHA)" ]; fhir:CodeSystem.concept.definition [ fhir:value "Home Health Agency (HHA)" ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "4" ]; fhir:CodeSystem.concept.display [ fhir:value "Religious Non-medical (hospital)" ]; fhir:CodeSystem.concept.definition [ fhir:value "Religious Non-medical (hospital)" ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "6" ]; fhir:CodeSystem.concept.display [ fhir:value "Intermediate Care (IMC)" ]; fhir:CodeSystem.concept.definition [ fhir:value "Intermediate Care (IMC)" ] ], [ fhir:index 5; fhir:CodeSystem.concept.code [ fhir:value "7" ]; fhir:CodeSystem.concept.display [ fhir:value "Clinic services or hospital-based renal dialysis facility" ]; fhir:CodeSystem.concept.definition [ fhir:value "Clinic services or hospital-based renal dialysis facility" ] ], [ fhir:index 6; fhir:CodeSystem.concept.code [ fhir:value "8" ]; fhir:CodeSystem.concept.display [ fhir:value "Ambulatory Surgery Center (ASC) or other special facility (e.g. hospice)" ]; fhir:CodeSystem.concept.definition [ fhir:value "Ambulatory Surgery Center (ASC) or other special facility (e.g. hospice)" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------