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

: SE CodeSystem for marital status - 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/CodeSystem/se-base-marital-status> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "se-base-marital-status"] ;
  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: CodeSystem se-base-marital-status</b></p><a name=\"se-base-marital-status\"> </a><a name=\"hcse-base-marital-status\"> </a><p>Detta case-sensitive kodsystem <code>http://hl7.se/fhir/ig/base/CodeSystem/se-base-marital-status</code> definierar följande koder:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Kod</b></td><td><b>Visning</b></td></tr><tr><td style=\"white-space:nowrap\">G<a name=\"se-base-marital-status-G\"> </a></td><td>Gift</td></tr><tr><td style=\"white-space:nowrap\">OG<a name=\"se-base-marital-status-OG\"> </a></td><td>Ogift</td></tr><tr><td style=\"white-space:nowrap\">S<a name=\"se-base-marital-status-S\"> </a></td><td>Skild</td></tr><tr><td style=\"white-space:nowrap\">Ä<a name=\"se-base-marital-status-.196\"> </a></td><td>Änka/änkling</td></tr><tr><td style=\"white-space:nowrap\">RP<a name=\"se-base-marital-status-RP\"> </a></td><td>Registrerad partner</td></tr><tr><td style=\"white-space:nowrap\">SP<a name=\"se-base-marital-status-SP\"> </a></td><td>Skild partner</td></tr><tr><td style=\"white-space:nowrap\">EP<a name=\"se-base-marital-status-EP\"> </a></td><td>Efterlevande partner</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "http://hl7.se/fhir/ig/base/CodeSystem/se-base-marital-status"] ;
  fhir:CodeSystem.version [ fhir:value "1.1.0"] ;
  fhir:CodeSystem.name [ fhir:value "SEBaseMaritalStatusCS"] ;
  fhir:CodeSystem.title [ fhir:value "SE CodeSystem for marital status"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-09-04T11:16:26+00:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "HL7 Sweden"] ;
  fhir:CodeSystem.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:CodeSystem.description [ fhir:value "This is the CodeSystem for marital status in accordance with the Swedish authorities (Skatteverket Navet)"] ;
  fhir:CodeSystem.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:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "7"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "G" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Gift" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "OG" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Ogift" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "S" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Skild" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "Ä" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Änka/änkling" ]
  ], [
     fhir:index 4 ;
     fhir:CodeSystem.concept.code [ fhir:value "RP" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Registrerad partner" ]
  ], [
     fhir:index 5 ;
     fhir:CodeSystem.concept.code [ fhir:value "SP" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Skild partner" ]
  ], [
     fhir:index 6 ;
     fhir:CodeSystem.concept.code [ fhir:value "EP" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Efterlevande partner" ]
  ] .

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

<http://hl7.org/fhir/CodeSystem/se-base-marital-status.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/se-base-marital-status.ttl> .