@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://flute.com/ValueSet/VS-GleasonGrade> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "VS-GleasonGrade"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<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><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://flute.com/ValueSet/VS-GleasonGrade"^^xsd:anyURI ;
     fhir:l <https://flute.com/ValueSet/VS-GleasonGrade>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "VS_GleasonGrade"] ; # 
  fhir:title [ fhir:v "Gleason Grade"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-01-30T16:42:51+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Europe"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7 Europe" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.hl7.eu" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Gleason Grade for Prostate Cancer"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "LA30794-4" ] ;
         fhir:display [ fhir:v "Gleason score 3 + 3<=6" ]
       ] [
         fhir:code [ fhir:v "LA30795-1" ] ;
         fhir:display [ fhir:v "Gleason score 3 + 4=7" ]
       ] [
         fhir:code [ fhir:v "LA30796-9" ] ;
         fhir:display [ fhir:v "Gleason score 4 + 3=7" ]
       ] [
         fhir:code [ fhir:v "LA30797-7" ] ;
         fhir:display [ fhir:v "Gleason score 8" ]
       ] [
         fhir:code [ fhir:v "LA30798-5" ] ;
         fhir:display [ fhir:v "Gleason score 9-10" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

