Case Based Surveillance Implementation Guide
0.2.1 - ci-build
Case Based Surveillance Implementation Guide - Local Development build (v0.2.1). See the Directory of published versions
Active as of 2022-02-17 |
@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 "CBSSocialDeterminantsOfHealthCategoryVS"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-cbs-temp-code-system.html\"><code>http://cbsig.chai.gatech.edu/CodeSystem/cbs-temp-code-system</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-cbs-temp-code-system.html#cbs-temp-code-system-sogi\">sogi</a></td><td>Sexual Orientation and Gender Identity</td></tr><tr><td><a href=\"CodeSystem-cbs-temp-code-system.html#cbs-temp-code-system-housing-or-residence\">housing-or-residence</a></td><td>Housing Insecurity or Residence Characteristics</td></tr><tr><td><a href=\"CodeSystem-cbs-temp-code-system.html#cbs-temp-code-system-education\">education</a></td><td>Education Level</td></tr><tr><td><a href=\"CodeSystem-cbs-temp-code-system.html#cbs-temp-code-system-food-insecurity\">food-insecurity</a></td><td>Food Insecurity</td></tr></table></li></ul></div>"
];
fhir:ValueSet.url [ fhir:value "http://cbsig.chai.gatech.edu/ValueSet/CBSSocialDeterminantsOfHealthCategoryVS"];
fhir:ValueSet.version [ fhir:value "0.2.1"];
fhir:ValueSet.name [ fhir:value "CBSSocialDeterminantsOfHealthCategoryVS"];
fhir:ValueSet.title [ fhir:value "CBS Case Social Determinants of Health Category Value Set"];
fhir:ValueSet.status [ fhir:value "active"];
fhir:ValueSet.date [ fhir:value "2022-02-17T15:59:55-05:00"^^xsd:dateTime];
fhir:ValueSet.publisher [ fhir:value "Georgia Tech Research Institute (GTRI)"];
fhir:ValueSet.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "Georgia Tech Research Institute (GTRI)" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://gtri.gatech.edu/" ] ]
];
fhir:ValueSet.description [ fhir:value "Categories for social determinants of health and related elements of social history which may be captured in the SDOH profile."];
fhir:ValueSet.compose [
fhir:ValueSet.compose.include [
fhir:index 0;
fhir:ValueSet.compose.include.system [ fhir:value "http://cbsig.chai.gatech.edu/CodeSystem/cbs-temp-code-system" ];
fhir:ValueSet.compose.include.concept [
fhir:index 0;
fhir:ValueSet.compose.include.concept.code [ fhir:value "sogi" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Sexual Orientation and Gender Identity" ] ], [
fhir:index 1;
fhir:ValueSet.compose.include.concept.code [ fhir:value "housing-or-residence" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Housing Insecurity or Residence Characteristics" ] ], [
fhir:index 2;
fhir:ValueSet.compose.include.concept.code [ fhir:value "education" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Education Level" ] ], [
fhir:index 3;
fhir:ValueSet.compose.include.concept.code [ fhir:value "food-insecurity" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Food Insecurity" ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.