@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "covid19-underlying-condition-category-cs"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

This code system http://fhir.logicahealth.org/covid19/CodeSystem/covid19-underlying-condition-category-cs defines the following codes:

CodeDisplay
MEDCOND COVID19 Underlying Medical Condition
CARCOND COVID19 Underlying Cardiovascular Condition
NEUROCOND COVID19 Underlying Neurologic Condition
IMMUNOCOND COVID19 Underlying Immunocompromised Condition
RESCOND COVID19 Underlying Respiratory Condition
METCOND COVID19 Underlying Metabolic Condition
HEMCOND COVID19 Underlying Hemoglobinopathy Condition
RENCOND COVID19 Underlying Renal Condition
IMMCOND COVID19 Underlying Immune Condition
GSHCOND COVID19 Underlying Gastrointestinal or Hepatic Condition
UNCCOND COVID19 Underlying Uncategorized Condition
" ]; fhir:CodeSystem.url [ fhir:value "http://fhir.logicahealth.org/covid19/CodeSystem/covid19-underlying-condition-category-cs"]; fhir:CodeSystem.version [ fhir:value "0.13.1"]; fhir:CodeSystem.name [ fhir:value "COVID19UnderlyingConditionCategoryCS"]; fhir:CodeSystem.title [ fhir:value "COVID19 Underlying Condition Category Code System"]; fhir:CodeSystem.status [ fhir:value "active"]; fhir:CodeSystem.date [ fhir:value "2021-08-09T20:08:14+00:00"^^xsd:dateTime]; fhir:CodeSystem.publisher [ fhir:value "Logica"]; fhir:CodeSystem.contact [ fhir:index 0; fhir:ContactDetail.name [ fhir:value "Logica" ]; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "https://www.logicahealth.org/" ] ] ]; fhir:CodeSystem.description [ fhir:value "A set of types of underlying condition categories."]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.count [ fhir:value "11"^^xsd:nonNegativeInteger]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "MEDCOND" ]; fhir:CodeSystem.concept.display [ fhir:value "COVID19 Underlying Medical Condition" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "CARCOND" ]; fhir:CodeSystem.concept.display [ fhir:value "COVID19 Underlying Cardiovascular Condition" ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "NEUROCOND" ]; fhir:CodeSystem.concept.display [ fhir:value "COVID19 Underlying Neurologic Condition" ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "IMMUNOCOND" ]; fhir:CodeSystem.concept.display [ fhir:value "COVID19 Underlying Immunocompromised Condition" ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "RESCOND" ]; fhir:CodeSystem.concept.display [ fhir:value "COVID19 Underlying Respiratory Condition" ] ], [ fhir:index 5; fhir:CodeSystem.concept.code [ fhir:value "METCOND" ]; fhir:CodeSystem.concept.display [ fhir:value "COVID19 Underlying Metabolic Condition" ] ], [ fhir:index 6; fhir:CodeSystem.concept.code [ fhir:value "HEMCOND" ]; fhir:CodeSystem.concept.display [ fhir:value "COVID19 Underlying Hemoglobinopathy Condition" ] ], [ fhir:index 7; fhir:CodeSystem.concept.code [ fhir:value "RENCOND" ]; fhir:CodeSystem.concept.display [ fhir:value "COVID19 Underlying Renal Condition" ] ], [ fhir:index 8; fhir:CodeSystem.concept.code [ fhir:value "IMMCOND" ]; fhir:CodeSystem.concept.display [ fhir:value "COVID19 Underlying Immune Condition" ] ], [ fhir:index 9; fhir:CodeSystem.concept.code [ fhir:value "GSHCOND" ]; fhir:CodeSystem.concept.display [ fhir:value "COVID19 Underlying Gastrointestinal or Hepatic Condition" ] ], [ fhir:index 10; fhir:CodeSystem.concept.code [ fhir:value "UNCCOND" ]; fhir:CodeSystem.concept.display [ fhir:value "COVID19 Underlying Uncategorized Condition" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------