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 "CBSSocialDeterminantsOfHealthVS"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</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=\"http://details.loinc.org/LOINC/76690-7.html\">76690-7</a></td><td>Sexual orientation</td></tr><tr><td><a href=\"http://details.loinc.org/LOINC/76691-5.html\">76691-5</a></td><td>Gender identity</td></tr><tr><td><a href=\"http://details.loinc.org/LOINC/75274-1.html\">75274-1</a></td><td>Characteristics of residence</td></tr></table></li><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</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=\"http://snomed.info/id/45361006\">45361006</a></td><td>Incarceration</td></tr></table></li></ul></div>"
];
fhir:ValueSet.url [ fhir:value "http://cbsig.chai.gatech.edu/ValueSet/CBSSocialDeterminantsOfHealthVS"];
fhir:ValueSet.version [ fhir:value "0.2.1"];
fhir:ValueSet.name [ fhir:value "CBSSocialDeterminantsOfHealthVS"];
fhir:ValueSet.title [ fhir:value "CBS Case Social Determinants of Health Codes 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 "Codes 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://loinc.org" ];
fhir:ValueSet.compose.include.concept [
fhir:index 0;
fhir:ValueSet.compose.include.concept.code [ fhir:value "76690-7" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Sexual orientation" ] ], [
fhir:index 1;
fhir:ValueSet.compose.include.concept.code [ fhir:value "76691-5" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Gender identity" ] ], [
fhir:index 2;
fhir:ValueSet.compose.include.concept.code [ fhir:value "75274-1" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Characteristics of residence" ] ] ], [
fhir:index 1;
fhir:ValueSet.compose.include.system [ fhir:value "http://snomed.info/sct" ];
fhir:ValueSet.compose.include.concept [
fhir:index 0;
fhir:ValueSet.compose.include.concept.code [ fhir:value "45361006" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Incarceration" ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.