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

Mass Type 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 "MassTypeValueSetVS"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Mass Type ValueSet</h2><div><p>Mass type value set.</p>\n</div><ul><li>Include these codes as defined in <a href=\"CodeSystem-MassTypeCS.html\"><code>http://hl7.org/fhir/us/breast-radiology/CodeSystem/MassTypeCS</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-MassTypeCS.html#MassTypeCS-Mass\">Mass</a></td><td>Mass</td><td>A breast mass has been identified in the breast. <br/>This is also known as a breast lump. <br/>It feels different from the surrounding tissue. <br/>Breast pain, nipple discharge, or skin changes may <br/>be present. <br/><br/><br/>Valid for the following modalities: MG US MRI.</td></tr><tr><td><a href=\"CodeSystem-MassTypeCS.html#MassTypeCS-MassIntraductal\">MassIntraductal</a></td><td>Mass intraductal</td><td>An intraductal mass has been identified in the breast. <br/>It is a lump that originates in one or more of the <br/>milk ducts in the breast. <br/><br/><br/>Valid for the following modalities: US.</td></tr><tr><td><a href=\"CodeSystem-MassTypeCS.html#MassTypeCS-MassPartiallySolid\">MassPartiallySolid</a></td><td>Mass partially solid</td><td>A mass that is partially solid has been identified <br/>in the breast. <br/><br/><br/>Valid for the following modalities: MG US.</td></tr><tr><td><a href=\"CodeSystem-MassTypeCS.html#MassTypeCS-MassSkinATLASIsSkinLesion\">MassSkinATLASIsSkinLesion</a></td><td>Mass skin ATLAS is skin lesion</td><td>The mammogram and/or ultrasound show a skin lesion. <br/>This finding may be described in the mammography <br/>report or annotated on the mammographic image when <br/>it projects over the breast (especially on two different <br/>projections) and may be mistaken for an intramammary <br/><br/>lesion. <br/>[Breast Imaging Reporting and Data System—Ultrasound, Second Edition] <br/><br/>Valid for the following modalities: MG US.</td></tr><tr><td><a href=\"CodeSystem-MassTypeCS.html#MassTypeCS-MassSolid\">MassSolid</a></td><td>Mass solid</td><td>The mammogram and/or ultrasound show solid mass of <br/>the breast. <br/>This can be nodules, fibrocystic tissue, phylloides <br/>tumor, breast cancer or metastatic. <br/>A biopsy confirmation may be required. <br/><br/><br/>Valid for the following modalities: MG US.</td></tr></table></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/breast-radiology/ValueSet/MassTypeValueSetVS"];
  fhir:ValueSet.version [ fhir:value "0.2.0"];
  fhir:ValueSet.name [ fhir:value "MassTypeValueSetVS"];
  fhir:ValueSet.title [ fhir:value "Mass Type 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 "Mass type 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/MassTypeCS" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "Mass" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Mass" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "MassIntraductal" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Mass intraductal" ]       ], [
         fhir:index 2;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "MassPartiallySolid" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Mass partially solid" ]       ], [
         fhir:index 3;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "MassSkinATLASIsSkinLesion" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Mass skin ATLAS is skin lesion" ]       ], [
         fhir:index 4;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "MassSolid" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Mass solid" ]       ]     ]
  ].

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

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