@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://gematik.de/fhir/isik/Implementationguide/ICU/ValueSet/ProzedurenReanimationCodesSCT> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ProzedurenReanimationCodesSCT"] ; # 
  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 ProzedurenReanimationCodesSCT</b></p><a name=\"ProzedurenReanimationCodesSCT\"> </a><a name=\"hcProzedurenReanimationCodesSCT\"> </a><ul><li>Include codes from<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> where concept  descends from 439569004 (Resuscitation (procedure))</li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://gematik.de/fhir/isik/ValueSet/ProzedurenReanimationCodesSCT"^^xsd:anyURI ;
     fhir:l <https://gematik.de/fhir/isik/ValueSet/ProzedurenReanimationCodesSCT>
  ] ; # 
  fhir:version [ fhir:v "6.0.0-rc"] ; # 
  fhir:name [ fhir:v "ProzedurenReanimationCodesSCT"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-04-02"^^xsd:date] ; # 
  fhir:description [ fhir:v "Enthaelt alle SNOMED Procedure Codes für Reanimationsmaßnahmen"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:filter ( [
         fhir:property [ fhir:v "concept" ] ;
         fhir:op [ fhir:v "descendent-of" ] ;
         fhir:value [ fhir:v "439569004" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

