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

Example: BreastRadiologyReportExample1


<DiagnosticReport xmlns="http://hl7.org/fhir">
  <id value="BreastRadiologyReportExample1"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/breast-radiology/StructureDefinition/breastrad-BreastRadiologyReport"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
This is an example Breast Radiology Report.<br/>
<br/>
<b>Status</b>: 'Final'<br/>
<b>Code</b>: [http://loinc.org] '10193-1'<br/>
<b>Subject</b>: 'Reference to subject of breast report'<br/>
<b>Effective</b>: [dateTime] '2019-01-01T00:00:00+00:00'<br/>
<b>Issued</b>: [instant] '2019-01-01T00:00:00+00:00'<br/>
<b>Id</b>: BreastRadiologyReportExample1<br/>
<b>Category</b>: [http://terminology.hl7.org/CodeSystem/v2-0074] 'RAD'<br/>
<b>Conclusion</b>: Conclusion text<br/>
<b>ConclusionCode</b>: [http://snomed.info/sct] '144008'<br/>
<b>ResultComposition</b>: Reference to a BreastRadiologyDocument<br/>
</div>
  </text>
  <extension
             url="http://hl7.org/fhir/us/breast-radiology/StructureDefinition/breastrad-ResultComposition-extension">
    <valueReference>
      <display value="Reference to BreastRadiologyDocument"/>
    </valueReference>
  </extension>
  <status value="final"/>
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v2-0074"/>
      <code value="RAD"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="10193-1"/>
    </coding>
  </code>
  <subject>
    <display value="Reference to subject of breast report"/>
  </subject>
  <effectiveDateTime value="2019-01-01T00:00:00+00:00"/>
  <issued value="2019-01-01T00:00:00+00:00"/>
  <conclusion value="Conclusion text"/>
  <conclusionCode>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="144008"/>
    </coding>
  </conclusionCode>
</DiagnosticReport>