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 "ShapeVS"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Shape ValueSet</h2><div><p>Shape value set.</p>\n</div><ul><li>Include these codes as defined in <a href=\"CodeSystem-ShapeCS.html\"><code>http://hl7.org/fhir/us/breast-radiology/CodeSystem/ShapeCS</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-ShapeCS.html#ShapeCS-IrregularInShape\">IrregularInShape</a></td><td>Irregular in shape</td><td>A mass that can't be characterized by any specific <br/>shape. <br/><br/><br/>Valid for the following modalities: MG US MRI.</td></tr><tr><td><a href=\"CodeSystem-ShapeCS.html#ShapeCS-LobulatedInShape\">LobulatedInShape</a></td><td>Lobulated in shape</td><td>A mass that has an undulating (having a smoothly <br/>rising and falling form or outline) <br/>contour. <br/><br/><br/>Valid for the following modalities: MG US MRI.</td></tr><tr><td><a href=\"CodeSystem-ShapeCS.html#ShapeCS-OvalInShape\">OvalInShape</a></td><td>Oval in shape</td><td>There is a mass that is elliptical or egg-shaped. <br/><br/><br/>Valid for the following modalities: MG US MRI.</td></tr><tr><td><a href=\"CodeSystem-ShapeCS.html#ShapeCS-Reniform\">Reniform</a></td><td>Reniform</td><td>There is a mass that is reniform (kidney shape) in <br/>shape. <br/><br/><br/>Valid for the following modalities: MG.</td></tr><tr><td><a href=\"CodeSystem-ShapeCS.html#ShapeCS-RoundInShape\">RoundInShape</a></td><td>Round in shape</td><td>There is a mass that is spherical, ball-shaped, circular <br/>or global. <br/><br/><br/>Valid for the following modalities: MG US MRI.</td></tr></table></li></ul></div>" ]; fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/breast-radiology/ValueSet/ShapeVS"]; fhir:ValueSet.version [ fhir:value "0.2.0"]; fhir:ValueSet.name [ fhir:value "ShapeVS"]; fhir:ValueSet.title [ fhir:value "Shape 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 "Shape 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/ShapeCS" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "IrregularInShape" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Irregular in shape" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "LobulatedInShape" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Lobulated in shape" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "OvalInShape" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Oval in shape" ] ], [ fhir:index 3; fhir:ValueSet.compose.include.concept.code [ fhir:value "Reniform" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Reniform" ] ], [ fhir:index 4; fhir:ValueSet.compose.include.concept.code [ fhir:value "RoundInShape" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Round in shape" ] ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.