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

: Gleason Grade - JSON Representation

Draft as of 2024-09-25

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "VS-GleasonGrade",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet VS-GleasonGrade</b></p><a name=\"VS-GleasonGrade\"> </a><a name=\"hcVS-GleasonGrade\"> </a><a name=\"VS-GleasonGrade-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</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=\"https://loinc.org/LA30794-4/\">LA30794-4</a></td><td>Gleason score 3 + 3&lt;=6</td></tr><tr><td><a href=\"https://loinc.org/LA30795-1/\">LA30795-1</a></td><td>Gleason score 3 + 4=7</td></tr><tr><td><a href=\"https://loinc.org/LA30796-9/\">LA30796-9</a></td><td>Gleason score 4 + 3=7</td></tr><tr><td><a href=\"https://loinc.org/LA30797-7/\">LA30797-7</a></td><td>Gleason score 8</td></tr><tr><td><a href=\"https://loinc.org/LA30798-5/\">LA30798-5</a></td><td>Gleason score 9-10</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.eu/fhir/ig/flute/ValueSet/VS-GleasonGrade",
  "version" : "0.1.0",
  "name" : "VS_GleasonGrade",
  "title" : "Gleason Grade",
  "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" : "Gleason Grade for Prostate Cancer",
  "copyright" : "This material contains content from LOINC (http://loinc.org). LOINC is copyright © 1995-2020, Regenstrief Institute, Inc. and the Logical Observation Identifiers Names and Codes (LOINC) Committee and is available at no cost under the license at http://loinc.org/license. LOINC® is a registered United States trademark of Regenstrief Institute, Inc",
  "compose" : {
    "include" : [
      {
        "system" : "http://loinc.org",
        "concept" : [
          {
            "code" : "LA30794-4",
            "display" : "Gleason score 3 + 3<=6"
          },
          {
            "code" : "LA30795-1",
            "display" : "Gleason score 3 + 4=7"
          },
          {
            "code" : "LA30796-9",
            "display" : "Gleason score 4 + 3=7"
          },
          {
            "code" : "LA30797-7",
            "display" : "Gleason score 8"
          },
          {
            "code" : "LA30798-5",
            "display" : "Gleason score 9-10"
          }
        ]
      }
    ]
  }
}