@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://fhir.kl.dk/gateway/ValueSet/KLGatewayCareEncounterTypes> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "KLGatewayCareEncounterTypes"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet KLGatewayCareEncounterTypes</b></p><a name=\"KLGatewayCareEncounterTypes\"> </a><a name=\"hcKLGatewayCareEncounterTypes\"> </a><ul><li>Include these codes as defined in <a href=\"http://fhir.kl.dk/term/2.4.0/CodeSystem-CareSocialCodes.html\"><code>http://fhir.kl.dk/term/CodeSystem/CareSocialCodes</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 2.4.0, the version found through the package references\"> version ?2.4.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://fhir.kl.dk/term/2.4.0/CodeSystem-CareSocialCodes.html#CareSocialCodes-9f03dfbb-7a97-45a5-94db-d4c3501714a9\">9f03dfbb-7a97-45a5-94db-d4c3501714a9</a></td><td style=\"color: #cccccc\">opfølgning</td><td>opfølgning foretaget ved kontakt</td></tr><tr><td><a href=\"http://fhir.kl.dk/term/2.4.0/CodeSystem-CareSocialCodes.html#CareSocialCodes-4530b499-d74b-4d2e-9df9-247047fb231d\">4530b499-d74b-4d2e-9df9-247047fb231d</a></td><td style=\"color: #cccccc\">udførelse af indsats</td><td>Indsats udført ved kontakt</td></tr></table></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "http://fhir.kl.dk/gateway/ValueSet/KLGatewayCareEncounterTypes"] ;
  fhir:ValueSet.version [ fhir:value "1.3.0"] ;
  fhir:ValueSet.name [ fhir:value "KLGatewayCareEncounterTypes"] ;
  fhir:ValueSet.title [ fhir:value "GatewayKontaktTyper"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2026-07-19T16:26:33+00:00"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "KL"] ;
  fhir:ValueSet.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "KL" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "http://www.kl.dk" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "Values for encounter types used in the gateway"] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://fhir.kl.dk/term/CodeSystem/CareSocialCodes" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "9f03dfbb-7a97-45a5-94db-d4c3501714a9" ]
       ], [
         fhir:index 1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "4530b499-d74b-4d2e-9df9-247047fb231d" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://fhir.kl.dk/gateway/ValueSet/KLGatewayCareEncounterTypes.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

