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

: STARS Message Type Code System - XML Representation

Active as of 2025-06-03

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="message-type-code-system"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem message-type-code-system</b></p><a name="message-type-code-system"> </a><a name="hcmessage-type-code-system"> </a><a name="message-type-code-system-en-US"> </a><p>This case-insensitive code system <code>https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/message-type-code-system</code> defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td></tr><tr><td style="white-space:nowrap">ServiceRequest<a name="message-type-code-system-ServiceRequest"> </a></td></tr><tr><td style="white-space:nowrap">DiagnosticReport<a name="message-type-code-system-DiagnosticReport"> </a></td></tr><tr><td style="white-space:nowrap">DocumentReference<a name="message-type-code-system-DocumentReference"> </a></td></tr><tr><td style="white-space:nowrap">Transport<a name="message-type-code-system-Transport"> </a></td></tr></table></div>
  </text>
  <url
       value="https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/message-type-code-system"/>
  <version value="0.3.0"/>
  <name value="MessageTypeCodeSystem"/>
  <title value="STARS Message Type Code System"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2025-06-03T16:58:05+10:00"/>
  <publisher value="ACDP Informatics CSIRO"/>
  <contact>
    <name value="ACDP Informatics CSIRO"/>
    <telecom>
      <system value="url"/>
      <value value="https://starsapi.csiro.au"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="stars-support@csiro.au"/>
    </telecom>
  </contact>
  <description value="Codes describing supported Message Type events."/>
  <caseSensitive value="false"/>
  <content value="complete"/>
  <count value="4"/>
  <concept>
    <code value="ServiceRequest"/>
    <display value="ServiceRequest"/>
  </concept>
  <concept>
    <code value="DiagnosticReport"/>
    <display value="DiagnosticReport"/>
  </concept>
  <concept>
    <code value="DocumentReference"/>
    <display value="DocumentReference"/>
  </concept>
  <concept>
    <code value="Transport"/>
    <display value="Transport"/>
  </concept>
</CodeSystem>