@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 -------------------------------------------------------------------

<http://hl7.org/dam/CodeSystem/review-event-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "review-event-cs"] ; # 
  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: CodeSystem review-event-cs</b></p><a name=\"review-event-cs\"> </a><a name=\"hcreview-event-cs\"> </a><p>This case-sensitive code system <code>http://hl7.org/dam/CodeSystem/review-event-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">creation<a name=\"review-event-cs-creation\"> </a></td><td>Creation</td><td>Review triggered by creation of an element</td></tr><tr><td style=\"white-space:nowrap\">periodic<a name=\"review-event-cs-periodic\"> </a></td><td>Periodic</td><td>Review triggered by periodic schedule</td></tr><tr><td style=\"white-space:nowrap\">caused<a name=\"review-event-cs-caused\"> </a></td><td>Caused</td><td>Review triggered by a specific cause or event</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://hl7.org/dam/CodeSystem/review-event-cs"^^xsd:anyURI ;
     fhir:l <http://hl7.org/dam/CodeSystem/review-event-cs>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "ReviewEventCS"] ; # 
  fhir:title [ fhir:v "Review Event Code System"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2026-02-18T18:16:25+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Patient Care WG"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Patient Care WG" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.hl7.org/Special/committees/patientcare" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes for events that trigger reviews"] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "creation" ] ;
     fhir:display [ fhir:v "Creation" ] ;
     fhir:definition [ fhir:v "Review triggered by creation of an element" ]
  ] [
     fhir:code [ fhir:v "periodic" ] ;
     fhir:display [ fhir:v "Periodic" ] ;
     fhir:definition [ fhir:v "Review triggered by periodic schedule" ]
  ] [
     fhir:code [ fhir:v "caused" ] ;
     fhir:display [ fhir:v "Caused" ] ;
     fhir:definition [ fhir:v "Review triggered by a specific cause or event" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

