HL7 Czech Shared Health Record Implementation Guide
0.0.1 - ci-build Czechia flag

HL7 Czech Shared Health Record Implementation Guide, published by HL7 Czech Republic. 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/HL7-cz/szz/ and changes regularly. See the Directory of published versions

: Region of prostate for MRI for prostate cancer determination - TTL Representation

Active as of 2025-03-05

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/cz-region-of-prostate-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "cz-region-of-prostate-vs"] ;
  fhir:Resource.language [ fhir:value "cs"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xml:lang=\"cs\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"cs\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet cz-region-of-prostate-vs</b></p><a name=\"cz-region-of-prostate-vs\"> </a><a name=\"hccz-region-of-prostate-vs\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: cs</p></div><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</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=\"http://snomed.info/id/399384005\">399384005</a></td><td>Transition zone of prostate</td></tr><tr><td><a href=\"http://snomed.info/id/279706003\">279706003</a></td><td>Peripheral zone of prostate</td></tr></table></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://ncez.mzcr.cz/terminology/ValueSet/cz-region-of-prostate-vs"] ;
  fhir:ValueSet.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]
  ] ;
  fhir:ValueSet.version [ fhir:value "0.0.1"] ;
  fhir:ValueSet.name [ fhir:value "RegionOfProstateVS"] ;
  fhir:ValueSet.title [ fhir:value "Region of prostate for MRI for prostate cancer determination"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2025-03-05"^^xsd:date] ;
  fhir:ValueSet.publisher [ fhir:value "HL7 Czech Republic"] ;
  fhir:ValueSet.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "HL7 Czech Republic" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.hl7.cz/" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "The Value Set is used for region of prostate for cancer determination in the Shared Health Record."] ;
  fhir:ValueSet.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "CZ" ] ;
       fhir:Coding.display [ fhir:value "Czechia" ]
     ]
  ] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "399384005" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Transition zone of prostate" ]
       ], [
         fhir:index 1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "279706003" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Peripheral zone of prostate" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/cz-region-of-prostate-vs.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/cz-region-of-prostate-vs.ttl> .