@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://kip.rkkp.dk/fhir/CodeSystem/BleedingStroke> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "BleedingStroke"] ; # 
  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 BleedingStroke</b></p><a name=\"BleedingStroke\"> </a><a name=\"hcBleedingStroke\"> </a><p>This case-insensitive code system <code>https://kip.rkkp.dk/fhir/CodeSystem/BleedingStroke</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\">hi_1<a name=\"BleedingStroke-hi_1\"> </a></td><td>HI 1</td><td>HI 1</td></tr><tr><td style=\"white-space:nowrap\">hi_2<a name=\"BleedingStroke-hi_2\"> </a></td><td>HI 2</td><td>HI 2</td></tr><tr><td style=\"white-space:nowrap\">ph_1<a name=\"BleedingStroke-ph_1\"> </a></td><td>PH 1</td><td>PH 1</td></tr><tr><td style=\"white-space:nowrap\">ph_2<a name=\"BleedingStroke-ph_2\"> </a></td><td>PH 2</td><td>PH 2</td></tr><tr><td style=\"white-space:nowrap\">phr_1<a name=\"BleedingStroke-phr_1\"> </a></td><td>PHr 1</td><td>PHr 1</td></tr><tr><td style=\"white-space:nowrap\">phr_2<a name=\"BleedingStroke-phr_2\"> </a></td><td>PHr 2</td><td>PHr 2</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://kip.rkkp.dk/fhir/CodeSystem/BleedingStroke"^^xsd:anyURI ;
     fhir:l <https://kip.rkkp.dk/fhir/CodeSystem/BleedingStroke>
  ] ; # 
  fhir:version [ fhir:v "2.16.0"] ; # 
  fhir:name [ fhir:v "BleedingStroke"] ; # 
  fhir:title [ fhir:v "Bleeding - Stroke"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2022-09-01T00:00:00+02:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://trifork.com" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "rbk@trifork.com" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Bleeding - Stroke"] ; # 
  fhir:caseSensitive [ fhir:v false] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "hi_1" ] ;
     fhir:display [ fhir:v "HI 1" ] ;
     fhir:definition [ fhir:v "HI 1" ]
  ] [
     fhir:code [ fhir:v "hi_2" ] ;
     fhir:display [ fhir:v "HI 2" ] ;
     fhir:definition [ fhir:v "HI 2" ]
  ] [
     fhir:code [ fhir:v "ph_1" ] ;
     fhir:display [ fhir:v "PH 1" ] ;
     fhir:definition [ fhir:v "PH 1" ]
  ] [
     fhir:code [ fhir:v "ph_2" ] ;
     fhir:display [ fhir:v "PH 2" ] ;
     fhir:definition [ fhir:v "PH 2" ]
  ] [
     fhir:code [ fhir:v "phr_1" ] ;
     fhir:display [ fhir:v "PHr 1" ] ;
     fhir:definition [ fhir:v "PHr 1" ]
  ] [
     fhir:code [ fhir:v "phr_2" ] ;
     fhir:display [ fhir:v "PHr 2" ] ;
     fhir:definition [ fhir:v "PHr 2" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

