Breast Imaging Reporting - 2nd STU ballot
0.3.0 - CI Build United States of America flag

Breast Imaging Reporting - 2nd STU ballot, published by HL7 International - Clinical Interoperability Council. This is not an authorized publication; it is the continuous build for version 0.3.0). This version is based on the current content of https://github.com/HL7/fhir-breast-radiology-ig/ and changes regularly. See the Directory of published versions

: Duct Abnormality Type CodeSystem - TTL Representation

Active as of 2022-12-07

Raw ttl | Download


@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:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "DuctAbnormalityTypeCS"]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.org/fhir/us/breast-radiology/CodeSystem/DuctAbnormalityTypeCS</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">DuctNormal<a name=\"DuctAbnormalityTypeCS-DuctNormal\"> </a></td><td>Duct normal</td><td>Duct is considered normal.\nIt is surrounded by normal cells and collagen in\nthe breast with no abnormalities.\nA system of ducts in the breast carries milk to the\nnipples.</td></tr><tr><td style=\"white-space:nowrap\">SolitaryDilatedDuct<a name=\"DuctAbnormalityTypeCS-SolitaryDilatedDuct\"> </a></td><td>Solitary dilated duct</td><td>When it is malignant, solitary dilated duct appears\nto indicate the presence of DCIS.\nIn almost all solitary dilated duct cases, the dilated\nduct appears to be filled with some debris, with\nor without accompanying fluid, as seen at ultrasound.</td></tr><tr><td style=\"white-space:nowrap\">DuctEctasia<a name=\"DuctAbnormalityTypeCS-DuctEctasia\"> </a></td><td>Duct ectasia</td><td>A noncancerous condition that results in clogged\nducts around the nipple.\nWhile it sometimes causes pain, irritation and discharge,\nit's generally not a cause\nfor concern.\nIf left untreated, it can eventually obliterate the\nbreast duct.\nwww.healthline.com &gt; health &gt; duct-ectasia-of-the-breast</td></tr></table></div>"
  ]; # 
  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/breast-radiology/CodeSystem/DuctAbnormalityTypeCS"]; # 
  fhir:CodeSystem.version [ fhir:value "0.3.0"]; # 
  fhir:CodeSystem.name [ fhir:value "DuctAbnormalityTypeCS"]; # 
  fhir:CodeSystem.title [ fhir:value "Duct Abnormality Type CodeSystem"]; # 
  fhir:CodeSystem.status [ fhir:value "active"]; # 
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean]; # 
  fhir:CodeSystem.date [ fhir:value "2022-12-07T21:19:53+00:00"^^xsd:dateTime]; # 
  fhir:CodeSystem.publisher [ fhir:value "HL7 International - Clinical Interoperability Council"]; # 
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "HL7 International - Clinical Interoperability Council" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/cic" ]     ]
  ]; # 
  fhir:CodeSystem.description [ fhir:value "Duct types code system."]; # 
  fhir:CodeSystem.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
       fhir:Coding.code [ fhir:value "US" ];
       fhir:Coding.display [ fhir:value "United States of America" ]     ]
  ]; # 
  fhir:CodeSystem.caseSensitive [ fhir:value "false"^^xsd:boolean]; # 
  fhir:CodeSystem.content [ fhir:value "complete"]; # 
  fhir:CodeSystem.count [ fhir:value "3"^^xsd:nonNegativeInteger]; # 
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "DuctNormal" ];
     fhir:CodeSystem.concept.display [ fhir:value "Duct normal" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Duct is considered normal.\nIt is surrounded by normal cells and collagen in\nthe breast with no abnormalities.\nA system of ducts in the breast carries milk to the\nnipples." ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "SolitaryDilatedDuct" ];
     fhir:CodeSystem.concept.display [ fhir:value "Solitary dilated duct" ];
     fhir:CodeSystem.concept.definition [ fhir:value "When it is malignant, solitary dilated duct appears\nto indicate the presence of DCIS.\nIn almost all solitary dilated duct cases, the dilated\nduct appears to be filled with some debris, with\nor without accompanying fluid, as seen at ultrasound." ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "DuctEctasia" ];
     fhir:CodeSystem.concept.display [ fhir:value "Duct ectasia" ];
     fhir:CodeSystem.concept.definition [ fhir:value "A noncancerous condition that results in clogged\nducts around the nipple.\nWhile it sometimes causes pain, irritation and discharge,\nit's generally not a cause\nfor concern.\nIf left untreated, it can eventually obliterate the\nbreast duct.\nwww.healthline.com > health > duct-ectasia-of-the-breast" ]
  ]. # 

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

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