HL7DKHackathonSep2022, published by Example Publisher. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7dk/hackathon-sep-2022/ and changes regularly. See the Directory of published versions
: Lyst til at være sammen med andre - 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:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "DesireToBeWithOthersCodes"] ; #
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: ValueSet DesireToBeWithOthersCodes</b></p><a name=\"DesireToBeWithOthersCodes\"> </a><a name=\"hcDesireToBeWithOthersCodes\"> </a><a name=\"DesireToBeWithOthersCodes-da-DK\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-MentalHealthCodes.html\"><code>http://hl7.dk/fhir/Hackathon-Sep-2022/CodeSystem/MentalHealthCodes</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-MentalHealthCodes.html#MentalHealthCodes-bf1232a5-f7fa-470f-9b22-58e850a047a9\">bf1232a5-f7fa-470f-9b22-58e850a047a9</a></td><td>Jeg vil gerne være sammen med andre</td></tr><tr><td><a href=\"CodeSystem-MentalHealthCodes.html#MentalHealthCodes-48405c96-5f94-4ccf-b9ef-44579da052a8\">48405c96-5f94-4ccf-b9ef-44579da052a8</a></td><td>Nogle få gange ugentligt har jeg lyst til at være sammen med andre</td></tr><tr><td><a href=\"CodeSystem-MentalHealthCodes.html#MentalHealthCodes-cbce7f88-408f-45bf-bfcf-5ea995476bb7\">cbce7f88-408f-45bf-bfcf-5ea995476bb7</a></td><td>Jeg har aldrig lyst til at være sammen med andre</td></tr></table></li></ul></div>"
] ; #
fhir:url [ fhir:v "http://hl7.dk/fhir/Hackathon-Sep-2022/ValueSet/DesireToBeWithOthersCodes"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:title [ fhir:v "Lyst til at være sammen med andre"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2024-12-10T13:15:51+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Example Publisher"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Example Publisher" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://example.org/example-publisher" ] ] )
] ) ; #
fhir:description [ fhir:v "Svarmuligheder for lyst til at være sammen med andre i forbindelse med psykisk helbred questionnaire hackathon 2022"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DK" ] ;
fhir:display [ fhir:v "Denmark" ] ] )
] ) ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://hl7.dk/fhir/Hackathon-Sep-2022/CodeSystem/MentalHealthCodes"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "bf1232a5-f7fa-470f-9b22-58e850a047a9" ] ;
fhir:display [ fhir:v "Jeg vil gerne være sammen med andre" ] ] [
fhir:code [ fhir:v "48405c96-5f94-4ccf-b9ef-44579da052a8" ] ;
fhir:display [ fhir:v "Nogle få gange ugentligt har jeg lyst til at være sammen med andre" ] ] [
fhir:code [ fhir:v "cbce7f88-408f-45bf-bfcf-5ea995476bb7" ] ;
fhir:display [ fhir:v "Jeg har aldrig lyst til at være sammen med andre" ] ] ) ] )
] . #