STARS Implementation Guide
0.1.0 - ci-build

STARS Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: STARS Message Type Code System - XML Representation

Draft as of 2023-04-26

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>This code system <code>https://acdp.csiro.au/starsapi-sandbox/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">Transport<a name="message-type-code-system-Transport"> </a></td></tr></table></div>
  </text>
  <url
       value="https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/CodeSystem/message-type-code-system"/>
  <version value="0.1.0"/>
  <name value="MessageTypeCodeSystem"/>
  <title value="STARS Message Type Code System"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2023-04-26T15:23:36+10:00"/>
  <contact>
    <name value="Conor Vahland"/>
    <telecom>
      <system value="email"/>
      <value value="mailto:stars@csiro.au"/>
    </telecom>
  </contact>
  <description value="Codes describing supported Message Type events."/>
  <caseSensitive value="false"/>
  <content value="complete"/>
  <count value="3"/>
  <concept>
    <code value="ServiceRequest"/>
    <display value="ServiceRequest"/>
  </concept>
  <concept>
    <code value="DiagnosticReport"/>
    <display value="DiagnosticReport"/>
  </concept>
  <concept>
    <code value="Transport"/>
    <display value="Transport"/>
  </concept>
</CodeSystem>