STARS Implementation Guide
0.5.0 - release

This page is part of the Csiro Stars (v0.5.0: Release) based on FHIR (HL7® FHIR® Standard) v5.0.0. This is the current published version. For a full list of available versions, see the Directory of published versions

: STARS Submission Category - JSON Representation

Active as of 2025-09-08

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "submission-category-code-system",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem submission-category-code-system</b></p><a name=\"submission-category-code-system\"> </a><a name=\"hcsubmission-category-code-system\"> </a><p>This case-insensitive code system <code>https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/submission-category-code-system</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"submission-category-code-system-1\"> </a></td><td>Routine testing no suspicion of emergency disease</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"submission-category-code-system-2\"> </a></td><td>Exclusion of emergency disease low priority</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"submission-category-code-system-3\"> </a></td><td>Identification of emergency disease high priority</td></tr></table></div>"
  },
  "url" : "https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/submission-category-code-system",
  "version" : "0.5.0",
  "name" : "SubmissionCategoryCodeSystem",
  "title" : "STARS Submission Category",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-09-08T19:08:28+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 levels of submission category.",
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "1",
      "display" : "Routine testing no suspicion of emergency disease"
    },
    {
      "code" : "2",
      "display" : "Exclusion of emergency disease low priority"
    },
    {
      "code" : "3",
      "display" : "Identification of emergency disease high priority"
    }
  ]
}