Danish Hackathon 2026
1.0.1 - release Denmark flag

This page is part of the HL7 FHIR Implementation Guide: DK Hackathons (v1.0.1: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Oplagthed - TTL Representation

Active as of 2026-08-19

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

<http://hl7.org/fhir/ValueSet/EnergyCodes> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "EnergyCodes"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet EnergyCodes</b></p><a name=\"EnergyCodes\"> </a><a name=\"hcEnergyCodes\"> </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><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?1.0.1</span><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-a5341a86-677d-4d53-84a1-498dc1a4ed42\">a5341a86-677d-4d53-84a1-498dc1a4ed42</a></td><td>Jeg føler mig klar og frisk de fleste dage</td></tr><tr><td><a href=\"CodeSystem-MentalHealthCodes.html#MentalHealthCodes-ea31af7a-cf51-4b53-b4d2-bef393b42946\">ea31af7a-cf51-4b53-b4d2-bef393b42946</a></td><td>Jeg har følt mig uoplagt et par gange om ugen</td></tr><tr><td><a href=\"CodeSystem-MentalHealthCodes.html#MentalHealthCodes-6f4db47c-cf6a-44c4-b434-aa6edec6e064\">6f4db47c-cf6a-44c4-b434-aa6edec6e064</a></td><td>Jeg er hele tiden træt</td></tr></table></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "http://hl7.dk/fhir/Hackathon-Sep-2022/ValueSet/EnergyCodes"] ;
  fhir:ValueSet.version [ fhir:value "1.0.1"] ;
  fhir:ValueSet.title [ fhir:value "Oplagthed"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.date [ fhir:value "2026-08-19T15:48:50+02:00"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "HL7 Denmark"] ;
  fhir:ValueSet.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "HL7 Denmark" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "http://www.hl7.dk" ]
     ], [
       fhir:index 1 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "dk-affiliate@hl7.dk" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "Svarmuligheder for oplagthed i forbindelse med psykisk helbred questionnaire hackathon 2022"] ;
  fhir:ValueSet.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "DK" ] ;
       fhir:Coding.display [ fhir:value "Denmark" ]
     ]
  ] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.dk/fhir/Hackathon-Sep-2022/CodeSystem/MentalHealthCodes" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "a5341a86-677d-4d53-84a1-498dc1a4ed42" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Jeg føler mig klar og frisk de fleste dage" ]
       ], [
         fhir:index 1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "ea31af7a-cf51-4b53-b4d2-bef393b42946" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Jeg har følt mig uoplagt et par gange om ugen" ]
       ], [
         fhir:index 2 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "6f4db47c-cf6a-44c4-b434-aa6edec6e064" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Jeg er hele tiden træt" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/EnergyCodes.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/EnergyCodes.ttl> .