FLUTE Cross-border Prostate Cancer Data Standard Guide
0.1.0 - ci-build
Funded by the European Union

FLUTE Cross-border Prostate Cancer Data Standard Guide, published by Flute Project. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/flute/ and changes regularly. See the Directory of published versions

: Type of Biopsy - JSON Representation

Draft as of 2024-09-25

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "VS-BiopsyType",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet VS-BiopsyType</b></p><a name=\"VS-BiopsyType\"> </a><a name=\"hcVS-BiopsyType\"> </a><a name=\"VS-BiopsyType-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/884001\">884001</a></td><td>Initial</td></tr><tr><td><a href=\"http://snomed.info/id/27582007\">27582007</a></td><td>Repeated</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.eu/fhir/ig/flute/ValueSet/VS-BiopsyType",
  "version" : "0.1.0",
  "name" : "VS_BiopsyType",
  "title" : "Type of Biopsy",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-09-25T16:08:44+00:00",
  "publisher" : "Flute Project",
  "contact" : [
    {
      "name" : "Flute Project",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.fluteproject.eu/"
        }
      ]
    },
    {
      "name" : "Flute Project",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.fluteproject.eu/"
        }
      ]
    }
  ],
  "description" : "ValueSet for categorizing types of biopsy as initial or repeated",
  "copyright" : "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "884001",
            "display" : "Initial"
          },
          {
            "code" : "27582007",
            "display" : "Repeated"
          }
        ]
      }
    ]
  }
}