FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagecsiro.stars
Resource TypeCodeSystem
IdCodeSystem-submission-category-code-system.json
FHIR VersionR5
Sourcehttps://starsapi.csiro.au/fhir-ig/stars/0.5.1/CodeSystem-submission-category-code-system.html
URLhttps://starsapi.csiro.au/fhir-ig/stars/CodeSystem/submission-category-code-system
Version0.5.1
Statusactive
Date2025-10-15T22:25:59+11:00
NameSubmissionCategoryCodeSystem
TitleSTARS Submission Category
DescriptionCodes describing levels of submission category.
Contentcomplete

Resources that use this resource

ValueSet
submission-category-value-setSTARS Submission Category

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem submission-category-code-system

This case-insensitive code system https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/submission-category-code-system defines the following codes:

CodeDisplay
1 Routine testing no suspicion of emergency disease
2 Exclusion of emergency disease low priority
3 Identification of emergency disease high priority

Source1

{
  "resourceType": "CodeSystem",
  "id": "submission-category-code-system",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/submission-category-code-system",
  "version": "0.5.1",
  "name": "SubmissionCategoryCodeSystem",
  "title": "STARS Submission Category",
  "status": "active",
  "experimental": false,
  "date": "2025-10-15T22:25:59+11: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"
    }
  ]
}