Swedish Base Profiles Implementation Guide
1.1.0 - release Sweden flag

Swedish Base Profiles Implementation Guide, publicerad av HL7 Sweden. Denna guide är inte en auktoriserad publikation; det är den kontinuerliga byggnaden för version 1.1.0 byggd av FHIR (HL7® FHIR® Standard) CI Build. Denna version baseras på det aktuella innehållet i https://github.com/HL7Sweden/basprofiler-r4/ och ändras regelbundet. Se katalogen över publicerade versioner

: HSA valueset for business classification codes - TTL Representation

Active as of 2026-09-04

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/SEBaseHSAVerksamhetVS> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "SEBaseHSAVerksamhetVS"] ;
  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>Genererad berättande text: ValueSet SEBaseHSAVerksamhetVS</b></p><a name=\"SEBaseHSAVerksamhetVS\"> </a><a name=\"hcSEBaseHSAVerksamhetVS\"> </a><ul><li>Include alla koder som definieras i <code>urn:oid:1.2.752.129.2.2.1.3</code><span title=\"Versionen är inte uttryckligen angiven. Ingen matchande Kodsystem hittades\"> version Ej angiven (använd senaste från terminologiserver)</span></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "http://hl7.se/fhir/ig/base/ValueSet/SEBaseHSAVerksamhetVS"] ;
  fhir:ValueSet.version [ fhir:value "1.1.0"] ;
  fhir:ValueSet.name [ fhir:value "SEBaseHSAVerksamhetVS"] ;
  fhir:ValueSet.title [ fhir:value "HSA valueset for business classification codes"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2026-09-04T11:16:26+00:00"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "HL7 Sweden"] ;
  fhir:ValueSet.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "HL7 Sweden" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "http://hl7.se/" ]
     ], [
       fhir:index 1 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "info@hl7.se" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "Codes used to describe the type of care activities an entity can provide."] ;
  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 "SE" ]
     ]
  ] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "urn:oid:1.2.752.129.2.2.1.3" ]
     ]
  ] .

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

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