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 - JSON Representation

Active as of 2025-06-03

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "message-type-code-system",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "url" : "https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/message-type-code-system",
  "version" : "0.3.0",
  "name" : "MessageTypeCodeSystem",
  "title" : "STARS Message Type Code System",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-06-03T16:58:05+10:00",
  "publisher" : "ACDP Informatics CSIRO",
  "contact" : [
    {
      "name" : "ACDP Informatics CSIRO",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://starsapi.csiro.au"
        },
        {
          "system" : "email",
          "value" : "stars-support@csiro.au"
        }
      ]
    }
  ],
  "description" : "Codes describing supported Message Type events.",
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "ServiceRequest",
      "display" : "ServiceRequest"
    },
    {
      "code" : "DiagnosticReport",
      "display" : "DiagnosticReport"
    },
    {
      "code" : "DocumentReference",
      "display" : "DocumentReference"
    },
    {
      "code" : "Transport",
      "display" : "Transport"
    }
  ]
}