@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/MorsDiagnosegrupper> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "MorsDiagnosegrupper"] ; # 
  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 MorsDiagnosegrupper</b></p><a name=\"MorsDiagnosegrupper\"> </a><a name=\"hcMorsDiagnosegrupper\"> </a><p>This case-insensitive code system <code>https://kip.rkkp.dk/fhir/CodeSystem/MorsDiagnosegrupper</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">infektion<a name=\"MorsDiagnosegrupper-infektion\"> </a></td><td>Infektioner</td></tr><tr><td style=\"white-space:nowrap\">kardinal<a name=\"MorsDiagnosegrupper-kardinal\"> </a></td><td>Kardiale årsager</td></tr><tr><td style=\"white-space:nowrap\">Lever<a name=\"MorsDiagnosegrupper-Lever\"> </a></td><td>Leverlidelser</td></tr><tr><td style=\"white-space:nowrap\">social<a name=\"MorsDiagnosegrupper-social\"> </a></td><td>Socialt</td></tr><tr><td style=\"white-space:nowrap\">ulykker<a name=\"MorsDiagnosegrupper-ulykker\"> </a></td><td>Ulykke</td></tr><tr><td style=\"white-space:nowrap\">vaskulaer<a name=\"MorsDiagnosegrupper-vaskulaer\"> </a></td><td>Vaskulære årsager</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://kip.rkkp.dk/fhir/CodeSystem/MorsDiagnosegrupper"^^xsd:anyURI ;
     fhir:l <https://kip.rkkp.dk/fhir/CodeSystem/MorsDiagnosegrupper>
  ] ; # 
  fhir:version [ fhir:v "2.19.2"] ; # 
  fhir:name [ fhir:v "MorsDiagnosegrupper"] ; # 
  fhir:title [ fhir:v "Mors Diagnosegrupper (DNSL)"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2024-01-10T00: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 "Mors Diagnosegrupper (DNSL)"] ; # 
  fhir:caseSensitive [ fhir:v false] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "infektion" ] ;
     fhir:display [ fhir:v "Infektioner" ]
  ] [
     fhir:code [ fhir:v "kardinal" ] ;
     fhir:display [ fhir:v "Kardiale årsager" ]
  ] [
     fhir:code [ fhir:v "Lever" ] ;
     fhir:display [ fhir:v "Leverlidelser" ]
  ] [
     fhir:code [ fhir:v "social" ] ;
     fhir:display [ fhir:v "Socialt" ]
  ] [
     fhir:code [ fhir:v "ulykker" ] ;
     fhir:display [ fhir:v "Ulykke" ]
  ] [
     fhir:code [ fhir:v "vaskulaer" ] ;
     fhir:display [ fhir:v "Vaskulære årsager" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

