Breast Radiology Reporting - 1st STU ballot - Local Development build (v0.2.0). See the Directory of published versions
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 "MGDensityVS"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Mammography Density ValueSet</h2><div><p>Mammography density codes value set.</p>\n</div><ul><li>Include these codes as defined in <a href=\"CodeSystem-MGDensityCS.html\"><code>http://hl7.org/fhir/us/breast-radiology/CodeSystem/MGDensityCS</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-MGDensityCS.html#MGDensityCS-CentralLucent\">CentralLucent</a></td><td>Central lucent</td><td>These are round or oval calcifications that range <br/>from under 1 mm to over a centimeter. <br/>They are the result of fat necrosis, calcified debris <br/>in ducts, and occasional fibroadenomas. <br/>[https://radiologyassistant.nl/breast/breast-calcifications-differential-diagnosis#benign-calcifications-lucent-centered] <br/><br/>Valid for the following modalities: MG.</td></tr><tr><td><a href=\"CodeSystem-MGDensityCS.html#MGDensityCS-EqualDensity\">EqualDensity</a></td><td>Equal density</td><td>(historically, "isodense") <br/>X-ray attenuation of the mass is the same as the <br/>expected attenuation of an equal volume of <br/><br/>fibroglandular breast tissue. <br/>[Breast Imaging Reporting and Data System—Ultrasound, Second Edition] <br/><br/>Valid for the following modalities: MG.</td></tr><tr><td><a href=\"CodeSystem-MGDensityCS.html#MGDensityCS-FatContaining\">FatContaining</a></td><td>Fat containing</td><td>This includes all masses containing fat, such as <br/>oil cyst, lipoma or galactocele, as well as mixed <br/>density masses such as hamartoma. <br/>A fat-containing mass will almost always represent <br/>a <br/><br/>benign mass. <br/>[Breast Imaging Reporting and Data System—Ultrasound, Second Edition] <br/><br/>Valid for the following modalities: MG.</td></tr><tr><td><a href=\"CodeSystem-MGDensityCS.html#MGDensityCS-HighDensity\">HighDensity</a></td><td>High density</td><td>the breast tissue may be called dense if you have <br/>a lot of fibrous or glandular <br/>tissue and not much fat in the breasts. <br/>Having dense breast tissue is common. <br/>Some women have more dense breast tissue than others. <br/>[https://www.cancer.org/cancer/breast-cancer/screening-tests-and-early-detection/mammograms/breast-density-and-the-mammogram-report.html] <br/><br/>Valid for the following modalities: MG.</td></tr><tr><td><a href=\"CodeSystem-MGDensityCS.html#MGDensityCS-LowDensity\">LowDensity</a></td><td>Low density</td><td>X-ray attenuation of the mass is less than the expected <br/>attenuation of an equal volume of <br/>fibroglandular breast tissue. <br/>A low density mass may be a group of microcysts. <br/>If such a finding <br/>is identified at mammography, it may very well not <br/>be malignant but appropriately may <br/><br/>be worked up. <br/>[Breast Imaging Reporting and Data System—Ultrasound, Second Edition] <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/MGDensityVS"]; fhir:ValueSet.version [ fhir:value "0.2.0"]; fhir:ValueSet.name [ fhir:value "MGDensityVS"]; fhir:ValueSet.title [ fhir:value "Mammography 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 density codes 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/MGDensityCS" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "CentralLucent" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Central lucent" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "EqualDensity" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Equal density" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "FatContaining" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Fat containing" ] ], [ fhir:index 3; fhir:ValueSet.compose.include.concept.code [ fhir:value "HighDensity" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "High density" ] ], [ fhir:index 4; fhir:ValueSet.compose.include.concept.code [ fhir:value "LowDensity" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Low density" ] ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.