@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "known-exposure-la-ValueSet"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "
  • Include these codes as defined in http://loinc.org
    CodeDisplay
    LA30830-6Travel to Wuhan
    LA30831-4Travel to Hubei
    LA30832-2Travel to mainland China
    LA30833-0Travel to other non-US country
    LA30834-8Household contact with other lab-confirmed COVID-19 case-patient
    LA30835-5Community contact with other lab-confirmed COVID-19 case-patient
    LA30836-3Any healthcare contact with other lab-confirmed COVID-19 case-patient
    LA30837-1Any healthcare contact with a Patient who is lab-confirmed COVID-19 case-patient
    LA30838-9Any healthcare contact with a Visitor who is lab-confirmed COVID-19 case-patient
    LA30839-7Any healthcare contact with a Healthcare Worker who is lab-confirmed COVID-19 case-patient
    LA30840-5Animal Exposure
    LA30841-3Exposure to a cluster of patients with severe acute lower respiratory distress of unknown etiology
" ]; fhir:ValueSet.url [ fhir:value "http://fhir.logicahealth.org/covid19/ValueSet/known-exposure-la-ValueSet"]; fhir:ValueSet.version [ fhir:value "0.13.1"]; fhir:ValueSet.name [ fhir:value "KnownExposureLAVS"]; fhir:ValueSet.title [ fhir:value "Known Exposure LOINC Answer Value Set"]; fhir:ValueSet.status [ fhir:value "active"]; fhir:ValueSet.date [ fhir:value "2021-08-09T20:08:14+00:00"^^xsd:dateTime]; fhir:ValueSet.publisher [ fhir:value "Logica"]; fhir:ValueSet.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:ValueSet.description [ fhir:value "A set of LOINC answers for known expopsure"]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://loinc.org" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "LA30830-6" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Travel to Wuhan" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "LA30831-4" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Travel to Hubei" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "LA30832-2" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Travel to mainland China" ] ], [ fhir:index 3; fhir:ValueSet.compose.include.concept.code [ fhir:value "LA30833-0" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Travel to other non-US country" ] ], [ fhir:index 4; fhir:ValueSet.compose.include.concept.code [ fhir:value "LA30834-8" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Household contact with other lab-confirmed COVID-19 case-patient" ] ], [ fhir:index 5; fhir:ValueSet.compose.include.concept.code [ fhir:value "LA30835-5" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Community contact with other lab-confirmed COVID-19 case-patient" ] ], [ fhir:index 6; fhir:ValueSet.compose.include.concept.code [ fhir:value "LA30836-3" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Any healthcare contact with other lab-confirmed COVID-19 case-patient" ] ], [ fhir:index 7; fhir:ValueSet.compose.include.concept.code [ fhir:value "LA30837-1" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Any healthcare contact with a Patient who is lab-confirmed COVID-19 case-patient" ] ], [ fhir:index 8; fhir:ValueSet.compose.include.concept.code [ fhir:value "LA30838-9" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Any healthcare contact with a Visitor who is lab-confirmed COVID-19 case-patient" ] ], [ fhir:index 9; fhir:ValueSet.compose.include.concept.code [ fhir:value "LA30839-7" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Any healthcare contact with a Healthcare Worker who is lab-confirmed COVID-19 case-patient" ] ], [ fhir:index 10; fhir:ValueSet.compose.include.concept.code [ fhir:value "LA30840-5" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Animal Exposure" ] ], [ fhir:index 11; fhir:ValueSet.compose.include.concept.code [ fhir:value "LA30841-3" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Exposure to a cluster of patients with severe acute lower respiratory distress of unknown etiology" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------