Breast Radiology Reporting - 1st STU ballot
0.2.0 - STU 1 Ballot 2020May

Breast Radiology Reporting - 1st STU ballot - Local Development build (v0.2.0). See the Directory of published versions

Mammography Breast Density ValueSet - TTL Representation

(back to description)

Raw ttl

Source view

@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 "MGBreastDensityVS"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Mammography Breast Density ValueSet</h2><div><p>Mammography breast density value set.</p>\n</div><ul><li>Include these codes as defined in <a href=\"CodeSystem-MGBreastDensityCS.html\"><code>http://hl7.org/fhir/us/breast-radiology/CodeSystem/MGBreastDensityCS</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-MGBreastDensityCS.html#MGBreastDensityCS-AlmostEntirelyFat\">AlmostEntirelyFat</a></td><td>Almost entirely fat</td><td>A term used to describe breast tissue that is made <br/>up of almost all fatty tissue. <br/>Fatty breast tissue does not look dense on a mammogram, <br/>which may make it easier <br/>to find tumors or other changes in the breast. <br/>Fatty breast tissue is more common in older women <br/>than in younger women. <br/>Fatty breast tissue is one of four categories used <br/>to describe a level of breast <br/>density seen on a mammogram. <br/>[https://www.cancer.gov/publications/dictionaries/cancer-terms/search?contains=false&amp;q=fatty] <br/><br/>Valid for the following modalities: MG.</td></tr><tr><td><a href=\"CodeSystem-MGBreastDensityCS.html#MGBreastDensityCS-ScatteredAreasOfFibroglandularDensity\">ScatteredAreasOfFibroglandularDensity</a></td><td>Scattered areas of fibroglandular density</td><td>A term used to describe breast tissue that is made <br/>up of mostly fatty tissue and <br/>also has some dense fibrous tissue and glandular <br/>tissue. <br/>On a mammogram, the dense areas of the breast make <br/>it harder to find tumors or other <br/>changes. <br/>Scattered fibroglandular breast tissue is one of <br/>four categories used to describe <br/>a level of breast density seen on a mammogram. <br/>About 40% of women have this type of breast tissue. <br/>[https://www.cancer.gov/publications/dictionaries/cancer-terms/def/scattered-fibroglandular-breast-tissue] <br/><br/>Valid for the following modalities: MG.</td></tr><tr><td><a href=\"CodeSystem-MGBreastDensityCS.html#MGBreastDensityCS-HeterogeneouslyDense\">HeterogeneouslyDense</a></td><td>Heterogeneously dense</td><td>A term used to describe breast tissue that has large <br/>areas of dense fibrous tissue <br/>and glandular tissue and also has some fatty tissue. <br/>The dense areas of the breast make it harder to find <br/>tumors or other changes on a <br/>mammogram. <br/>Heterogeneously dense breast tissue is one of four <br/>categories used to describe a <br/>level of breast density seen on a mammogram. <br/>About 40% of women have this type of breast tissue. <br/>[https://www.cancer.gov/publications/dictionaries/cancer-terms/def/heterogeneously-dense-breast-tissue] <br/><br/>Valid for the following modalities: MG.</td></tr><tr><td><a href=\"CodeSystem-MGBreastDensityCS.html#MGBreastDensityCS-ExtremelyDense\">ExtremelyDense</a></td><td>Extremely dense</td><td>Also called extremely dense breast tissue. <br/>A term used to describe breast tissue that is made <br/>up of almost all dense fibrous <br/>tissue and glandular tissue. <br/>On a mammogram, the dense areas of the breast make <br/>it harder to find tumors or other <br/>changes. <br/>Women who have extremely dense breast tissue have <br/>a higher risk of breast cancer <br/>than those who have little or no dense breast tissue. <br/>Extremely dense breast tissue is one of four categories <br/>used to describe a level <br/>of breast density seen on a mammogram. <br/>About 10% of women have this type of breast tissue. <br/>[https://www.cancer.gov/publications/dictionaries/cancer-terms/def/extremely-dense-breast-tissue] <br/><br/>Valid for the following modalities: MG.</td></tr></table></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/breast-radiology/ValueSet/MGBreastDensityVS"];
  fhir:ValueSet.version [ fhir:value "0.2.0"];
  fhir:ValueSet.name [ fhir:value "MGBreastDensityVS"];
  fhir:ValueSet.title [ fhir:value "Mammography Breast Density ValueSet"];
  fhir:ValueSet.status [ fhir:value "draft"];
  fhir:ValueSet.date [ fhir:value "2019-11-01T00:00:00+00:00"^^xsd:dateTime];
  fhir:ValueSet.publisher [ fhir:value "Hl7 - Clinical Interoperability Council"];
  fhir:ValueSet.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/Special/committees/cic" ]     ]
  ];
  fhir:ValueSet.description [ fhir:value "Mammography breast density value set."];
  fhir:ValueSet.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
       fhir:Coding.code [ fhir:value "001" ]     ]
  ];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/us/breast-radiology/CodeSystem/MGBreastDensityCS" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "AlmostEntirelyFat" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Almost entirely fat" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "ScatteredAreasOfFibroglandularDensity" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Scattered areas of fibroglandular density" ]       ], [
         fhir:index 2;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "HeterogeneouslyDense" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Heterogeneously dense" ]       ], [
         fhir:index 3;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "ExtremelyDense" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Extremely dense" ]       ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.