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 "MGAbnormalityAsymmetriesTypeVS"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Mammography AsymmetryAbnormalities ValueSet</h2><div><p>Mammography asymmetry abnormality types value set.</p>\n</div><ul><li>Include these codes as defined in <a href=\"CodeSystem-MGAbnormalityAsymmetryTypeCS.html\"><code>http://hl7.org/fhir/us/breast-radiology/CodeSystem/MGAbnormalityAsymmetryTypeCS</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-MGAbnormalityAsymmetryTypeCS.html#MGAbnormalityAsymmetryTypeCS-Asymmetry\">Asymmetry</a></td><td>Asymmetry</td><td>Breast asymmetry refers to when one breast is a different <br/>size or shape than the <br/>other. <br/><br/><br/>Valid for the following modalities: MG.</td></tr><tr><td><a href=\"CodeSystem-MGAbnormalityAsymmetryTypeCS.html#MGAbnormalityAsymmetryTypeCS-AsymmetryFocal\">AsymmetryFocal</a></td><td>Asymmetry focal</td><td>Focal asymmetry is visible as a confined asymmetry <br/>with a similar shape on two views <br/>but does not fit the criteria of a mass: that is, <br/>it lacks convex outer borders and <br/>conspicuity. <br/>In contrast to global asymmetry, it occupies a volume <br/>of less than one quadrant of <br/>the breast and is of more concern. <br/>The frequency of finding focal asymmetry at screening <br/>mammography is less than 1%. <br/>[https://pubs.rsna.org/doi/10.1148/rg.e33] <br/><br/>Valid for the following modalities: MG.</td></tr><tr><td><a href=\"CodeSystem-MGAbnormalityAsymmetryTypeCS.html#MGAbnormalityAsymmetryTypeCS-AsymmetryGlobal\">AsymmetryGlobal</a></td><td>Asymmetry global</td><td>Global asymmetry in breast tissue is a form of breast <br/>asymmetry where at least one <br/>quadrant of a breast has a larger amount of fibroglandular <br/>density than the corresponding <br/>area in the contralateral breast. <br/><br/><br/>Valid for the following modalities: MG.</td></tr><tr><td><a href=\"CodeSystem-MGAbnormalityAsymmetryTypeCS.html#MGAbnormalityAsymmetryTypeCS-DevelopingAsymmetry\">DevelopingAsymmetry</a></td><td>Developing Asymmetry</td><td>A developing asymmetry is a focal asymmetry that <br/>is new or increased in conspicuity <br/>compared with the previous mammogram. <br/>It is challenging to evaluate, as it often looks <br/>similar to fibroglandular tissue <br/>at mammography. <br/>A developing asymmetry should be viewed with suspicion <br/>because it is an uncommon <br/>manifestation of breast cancer. <br/>[https://pubs.rsna.org/doi/full/10.1148/rg.2016150123] <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/MGAbnormalityAsymmetriesTypeVS"]; fhir:ValueSet.version [ fhir:value "0.2.0"]; fhir:ValueSet.name [ fhir:value "MGAbnormalityAsymmetriesTypeVS"]; fhir:ValueSet.title [ fhir:value "Mammography AsymmetryAbnormalities 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 asymmetry abnormality types 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/MGAbnormalityAsymmetryTypeCS" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "Asymmetry" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Asymmetry" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "AsymmetryFocal" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Asymmetry focal" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "AsymmetryGlobal" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Asymmetry global" ] ], [ fhir:index 3; fhir:ValueSet.compose.include.concept.code [ fhir:value "DevelopingAsymmetry" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Developing Asymmetry" ] ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.