FHIRcast logo

FHIRcast
3.0.0-ballot - STU 3 Ballot International flag

FHIRcast, published by HL7 International / Infrastructure And Messaging. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhircast-docs/ and changes regularly. See the Directory of published versions

: FHIRcastDiagnosticReportClose-Example - XML Representation

Raw xml | Download



<DiagnosticReport xmlns="http://hl7.org/fhir">
  <id value="2402d3bd-e988-414b-b7f2-4322e86c9327-close"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/fhircast/StructureDefinition/fhircast-diagnostic-report-close"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2><span title="Codes: {http://loinc.org 19005-8}">Radiology Imaging study [Impression] (narrative)</span> </h2><table class="grid"><tr><td>Subject</td><td><b>Anonymous Patient</b> (no stated gender), DoB Unknown ( Medical record number/4438001 (use: official))</td></tr><tr><td>Identifier:</td><td> <code>http://myhealthcare.com/reporting-system</code>/GH339884.RPT.0001 (use: official)</td></tr></table><p><b>Report Details</b></p><p><b>Coded Conclusions :</b></p><ul><li><span title="Codes: {http://snomed.info/sct 368009}">Heart valve disorder</span></li></ul></div>
  </text>
  <identifier>
    <use value="official"/>
    <system value="http://myhealthcare.com/reporting-system"/>
    <value value="GH339884.RPT.0001"/>
  </identifier>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="19005-8"/>
      <display value="Radiology Imaging study [Impression] (narrative)"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/503824b8-fe8c-4227-b061-7181ba6c3926-close"/>
  </subject>
  <conclusionCode>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="368009"/>
      <display value="Heart valve disorder"/>
    </coding>
  </conclusionCode>
</DiagnosticReport>