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

: Specimen Type Value Set - JSON Representation

Active as of 2025-06-03

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "specimen-type-value-set",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet specimen-type-value-set</b></p><a name=\"specimen-type-value-set\"> </a><a name=\"hcspecimen-type-value-set\"> </a><a name=\"specimen-type-value-set-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <code>https://ontoacdp.csiro.au/fhir/CodeSystem/stars-sample-type-code-system</code></li><li>Include codes from<a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept  is-a 123038009 (Specimen)</li></ul></div>"
  },
  "url" : "https://starsapi.csiro.au/fhir-ig/stars/ValueSet/specimen-type-value-set",
  "version" : "0.3.0",
  "name" : "SpecimenTypeValueSet",
  "title" : "Specimen Type Value Set",
  "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 various specimen types from SNOMED-CT.",
  "compose" : {
    "include" : [
      {
        "system" : "https://ontoacdp.csiro.au/fhir/CodeSystem/stars-sample-type-code-system"
      },
      {
        "system" : "http://snomed.info/sct",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "123038009"
          }
        ]
      }
    ]
  }
}