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

: Venskaber - 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/FriendshipCodes> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "FriendshipCodes"] ;
  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 FriendshipCodes</b></p><a name=\"FriendshipCodes\"> </a><a name=\"hcFriendshipCodes\"> </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-60e95414-b97d-4197-af85-d5efc5628e86\">60e95414-b97d-4197-af85-d5efc5628e86</a></td><td>Jeg føler mig tæt på mine venner</td></tr><tr><td><a href=\"CodeSystem-MentalHealthCodes.html#MentalHealthCodes-93105f14-245e-4e66-8db0-86866978de58\">93105f14-245e-4e66-8db0-86866978de58</a></td><td>Jeg har venner, men de er ikke tætte mere</td></tr><tr><td><a href=\"CodeSystem-MentalHealthCodes.html#MentalHealthCodes-597872aa-a00e-4de3-b0a3-03dae9fd890a\">597872aa-a00e-4de3-b0a3-03dae9fd890a</a></td><td>Jeg har ingen venner</td></tr></table></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "http://hl7.dk/fhir/Hackathon-Sep-2022/ValueSet/FriendshipCodes"] ;
  fhir:ValueSet.version [ fhir:value "1.0.1"] ;
  fhir:ValueSet.title [ fhir:value "Venskaber"] ;
  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 venskaber 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 "60e95414-b97d-4197-af85-d5efc5628e86" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Jeg føler mig tæt på mine venner" ]
       ], [
         fhir:index 1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "93105f14-245e-4e66-8db0-86866978de58" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Jeg har venner, men de er ikke tætte mere" ]
       ], [
         fhir:index 2 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "597872aa-a00e-4de3-b0a3-03dae9fd890a" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Jeg har ingen venner" ]
       ]
     ]
  ] .

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

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