STARS Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions
: Specimen Type Value Set - JSON Representation
Raw json | Download
{
"resourceType" : "ValueSet",
"id" : "specimen-type-value-set",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"ValueSet-sample-type-value-set.html\">STARS Sample Type Value Set</a></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://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/ValueSet/specimen-type-value-set",
"version" : "0.1.0",
"name" : "SpecimenTypeValueSet",
"title" : "Specimen 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" : "Codes describing various specimen types from SNOMED-CT.",
"compose" : {
"include" : [
{
"valueSet" : [
"https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/ValueSet/sample-type-value-set"
]
},
{
"system" : "http://snomed.info/sct",
"filter" : [
{
"property" : "concept",
"op" : "is-a",
"value" : "123038009"
}
]
}
]
}
}