Gemensamt - Nationella Kodverk och Terminologi
0.1.0 - CI Build Sweden

Gemensamt - Nationella Kodverk och Terminologi - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Befattning - TTL Representation

Active as of 2025-12-16

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "befattning"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem befattning</b></p><a name=\"befattning\"> </a><a name=\"hcbefattning\"> </a><p>This case-sensitive code system <code>http://inera.se/fhir/CodeSystem/befattning</code> provides some codes <b>that are example only</b>:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">204010<a name=\"befattning-204010\"> </a></td><td>Läkare legitimerad, specialist allmänmedicin</td></tr><tr><td style=\"white-space:nowrap\">204090<a name=\"befattning-204090\"> </a></td><td>Läkare legitimerad, annan specialistkompetens</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "http://inera.se/fhir/CodeSystem/befattning"^^xsd:anyURI ;
fhir:l <http://inera.se/fhir/CodeSystem/befattning>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "Befattning"] ; # 
  fhir:title [ fhir:v "Befattning"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2025-12-16T10:08:22+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Inera AB"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Inera AB" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.inera.se" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "kodverksforvaltningen@inera.se" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "HSA befattningskoder (OID: 1.2.752.129.2.2.1.4)"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166>       ] ;
fhir:code [ fhir:v "SE" ] ;
fhir:display [ fhir:v "Sweden" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "example"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "204010" ] ;
fhir:display [ fhir:v "Läkare legitimerad, specialist allmänmedicin" ]
  ] [
fhir:code [ fhir:v "204090" ] ;
fhir:display [ fhir:v "Läkare legitimerad, annan specialistkompetens" ]
  ] ) . #