Breast Radiology Reporting - 1st STU ballot
0.2.0 - STU 1 Ballot 2020May

Breast Radiology Reporting - 1st STU ballot - Local Development build (v0.2.0). See the Directory of published versions

'DiagnosticReport' example. - XML Representation

(back to description)

Raw xml

Source view


<DiagnosticReport xmlns="http://hl7.org/fhir">
  <id value="Report"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/breast-radiology/StructureDefinition/BreastRadReport"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: Report</p><p><b>meta</b>: </p><p><b>contained</b>: , </p><p><b>status</b>: final</p><p><b>category</b>: Imaging <span style="background: LightGoldenRodYellow">(Details : {http://terminology.hl7.org/CodeSystem/observation-category code 'imaging' = 'Imaging)</span></p><p><b>code</b>: Physical findings of Breasts Narrative <span style="background: LightGoldenRodYellow">(Details : {LOINC code '10193-1' = 'Physical findings of Breasts Narrative)</span></p><p><b>subject</b>: unknown resource contained</p><p><b>encounter</b>: unknown resource contained</p><p><b>conclusion</b>: Report Narrative conclusion.</p><p><b>conclusionCode</b>: Category 2 (Benign) <span style="background: LightGoldenRodYellow">(Details : {http://hl7.org/fhir/us/breast-radiology/CodeSystem/BiRadsAssessmentCategoriesCS code 'Category2' = 'Category 2 (Benign))</span></p></div>
  </text>
  <contained>
    <Patient>
      <id value="Patient.Patient1"/>
      <name>
        <family value="Moose"/>
        <given value="Bullwinkle"/>
      </name>
    </Patient>
  </contained>
  <contained>
    <Encounter>
      <id value="Encounter.Encounter1"/>
      <status value="finished"/>
      <class>
        <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
        <code value="CASH"/>
      </class>
    </Encounter>
  </contained>
  <status value="final"/>
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="imaging"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="10193-1"/>
    </coding>
  </code>
  <subject>
    <reference value="#Patient.Patient1"/>
  </subject>
  <encounter>
    <reference value="#Encounter.Encounter1"/>
  </encounter>
  <conclusion value="Report Narrative conclusion."/>
  <conclusionCode>
    <coding>
      <system
              value="http://hl7.org/fhir/us/breast-radiology/CodeSystem/BiRadsAssessmentCategoriesCS"/>
      <code value="Category2"/>
    </coding>
    <text value="Category 2 (Benign)"/>
  </conclusionCode>
</DiagnosticReport>