This page is part of the FUT Infrastructure (v3.2.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: FS III, Psykosociale forhold - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "fs3-health-psychosocial-conditions"] ; #
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 fs3-health-psychosocial-conditions</b></p><a name=\"fs3-health-psychosocial-conditions\"> </a><a name=\"hcfs3-health-psychosocial-conditions\"> </a><a name=\"fs3-health-psychosocial-conditions-en-US\"> </a><p>This code system <code>http://ehealth.sundhed.dk/cs/fs3-health-psychosocial-conditions</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>Dansk (Danish, da)</b></td></tr><tr><td style=\"white-space:nowrap\">SOCIALIZATION<a name=\"fs3-health-psychosocial-conditions-SOCIALIZATION\"> </a></td><td>Problemer med socialt samvær</td><td>Problemer med socialt samvær</td></tr><tr><td style=\"white-space:nowrap\">EMOTIONAL<a name=\"fs3-health-psychosocial-conditions-EMOTIONAL\"> </a></td><td>Emotionelle problemer</td><td>Emotionelle problemer</td></tr><tr><td style=\"white-space:nowrap\">ABUSE<a name=\"fs3-health-psychosocial-conditions-ABUSE\"> </a></td><td>Problemer med misbrug</td><td>Problemer med misbrug</td></tr><tr><td style=\"white-space:nowrap\">MENTAL<a name=\"fs3-health-psychosocial-conditions-MENTAL\"> </a></td><td>Mentale problemer</td><td>Mentale problemer</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://ehealth.sundhed.dk/cs/fs3-health-psychosocial-conditions"^^xsd:anyURI] ; #
fhir:version [ fhir:v "3.2.0"] ; #
fhir:name [ fhir:v "FS III, Psykosociale forhold"] ; #
fhir:title [ fhir:v "FS III, Psykosociale forhold"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "true"^^xsd:boolean] ; #
fhir:date [ fhir:v "2019-02-02T00: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 "FS III, Psykosociale forhold"] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:concept ( [
fhir:code [ fhir:v "SOCIALIZATION" ] ;
fhir:display [ fhir:v "Problemer med socialt samvær" ] ;
( fhir:designation [
fhir:language [ fhir:v "da" ] ;
fhir:value [ fhir:v "Problemer med socialt samvær" ] ] )
] [
fhir:code [ fhir:v "EMOTIONAL" ] ;
fhir:display [ fhir:v "Emotionelle problemer" ] ;
( fhir:designation [
fhir:language [ fhir:v "da" ] ;
fhir:value [ fhir:v "Emotionelle problemer" ] ] )
] [
fhir:code [ fhir:v "ABUSE" ] ;
fhir:display [ fhir:v "Problemer med misbrug" ] ;
( fhir:designation [
fhir:language [ fhir:v "da" ] ;
fhir:value [ fhir:v "Problemer med misbrug" ] ] )
] [
fhir:code [ fhir:v "MENTAL" ] ;
fhir:display [ fhir:v "Mentale problemer" ] ;
( fhir:designation [
fhir:language [ fhir:v "da" ] ;
fhir:value [ fhir:v "Mentale problemer" ] ] )
] ) . #