This page is part of the Breast Cancer Data Logical Models and FHIR Profiles (v0.1.0: STU 1 Draft) based on FHIR R3. . For a full list of available versions, see the Directory of published versions
@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 "cimi-statement-DiagnosticServiceVS"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p><b>BC DiagnosticServiceVS ValueSet</b></p>\n<p>The type of laboratory service used in producing a laboratory result</p>\n</div>" ]; fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/breastcancer/ValueSet/cimi-statement-DiagnosticServiceVS"]; fhir:ValueSet.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/us/breastcancer" ]; fhir:Identifier.value [ fhir:value "cimi.statement.DiagnosticServiceVS" ] ]; fhir:ValueSet.version [ fhir:value "0.1.0"]; fhir:ValueSet.name [ fhir:value "DiagnosticServiceVS"]; fhir:ValueSet.title [ fhir:value "BC DiagnosticServiceVS ValueSet"]; fhir:ValueSet.status [ fhir:value "draft"]; fhir:ValueSet.date [ fhir:value "2018-04-01T00:00:00+11:00"^^xsd:dateTime]; fhir:ValueSet.publisher [ fhir:value "The HL7 Cancer Interoperability Group sponsored by Clinical Interoperability Council Work Group (CIC)"]; fhir:ValueSet.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://standardhealthrecord.org" ] ] ]; fhir:ValueSet.description [ fhir:value "The type of laboratory service used in producing a laboratory result"]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/us/breastcancer/CodeSystem/cimi-statement-DiagnosticServiceCS" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "microbiology" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Laboratory concerned with cultures, to look for suspected pathogens." ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "parasitology" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Laboratory responsible for examining samples and specimens for evidence of intestinal parasites such as tapeworms, hookworms, and others." ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "virology" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Laboratory concerned with identification of viruses in specimens such as blood, urine, and cerebrospinal fluid." ] ], [ fhir:index 3; fhir:ValueSet.compose.include.concept.code [ fhir:value "hematology" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Laboratory that works with whole blood to do full blood counts, and blood films as well as many other specialised tests." ] ], [ fhir:index 4; fhir:ValueSet.compose.include.concept.code [ fhir:value "biochemistry" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Laboratory that usually receives serum or plasma and tests the serum for chemicals present in blood." ] ], [ fhir:index 5; fhir:ValueSet.compose.include.concept.code [ fhir:value "toxicology" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Laboratory that tests for toxins, pharmaceutical and recreational drugs in the blood. Urine and blood samples are submitted to this lab." ] ], [ fhir:index 6; fhir:ValueSet.compose.include.concept.code [ fhir:value "immunology" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Immunology/Serology laboratory uses the concept of antigen-antibody interaction as a diagnostic tool. Compatibility of transplanted organs is also determined." ] ], [ fhir:index 7; fhir:ValueSet.compose.include.concept.code [ fhir:value "immunohematology" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Laboratory or blood bank that determines blood groups, and performs compatibility testing on donor blood and recipients. It also prepares blood components, derivatives, and products for transfusion." ] ], [ fhir:index 8; fhir:ValueSet.compose.include.concept.code [ fhir:value "urinalysis" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Laboratory tests urine for many analytes. Some health care providers have a urinalysis laboratory, while others don't." ] ], [ fhir:index 9; fhir:ValueSet.compose.include.concept.code [ fhir:value "pathology" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Surgical, cytopathology, or histopathology laboratory. Surgical pathology examines organs, limbs, tumors, fetuses, and other tissues biopsied in surgery such as breast mastectomies." ] ], [ fhir:index 10; fhir:ValueSet.compose.include.concept.code [ fhir:value "genetics" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Laboratory that mainly performs DNA analysis." ] ], [ fhir:index 11; fhir:ValueSet.compose.include.concept.code [ fhir:value "cytogenetics" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Laboratory that uses blood and other cells to get a karyotype. This can be helpful in prenatal diagnosis (e.g. Down's syndrome) as well as in cancer (some cancers have abnormal chromosomes)." ] ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.