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 "OrientationCS"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Orientation CodeSystem</h2><div><p>Orientation CodeSystem</p>\n</div><p>This code system http://hl7.org/fhir/us/breast-radiology/CodeSystem/OrientationCS 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\">ParallelToSkin<a name=\"OrientationCS-ParallelToSkin\"> </a></td><td>Parallel to skin</td><td>The lesion/mass is oriented parellel to skin. \r\n\r\n\r\nValid for the following modalities: MG US MRI NM.</td></tr><tr><td style=\"white-space:nowrap\">PerpendicularToSkin<a name=\"OrientationCS-PerpendicularToSkin\"> </a></td><td>Perpendicular to skin (not parallel)</td><td>The lesion/mass is oriented perpendicular to skin. \r\n\r\n\r\nValid for the following modalities: MG US MRI NM.</td></tr><tr><td style=\"white-space:nowrap\">TallerThanWide<a name=\"OrientationCS-TallerThanWide\"> </a></td><td>Taller than wide</td><td>The nodule is taller than wide. \r\nA nodule is said to be taller than wide when it is \r\ngreater in the direction normal to the skin than \r\nin the parallel ones. \r\n\r\n\r\nValid for the following modalities: US MRI.</td></tr><tr><td style=\"white-space:nowrap\">WiderThanTall<a name=\"OrientationCS-WiderThanTall\"> </a></td><td>Wider than tall</td><td>The nodule is wider than tall. \r\nA nodule is said to be wider than tall when it is \r\nlarger in the direction not parallel to the direction \r\nof the skin. \r\n\r\n\r\nValid for the following modalities: US MRI.</td></tr></table></div>" ]; fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/breast-radiology/CodeSystem/OrientationCS"]; fhir:CodeSystem.version [ fhir:value "0.2.0"]; fhir:CodeSystem.name [ fhir:value "OrientationCS"]; fhir:CodeSystem.title [ fhir:value "Orientation 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 "Orientation CodeSystem"]; 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 "ParallelToSkin" ]; fhir:CodeSystem.concept.display [ fhir:value "Parallel to skin" ]; fhir:CodeSystem.concept.definition [ fhir:value "The lesion/mass is oriented parellel to skin. \r\n\r\n\r\nValid for the following modalities: MG US MRI NM." ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "PerpendicularToSkin" ]; fhir:CodeSystem.concept.display [ fhir:value "Perpendicular to skin (not parallel)" ]; fhir:CodeSystem.concept.definition [ fhir:value "The lesion/mass is oriented perpendicular to skin. \r\n\r\n\r\nValid for the following modalities: MG US MRI NM." ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "TallerThanWide" ]; fhir:CodeSystem.concept.display [ fhir:value "Taller than wide" ]; fhir:CodeSystem.concept.definition [ fhir:value "The nodule is taller than wide. \r\nA nodule is said to be taller than wide when it is \r\ngreater in the direction normal to the skin than \r\nin the parallel ones. \r\n\r\n\r\nValid for the following modalities: US MRI." ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "WiderThanTall" ]; fhir:CodeSystem.concept.display [ fhir:value "Wider than tall" ]; fhir:CodeSystem.concept.definition [ fhir:value "The nodule is wider than tall. \r\nA nodule is said to be wider than tall when it is \r\nlarger in the direction not parallel to the direction \r\nof the skin. \r\n\r\n\r\nValid for the following modalities: US MRI." ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.