This page is part of the Breast Cancer Data Logical Models and FHIR Profiles (v0.2.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 "oncology-DCISNuclearGradeVS"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p><b>BC DCISNuclearGradeVS ValueSet</b></p>\n<p>The nuclear grade describes how closely the nuclei of cancer cells look like the nuclei of normal breast cells. In general, the higher the nuclear grade, the more abnormal the nuclei are and the more aggressive the tumor cells tend to be. In breast cancer, nuclear grade is typically evaluated for ductal carcinoma in situ (DCIS) only.</p>\n</div>" ]; fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/breastcancer/ValueSet/oncology-DCISNuclearGradeVS"]; fhir:ValueSet.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/us/breastcancer" ]; fhir:Identifier.value [ fhir:value "oncology.DCISNuclearGradeVS" ] ]; fhir:ValueSet.version [ fhir:value "0.2.0"]; fhir:ValueSet.name [ fhir:value "DCISNuclearGradeVS"]; fhir:ValueSet.title [ fhir:value "BC DCISNuclearGradeVS ValueSet"]; fhir:ValueSet.status [ fhir:value "draft"]; fhir:ValueSet.date [ fhir:value "2018-08-17T00:00:00+10: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://www.hl7.org/Special/committees/cic/index.cfm" ] ] ]; fhir:ValueSet.description [ fhir:value "The nuclear grade describes how closely the nuclei of cancer cells look like the nuclei of normal breast cells. In general, the higher the nuclear grade, the more abnormal the nuclei are and the more aggressive the tumor cells tend to be. In breast cancer, nuclear grade is typically evaluated for ductal carcinoma in situ (DCIS) only."]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; 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 "369781009" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Ductal carcinoma in situ nuclear pleomorphism, grade 1: monotonous nuclei, 1.5 - 2.0 red blood cells diameters, with finely dispersed chromatin and only occasional nucleoli (finding)" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "369782002" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Ductal carcinoma in situ nuclear pleomorphism, grade 2: neither nuclear grade 1 nor nuclear grade 3 (finding)" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "369783007" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Ductal carcinoma in situ nuclear pleomorphism, grade 3: Markedly pleomorphic nuclei, usually >2.5 red blood cells diameters, with coarse chromatin and multiple nucleoli (finding)" ] ], [ fhir:index 3; fhir:ValueSet.compose.include.concept.code [ fhir:value "384741006" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Grade cannot be determined (finding)" ] ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.