STARS Implementation Guide
0.3.0 - ci-build

This page is part of the Csiro Stars (v0.3.0: Releases Draft) based on FHIR (HL7® FHIR® Standard) v5.0.0. No current official version has been published yet. For a full list of available versions, see the Directory of published versions

: MessageHeader-DiagnosticReport - XML Representation

Raw xml | Download


<MessageHeader xmlns="http://hl7.org/fhir">
  <id value="MessageHeader-DiagnosticReport"/>
  <meta>
    <profile
             value="https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-messageheader"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MessageHeader MessageHeader-DiagnosticReport</b></p><a name="MessageHeader-DiagnosticReport"> </a><a name="hcMessageHeader-DiagnosticReport"> </a><a name="MessageHeader-DiagnosticReport-en-US"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-csiro-stars-messageheader.html">CSIRO STARS MessageHeader Profile</a></p></div><p><b>event</b>: <a href="CodeSystem-message-type-code-system.html#message-type-code-system-DiagnosticReport">STARS Message Type Code System DiagnosticReport</a>: DiagnosticReport</p><h3>Destinations</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Receiver</b></td></tr><tr><td style="display: none">*</td><td><a href="Bundle-aa4dd75c-673b-4263-8c70-6e92fef4a48b.html#urn-uuid-111333e4-54f3-4554-bbd8-12a828111222">Bundle: type = message</a></td></tr></table><p><b>sender</b>: <a href="Bundle-aa4dd75c-673b-4263-8c70-6e92fef4a48b.html#urn-uuid-111222e4-54f3-4554-bbd8-12a828111222">Bundle: type = message</a></p><h3>Sources</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Software</b></td><td><b>Version</b></td></tr><tr><td style="display: none">*</td><td>sushi and ig-publisher</td><td>1.2.3.4</td></tr></table></div>
  </text>
  <eventCoding>
    <system
            value="https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/message-type-code-system"/>
    <code value="DiagnosticReport"/>
    <display value="DiagnosticReport"/>
  </eventCoding>
  <destination>
    <receiver>
      <reference value="urn:uuid:111333e4-54f3-4554-bbd8-12a828111222"/>
    </receiver>
  </destination>
  <sender>
    <reference value="urn:uuid:111222e4-54f3-4554-bbd8-12a828111222"/>
  </sender>
  <source>
    <software value="sushi and ig-publisher"/>
    <version value="1.2.3.4"/>
  </source>
</MessageHeader>