@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/ReferredFrom> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ReferredFrom"] ; # 
  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 ReferredFrom</b></p><a name=\"ReferredFrom\"> </a><a name=\"hcReferredFrom\"> </a><p>This case-insensitive code system <code>https://kip.rkkp.dk/fhir/CodeSystem/ReferredFrom</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\">own_doctor<a name=\"ReferredFrom-own_doctor\"> </a></td><td>Own doctor</td><td>Own doctor / Egen læge</td></tr><tr><td style=\"white-space:nowrap\">specialist_doctor<a name=\"ReferredFrom-specialist_doctor\"> </a></td><td>Specialist doctor</td><td>Specialist doctor / Speciallæge</td></tr><tr><td style=\"white-space:nowrap\">hospital_department<a name=\"ReferredFrom-hospital_department\"> </a></td><td>Hospital department</td><td>Hospital department / Sygehusafdeling</td></tr><tr><td style=\"white-space:nowrap\">palliative_department<a name=\"ReferredFrom-palliative_department\"> </a></td><td>Palliative department</td><td>Palliative department / Palliativ enhed</td></tr><tr><td style=\"white-space:nowrap\">patient_relavtives<a name=\"ReferredFrom-patient_relavtives\"> </a></td><td>Patient or relatives</td><td>Patient or relatives / Patienten selv eller pårørende</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://kip.rkkp.dk/fhir/CodeSystem/ReferredFrom"^^xsd:anyURI ;
     fhir:l <https://kip.rkkp.dk/fhir/CodeSystem/ReferredFrom>
  ] ; # 
  fhir:version [ fhir:v "2.16.0"] ; # 
  fhir:name [ fhir:v "ReferredFrom"] ; # 
  fhir:title [ fhir:v "Referred from"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2022-08-23T00: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 "Referred from"] ; # 
  fhir:caseSensitive [ fhir:v false] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "own_doctor" ] ;
     fhir:display [ fhir:v "Own doctor" ] ;
     fhir:definition [ fhir:v "Own doctor / Egen læge" ]
  ] [
     fhir:code [ fhir:v "specialist_doctor" ] ;
     fhir:display [ fhir:v "Specialist doctor" ] ;
     fhir:definition [ fhir:v "Specialist doctor / Speciallæge" ]
  ] [
     fhir:code [ fhir:v "hospital_department" ] ;
     fhir:display [ fhir:v "Hospital department" ] ;
     fhir:definition [ fhir:v "Hospital department / Sygehusafdeling" ]
  ] [
     fhir:code [ fhir:v "palliative_department" ] ;
     fhir:display [ fhir:v "Palliative department" ] ;
     fhir:definition [ fhir:v "Palliative department / Palliativ enhed" ]
  ] [
     fhir:code [ fhir:v "patient_relavtives" ] ;
     fhir:display [ fhir:v "Patient or relatives" ] ;
     fhir:definition [ fhir:v "Patient or relatives / Patienten selv eller pårørende" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

