Swedish Base Profiles Implementation Guide
1.0.0 - release

Swedish Base Profiles Implementation Guide, published by HL7 Sweden. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Sweden/basprofiler-r4/ and changes regularly. See the Directory of published versions

: SE CodeSystem for marital status - TTL Representation

Draft as of 2024-09-26

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 -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "se-base-marital-status"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem se-base-marital-status</b></p><a name=\"se-base-marital-status\"> </a><a name=\"hcse-base-marital-status\"> </a><a name=\"se-base-marital-status-en-US\"> </a><p>This case-sensitive code system <code>http://hl7.se/fhir/ig/base/CodeSystem/se-base-marital-status</code> defines the following codes:</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\">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:url [ fhir:v "http://hl7.se/fhir/ig/base/CodeSystem/se-base-marital-status"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "SEBaseMaritalStatusCS"] ; # 
  fhir:title [ fhir:v "SE CodeSystem for marital status"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-09-26T07:36:54+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Sweden"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 Sweden" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.se/" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@hl7.se" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This is the CodeSystem for marital status in accordance with the Swedish authorities (Skatteverket Navet)"] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "7"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "G" ] ;
fhir:display [ fhir:v "Gift" ]
  ] [
fhir:code [ fhir:v "OG" ] ;
fhir:display [ fhir:v "Ogift" ]
  ] [
fhir:code [ fhir:v "S" ] ;
fhir:display [ fhir:v "Skild" ]
  ] [
fhir:code [ fhir:v "Ä" ] ;
fhir:display [ fhir:v "Änka/änkling" ]
  ] [
fhir:code [ fhir:v "RP" ] ;
fhir:display [ fhir:v "Registrerad partner" ]
  ] [
fhir:code [ fhir:v "SP" ] ;
fhir:display [ fhir:v "Skild partner" ]
  ] [
fhir:code [ fhir:v "EP" ] ;
fhir:display [ fhir:v "Efterlevande partner" ]
  ] ) . #