Breast Radiology Reporting - 1st for comment ballot

This page is part of the Breast Radiology Report (v0.1.0: Comment Draft) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

ForeignBodyVS

@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 "breastrad-ForeignBodyVS"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p><b>ForeignBodyVS ValueSet</b></p>\n<p>Foreign Body\n</p>\n</div>"
  ];
  fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/breast-radiology/ValueSet/breastrad-ForeignBodyVS"];
  fhir:ValueSet.version [ fhir:value "0.1.0"];
  fhir:ValueSet.name [ fhir:value "ForeignBodyVS"];
  fhir:ValueSet.title [ fhir:value "ForeignBodyVS"];
  fhir:ValueSet.status [ fhir:value "draft"];
  fhir:ValueSet.date [ fhir:value "2019-08-02T00:00:00-04: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://www.hl7.org/Special/committees/cic" ]     ]
  ];
  fhir:ValueSet.description [ fhir:value "Foreign Body"];
  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/breastrad-ForeignBodyCS" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "BiopsyClip" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "A small metal clip may be inserted into the breast to mark the site of biopsy in case the tissue proves to be cancerous and additional surgery is required. ... Your doctor may recommend a surgical biopsy in follow up to, or instead of, a needle biopsy." ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "BreastMarker" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "In breast cancer care, three tumor markers -- cancer antigen 15-3 (CA 15-3), cancer antigen 27.29 (CA 27.29), and carcinoembryonic antigen (CEA) -- have been used to help monitor metastatic breast cancer (advanced disease)." ]       ], [
         fhir:index 2;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "Calcification" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Breast calcifications are small calcium deposits that develop in a woman's breast tissue. ... Microcalcifications are usually not a result of cancer." ]       ], [
         fhir:index 3;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "GunshotWound" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "It should be considered that isolated breast trauma, although uncommon, might occur due to gunshot trauma which generally causes to multiple organ injuries. The recognition of the abscess focus in the right breast indicates that the physical examination should always be done systemically." ]       ], [
         fhir:index 4;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "None" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "No foreign body present." ]       ], [
         fhir:index 5;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "Pacemaker" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "A pacemaker is a small device that's placed under the skin in your chest to help control your heartbeat. It's used to help your heart beat more regularly if you have an irregular heartbeat (arrhythmia), particularly a slow one. Implanting a pacemaker in your chest requires a surgical procedure." ]       ], [
         fhir:index 6;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "SurgicalClip" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Guided by mammography (stereotactic-guided biopsy) or ultrasound, the surgeon or radiologist places the probe into the suspicious area of the breast. A vacuum then draws the tissue into the probe. ... In some cases, a small metal clip is placed into the biopsy site to mark the location, in case a future biopsy is needed." ]       ], [
         fhir:index 7;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "Wire" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "A wire guided excision biopsy means putting a wire into the breast tissue to show a surgeon which piece to remove. This procedure is used if a breast x-ray (mammogram) or ultrasound has shown an abnormal area but the doctor can't feel a lump." ]       ]     ]
  ].

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

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