KIP Infrastructure, published by Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S. This guide is not an authorized publication; it is the continuous build for version 2.12.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/KIP-infrastructure/implementation-guide/ and changes regularly. See the Directory of published versions
: Treatment psychopharmacological - TTL Representation
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 "TreatmentPsychopharmacological"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem TreatmentPsychopharmacological</b></p><a name=\"TreatmentPsychopharmacological\"> </a><a name=\"hcTreatmentPsychopharmacological\"> </a><p>This case-insensitive code system <code>https://kip.rkkp.dk/fhir/CodeSystem/TreatmentPsychopharmacological</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\">antipsychotics<a name=\"TreatmentPsychopharmacological-antipsychotics\"> </a></td><td>Antipsychotics</td><td>Antipsychotics / Antipsykotika</td></tr><tr><td style=\"white-space:nowrap\">antipsychotics_depot<a name=\"TreatmentPsychopharmacological-antipsychotics_depot\"> </a></td><td>Antipsychotics, depot</td><td>Antipsychotics, depot / Antipsykotika, depot</td></tr><tr><td style=\"white-space:nowrap\">antidepressants<a name=\"TreatmentPsychopharmacological-antidepressants\"> </a></td><td>Antidepressants</td><td>Antidepressants / Antidepressiva</td></tr><tr><td style=\"white-space:nowrap\">mood_stabilizer<a name=\"TreatmentPsychopharmacological-mood_stabilizer\"> </a></td><td>Mood stabilizer</td><td>Mood stabilizer / Stemningsstabiliserende</td></tr><tr><td style=\"white-space:nowrap\">benzodiazepines<a name=\"TreatmentPsychopharmacological-benzodiazepines\"> </a></td><td>Benzodiazepines</td><td>Benzodiazepines / Benzodiazepiner</td></tr><tr><td style=\"white-space:nowrap\">central_stimulants<a name=\"TreatmentPsychopharmacological-central_stimulants\"> </a></td><td>Central stimulants</td><td>Central stimulants / Centralstimulerende medicin</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://kip.rkkp.dk/fhir/CodeSystem/TreatmentPsychopharmacological"^^xsd:anyURI] ; #
fhir:version [ fhir:v "2.12.0"] ; #
fhir:name [ fhir:v "TreatmentPsychopharmacological"] ; #
fhir:title [ fhir:v "Treatment psychopharmacological"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2022-07-12T00: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 "Treatment psychopharmacological"] ; #
fhir:caseSensitive [ fhir:v false] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "antipsychotics" ] ;
fhir:display [ fhir:v "Antipsychotics" ] ;
fhir:definition [ fhir:v "Antipsychotics / Antipsykotika" ]
] [
fhir:code [ fhir:v "antipsychotics_depot" ] ;
fhir:display [ fhir:v "Antipsychotics, depot" ] ;
fhir:definition [ fhir:v "Antipsychotics, depot / Antipsykotika, depot" ]
] [
fhir:code [ fhir:v "antidepressants" ] ;
fhir:display [ fhir:v "Antidepressants" ] ;
fhir:definition [ fhir:v "Antidepressants / Antidepressiva" ]
] [
fhir:code [ fhir:v "mood_stabilizer" ] ;
fhir:display [ fhir:v "Mood stabilizer" ] ;
fhir:definition [ fhir:v "Mood stabilizer / Stemningsstabiliserende" ]
] [
fhir:code [ fhir:v "benzodiazepines" ] ;
fhir:display [ fhir:v "Benzodiazepines" ] ;
fhir:definition [ fhir:v "Benzodiazepines / Benzodiazepiner" ]
] [
fhir:code [ fhir:v "central_stimulants" ] ;
fhir:display [ fhir:v "Central stimulants" ] ;
fhir:definition [ fhir:v "Central stimulants / Centralstimulerende medicin" ]
] ) . #