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:CodeSystem; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "BreastLocationQuadrantCS"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Breast Location Quadrant CodeSystem</h2><div><p>Breast body location quadrant code system.</p>\n</div><p>This code system http://hl7.org/fhir/us/breast-radiology/CodeSystem/BreastLocationQuadrantCS 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\">InferiorMedialQuadrent<a name=\"BreastLocationQuadrantCS-InferiorMedialQuadrent\"> </a></td><td>Inferior medial quadrent (lower inner)</td><td>The lower inside (closest to the cleavage of the \r\nbreasts) quadrant of each breast. \r\nThere are 4 quadrants to the anatomy of the breast. \r\n\r\n\r\nValid for the following modalities: MG US.</td></tr><tr><td style=\"white-space:nowrap\">InferiorLateralQuadrent<a name=\"BreastLocationQuadrantCS-InferiorLateralQuadrent\"> </a></td><td>Inferior lateral quadrent (lower outer)</td><td>The upper inside (closest to the armpit of each breast) \r\nquadrant of each breast. \r\nThere are 4 quadrants to the anatomy of the breast. \r\n\r\n\r\nValid for the following modalities: MG US.</td></tr><tr><td style=\"white-space:nowrap\">SuperiorMedialQuadrent<a name=\"BreastLocationQuadrantCS-SuperiorMedialQuadrent\"> </a></td><td>Superior medial quadrent (upper inner)</td><td>The upper inside (closest to the cleavage of the \r\nbreasts) quadrant of each breast. \r\nThere are 4 quadrants to the anatomy of the breast. \r\n\r\n\r\nValid for the following modalities: MG US.</td></tr><tr><td style=\"white-space:nowrap\">SuperiorLateralQuadrent<a name=\"BreastLocationQuadrantCS-SuperiorLateralQuadrent\"> </a></td><td>Superior lateral quadrent (upper outer)</td><td>The upper outside (closest to the armpit on each \r\nbreast) quadrant of each breast. \r\nThere are 4 quadrants to the anatomy of the breast. \r\n\r\n\r\nValid for the following modalities: MG US.</td></tr></table></div>" ]; fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/breast-radiology/CodeSystem/BreastLocationQuadrantCS"]; fhir:CodeSystem.version [ fhir:value "0.2.0"]; fhir:CodeSystem.name [ fhir:value "BreastLocationQuadrantCS"]; fhir:CodeSystem.title [ fhir:value "Breast Location Quadrant CodeSystem"]; fhir:CodeSystem.status [ fhir:value "draft"]; fhir:CodeSystem.date [ fhir:value "2019-11-01T00:00:00+00:00"^^xsd:dateTime]; fhir:CodeSystem.publisher [ fhir:value "Hl7 - Clinical Interoperability Council"]; fhir:CodeSystem.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:CodeSystem.description [ fhir:value "Breast body location quadrant code system."]; fhir:CodeSystem.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:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.count [ fhir:value "4"^^xsd:nonNegativeInteger]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "InferiorMedialQuadrent" ]; fhir:CodeSystem.concept.display [ fhir:value "Inferior medial quadrent (lower inner)" ]; fhir:CodeSystem.concept.definition [ fhir:value "The lower inside (closest to the cleavage of the \r\nbreasts) quadrant of each breast. \r\nThere are 4 quadrants to the anatomy of the breast. \r\n\r\n\r\nValid for the following modalities: MG US." ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "InferiorLateralQuadrent" ]; fhir:CodeSystem.concept.display [ fhir:value "Inferior lateral quadrent (lower outer)" ]; fhir:CodeSystem.concept.definition [ fhir:value "The upper inside (closest to the armpit of each breast) \r\nquadrant of each breast. \r\nThere are 4 quadrants to the anatomy of the breast. \r\n\r\n\r\nValid for the following modalities: MG US." ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "SuperiorMedialQuadrent" ]; fhir:CodeSystem.concept.display [ fhir:value "Superior medial quadrent (upper inner)" ]; fhir:CodeSystem.concept.definition [ fhir:value "The upper inside (closest to the cleavage of the \r\nbreasts) quadrant of each breast. \r\nThere are 4 quadrants to the anatomy of the breast. \r\n\r\n\r\nValid for the following modalities: MG US." ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "SuperiorLateralQuadrent" ]; fhir:CodeSystem.concept.display [ fhir:value "Superior lateral quadrent (upper outer)" ]; fhir:CodeSystem.concept.definition [ fhir:value "The upper outside (closest to the armpit on each \r\nbreast) quadrant of each breast. \r\nThere are 4 quadrants to the anatomy of the breast. \r\n\r\n\r\nValid for the following modalities: MG US." ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.