@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://ehealth.sundhed.dk/fhir/CodeSystem/ehealth-jurisdiction> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ehealth-jurisdiction"] ; # 
  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 ehealth-jurisdiction</b></p><a name=\"ehealth-jurisdiction\"> </a><a name=\"hcehealth-jurisdiction\"> </a><p>This case-sensitive code system <code>http://ehealth.sundhed.dk/cs/jurisdiction</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><td><b>Dansk (Danish, da)</b></td></tr><tr><td style=\"white-space:nowrap\">healthcare-act<a name=\"ehealth-jurisdiction-healthcare-act\"> </a></td><td>Danish healthcare act</td><td>Danish healthcare act</td><td>Sundhedsloven</td></tr><tr><td style=\"white-space:nowrap\">service-act<a name=\"ehealth-jurisdiction-service-act\"> </a></td><td>Danish service act</td><td>Danish service act</td><td>Serviceloven</td></tr><tr><td style=\"white-space:nowrap\">elderly-act<a name=\"ehealth-jurisdiction-elderly-act\"> </a></td><td>Danish elderly act</td><td>Danish elderly act, formally known as The Act on Social Services for the Elderly</td><td>Ældreloven</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://ehealth.sundhed.dk/cs/jurisdiction"^^xsd:anyURI ;
     fhir:l <http://ehealth.sundhed.dk/cs/jurisdiction>
  ] ; # 
  fhir:version [ fhir:v "8.0.0"] ; # 
  fhir:name [ fhir:v "Jurisdiction"] ; # 
  fhir:title [ fhir:v "Jurisdiction"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2019-12-16T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Den telemedicinske infrastruktur (eHealth Infrastructure)"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Den telemedicinske infrastruktur (eHealth Infrastructure)" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://ehealth.sundhed.dk" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Jurisdiction"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:3166>
       ] ;
       fhir:code [ fhir:v "DK" ] ;
       fhir:display [ fhir:v "Denmark" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "healthcare-act" ] ;
     fhir:display [ fhir:v "Danish healthcare act" ] ;
     fhir:definition [ fhir:v "Danish healthcare act" ] ;
     fhir:designation ( [
       fhir:language [ fhir:v "da" ] ;
       fhir:value [ fhir:v "Sundhedsloven" ]
     ] )
  ] [
     fhir:code [ fhir:v "service-act" ] ;
     fhir:display [ fhir:v "Danish service act" ] ;
     fhir:definition [ fhir:v "Danish service act" ] ;
     fhir:designation ( [
       fhir:language [ fhir:v "da" ] ;
       fhir:value [ fhir:v "Serviceloven" ]
     ] )
  ] [
     fhir:code [ fhir:v "elderly-act" ] ;
     fhir:display [ fhir:v "Danish elderly act" ] ;
     fhir:definition [ fhir:v "Danish elderly act, formally known as The Act on Social Services for the Elderly" ] ;
     fhir:designation ( [
       fhir:language [ fhir:v "da" ] ;
       fhir:value [ fhir:v "Ældreloven" ]
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

