@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/ValueSet/Skematype> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Skematype"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet Skematype</b></p><a name=\"Skematype\"> </a><a name=\"hcSkematype\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-GenericValues.html\"><code>https://kip.rkkp.dk/fhir/CodeSystem/GenericValues</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?2.19.2</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-GenericValues.html#GenericValues-paper_report\">paper_report</a></td><td>Papir</td><td>Paper report / Papir indberetning</td></tr><tr><td><a href=\"CodeSystem-GenericValues.html#GenericValues-electronic_report\">electronic_report</a></td><td>Elektronisk</td><td>Electronic report / Elektronisk indberetning</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://kip.rkkp.dk/fhir/ValueSet/Skematype"^^xsd:anyURI ;
     fhir:l <https://kip.rkkp.dk/fhir/ValueSet/Skematype>
  ] ; # 
  fhir:version [ fhir:v "2.19.2"] ; # 
  fhir:name [ fhir:v "Skematype"] ; # 
  fhir:title [ fhir:v "Skematype"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2022-09-06T00: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 "Indleveringsform for eksterne skemaer"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "https://kip.rkkp.dk/fhir/CodeSystem/GenericValues"^^xsd:anyURI ;
         fhir:l <https://kip.rkkp.dk/fhir/CodeSystem/GenericValues>
       ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "paper_report" ] ;
         fhir:display [ fhir:v "Papir" ]
       ] [
         fhir:code [ fhir:v "electronic_report" ] ;
         fhir:display [ fhir:v "Elektronisk" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

