SNOMED CT Implementation Guide for FHIR
0.0.1 - CI Build

SNOMED CT Implementation Guide for FHIR, published by SNOMED on FHIR project group. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHTSDO/snomed-ig/ and changes regularly. See the Directory of published versions

: Specimen Value Set - JSON Representation

Active as of 2025-07-09

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "specimen-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet specimen-type</b></p><a name=\"specimen-type\"> </a><a name=\"hcspecimen-type\"> </a><ul><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" : "http://snomed.info/fhir/ValueSet/specimen-type",
  "version" : "0.0.1",
  "name" : "SpecimenTypeValueSet",
  "title" : "Specimen Value Set",
  "status" : "active",
  "date" : "2025-07-09T10:34:35+00:00",
  "publisher" : "SNOMED on FHIR project group",
  "contact" : [
    {
      "name" : "SNOMED on FHIR project group",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://confluence.ihtsdotools.org/display/FHIR/SNOMED+on+FHIR"
        }
      ]
    }
  ],
  "description" : "Codes describing the type of specimen.",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "123038009"
          }
        ]
      }
    ]
  }
}