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

: Arbejde/skole forventning - 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/WorkSchoolExpectationCodes> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "WorkSchoolExpectationCodes"] ;
  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 WorkSchoolExpectationCodes</b></p><a name=\"WorkSchoolExpectationCodes\"> </a><a name=\"hcWorkSchoolExpectationCodes\"> </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-6eb62a15-8b69-4940-9276-704a0a1c0a60\">6eb62a15-8b69-4940-9276-704a0a1c0a60</a></td><td>Jeg gør det, der forventes</td></tr><tr><td><a href=\"CodeSystem-MentalHealthCodes.html#MentalHealthCodes-f1898e69-7602-4e4d-9dbb-43deb9a51c2b\">f1898e69-7602-4e4d-9dbb-43deb9a51c2b</a></td><td>Jeg gør det, der forventes det meste af tiden</td></tr><tr><td><a href=\"CodeSystem-MentalHealthCodes.html#MentalHealthCodes-bd91207b-2ade-4d91-871f-8c64f32c9782\">bd91207b-2ade-4d91-871f-8c64f32c9782</a></td><td>Jeg gør ikke det, der forventes</td></tr></table></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "http://hl7.dk/fhir/Hackathon-Sep-2022/ValueSet/WorkSchoolExpectationCodes"] ;
  fhir:ValueSet.version [ fhir:value "1.0.1"] ;
  fhir:ValueSet.title [ fhir:value "Arbejde/skole forventning"] ;
  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 arbejde/skole forventning 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 "6eb62a15-8b69-4940-9276-704a0a1c0a60" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Jeg gør det, der forventes" ]
       ], [
         fhir:index 1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "f1898e69-7602-4e4d-9dbb-43deb9a51c2b" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Jeg gør det, der forventes det meste af tiden" ]
       ], [
         fhir:index 2 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "bd91207b-2ade-4d91-871f-8c64f32c9782" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Jeg gør ikke det, der forventes" ]
       ]
     ]
  ] .

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

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