STARS Implementation Guide
0.1.0 - ci-build

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

: STARS Legacy Submission Category Code System - JSON Representation

Draft as of 2023-04-26

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "legacy-submission-category-code-system",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/CodeSystem/legacy-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=\"legacy-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=\"legacy-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=\"legacy-submission-category-code-system-3\"> </a></td><td>Identification of emergency disease high priority</td></tr></table></div>"
  },
  "url" : "https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/CodeSystem/legacy-submission-category-code-system",
  "version" : "0.1.0",
  "name" : "LegacySubmissionCategoryCodeSystem",
  "title" : "STARS Legacy Submission Category Code System",
  "status" : "draft",
  "experimental" : false,
  "date" : "2023-04-26T15:23:36+10:00",
  "contact" : [
    {
      "name" : "Conor Vahland",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:stars@csiro.au"
        }
      ]
    }
  ],
  "description" : "Codes describing various 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"
    }
  ]
}