KIP Infracstructure
0.2.1 - release

This page is part of the KIP Infrastructure (v0.2.1: Release) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.9.0. For a full list of available versions, see the Directory of published versions

: Visitationskriterier uopfyldt - TTL Representation

Active as of 2022-09-06

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ManglendeVisitation"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ManglendeVisitation</b></p><a name=\"ManglendeVisitation\"> </a><a name=\"hcManglendeVisitation\"> </a><a name=\"ManglendeVisitation-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"CodeSystem-VisitationCriteriaNotMet.html\"><code>https://kip.rkkp.dk/fhir/CodeSystem/VisitationCriteriaNotMet</code></a><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-VisitationCriteriaNotMet.html#VisitationCriteriaNotMet-not_terminally_ill\">not_terminally_ill</a></td><td>Ikke uhelbredeligt syg</td><td>Not terminally ill / Ikke uhelbredeligt syg</td></tr><tr><td><a href=\"CodeSystem-VisitationCriteriaNotMet.html#VisitationCriteriaNotMet-no_symptomatology\">no_symptomatology</a></td><td>Ikke symptomatologi, som kræver en specialiseret/tværfaglig indsats</td><td>No symptomatology / Ikke symptomatologi, som kræver en specialiseret/tværfaglig indsats</td></tr><tr><td><a href=\"CodeSystem-VisitationCriteriaNotMet.html#VisitationCriteriaNotMet-not_diagnostically_completed\">not_diagnostically_completed</a></td><td>Ikke diagnostisk færdigudredt</td><td>Not diagnostically completed / Ikke diagnostisk færdigudredt</td></tr><tr><td><a href=\"CodeSystem-VisitationCriteriaNotMet.html#VisitationCriteriaNotMet-not_informed\">not_informed</a></td><td>Patienten ikke velinformeret om sin sygdom</td><td>Patient not well informed / Patienten ikke velinformeret om sin sygdom</td></tr></table></li><li>Include these codes as defined in <a href=\"CodeSystem-GenericValues.html\"><code>https://kip.rkkp.dk/fhir/CodeSystem/GenericValues</code></a><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-other\">other</a></td><td>Andet</td><td>Other - used to choose unspecific value not in a valueset</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://kip.rkkp.dk/fhir/ValueSet/ManglendeVisitation"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.2.1"] ; # 
  fhir:name [ fhir:v "ManglendeVisitation"] ; # 
  fhir:title [ fhir:v "Visitationskriterier uopfyldt"] ; # 
  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æsnets Kvalistetsinstitut with Trifork Digital Health A/S"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Sundhedsvæsnets Kvalistetsinstitut 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 "Hvilke visitationskriterier var ikke opfyldt"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "https://kip.rkkp.dk/fhir/CodeSystem/VisitationCriteriaNotMet"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "not_terminally_ill" ] ;
fhir:display [ fhir:v "Ikke uhelbredeligt syg" ]       ] [
fhir:code [ fhir:v "no_symptomatology" ] ;
fhir:display [ fhir:v "Ikke symptomatologi, som kræver en specialiseret/tværfaglig indsats" ]       ] [
fhir:code [ fhir:v "not_diagnostically_completed" ] ;
fhir:display [ fhir:v "Ikke diagnostisk færdigudredt" ]       ] [
fhir:code [ fhir:v "not_informed" ] ;
fhir:display [ fhir:v "Patienten ikke velinformeret om sin sygdom" ]       ] )     ] [
fhir:system [ fhir:v "https://kip.rkkp.dk/fhir/CodeSystem/GenericValues"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "other" ] ;
fhir:display [ fhir:v "Andet" ]       ] )     ] )
  ] . #