Koppelmij Implementation Guide
0.1.0 - ci-build

Koppelmij Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Koppeltaal Definition Topic - TTL Representation

Active as of 2024-06-18

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "koppeltaal-definition-topic"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2024-06-18T00:00:00+02:00"^^xsd:dateTime ]
  ] ; # 
  fhir:language [ fhir:v "nl-NL"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xml:lang=\"nl-NL\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"nl-NL\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem koppeltaal-definition-topic</b></p><a name=\"koppeltaal-definition-topic\"> </a><a name=\"hckoppeltaal-definition-topic\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2024-06-18 00:00:00+0200; Language: nl-NL</p></div><p>This case-sensitive code system <code>http://vzvz.nl/fhir/CodeSystem/koppeltaal-definition-topic</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\">self-treatment<a name=\"koppeltaal-definition-topic-self-treatment\"> </a></td><td>Zelfhulp</td><td>The definition is related to treatment of the patient, executed by the patient.</td></tr><tr><td style=\"white-space:nowrap\">self-assessment<a name=\"koppeltaal-definition-topic-self-assessment\"> </a></td><td>Zelfstarten</td><td>The definition is related to assessment of the patient, executed by the patient.</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://vzvz.nl/fhir/CodeSystem/koppeltaal-definition-topic"^^xsd:anyURI] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:value [ fhir:v "http://vzvz.nl/fhir/CodeSystem/koppeltaal-definition-topic" ]
  ] ) ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "KoppeltaalDefinitionTopic"] ; # 
  fhir:title [ fhir:v "Koppeltaal Definition Topic"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2024-06-18T00:00:00+02:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "koppelmij"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "koppelmij" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://github.com/KoppelMij/" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "High-level categorization of the definition, used for indicating special patient initialised activities"] ; # 
  fhir:copyright [ fhir:v "VZVZ"] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "self-treatment" ] ;
fhir:display [ fhir:v "Zelfhulp" ] ;
fhir:definition [ fhir:v "The definition is related to treatment of the patient, executed by the patient." ]
  ] [
fhir:code [ fhir:v "self-assessment" ] ;
fhir:display [ fhir:v "Zelfstarten" ] ;
fhir:definition [ fhir:v "The definition is related to assessment of the patient, executed by the patient." ]
  ] ) . #