STARS Implementation Guide
0.1.0 - ci-build

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

: STARS Sample Type Value Set - JSON Representation

Draft as of 2023-04-26

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "sample-type-value-set",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"CodeSystem-legacy-sample-type-code-system.html\"><code>https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/CodeSystem/legacy-sample-type-code-system</code></a></li></ul></div>"
  },
  "url" : "https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/ValueSet/sample-type-value-set",
  "version" : "0.1.0",
  "name" : "SampleTypeValueSet",
  "title" : "STARS Sample Type Value Set",
  "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" : "the thing to pick from",
  "compose" : {
    "include" : [
      {
        "system" : "https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/CodeSystem/legacy-sample-type-code-system"
      }
    ]
  }
}