Swedish Language Pack
0.1.0 - Working Copy Sweden flag

Swedish Language Pack, published by HL7 Sweden. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/danka74/hl7.fhir.r4.sv/ and changes regularly. See the Directory of published versions

: ContactPointUse - TTL Representation

Active as of 2024-08-28

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 "cs-sv-contact-point-use"] ; # 
  fhir:language [ fhir:v "sv"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"sv\" lang=\"sv\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem cs-sv-contact-point-use</b></p><a name=\"cs-sv-contact-point-use\"> </a><a name=\"hccs-sv-contact-point-use\"> </a><a name=\"cs-sv-contact-point-use-sv\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: sv</p></div><p>This code system <code>http://hl7.org/fhir/langs/CodeSystem/cs-sv-contact-point-use</code> defines features on 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><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-contact-point-use.html#contact-point-use-home\">home</a><a name=\"cs-sv-contact-point-use-home\"> </a></td><td>hemkontakt</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-contact-point-use.html#contact-point-use-work\">work</a><a name=\"cs-sv-contact-point-use-work\"> </a></td><td>arbetsplatskontakt</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-contact-point-use.html#contact-point-use-temp\">temp</a><a name=\"cs-sv-contact-point-use-temp\"> </a></td><td>tillfällig kontakt</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-contact-point-use.html#contact-point-use-old\">old</a><a name=\"cs-sv-contact-point-use-old\"> </a></td><td>gammal kontakt</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-contact-point-use.html#contact-point-use-mobile\">mobile</a><a name=\"cs-sv-contact-point-use-mobile\"> </a></td><td>mobilkontakt</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/langs/CodeSystem/cs-sv-contact-point-use"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "ContactPointUse"] ; # 
  fhir:title [ fhir:v "ContactPointUse"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2024-08-28T11:40:25+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Sweden"] ; # 
  fhir:description [ fhir:v "Use of contact point."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SE" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "supplement"] ; # 
  fhir:supplements [
fhir:v "http://hl7.org/fhir/contact-point-use"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/contact-point-use>
  ] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "home" ] ;
fhir:display [ fhir:v "hemkontakt" ]
  ] [
fhir:code [ fhir:v "work" ] ;
fhir:display [ fhir:v "arbetsplatskontakt" ]
  ] [
fhir:code [ fhir:v "temp" ] ;
fhir:display [ fhir:v "tillfällig kontakt" ]
  ] [
fhir:code [ fhir:v "old" ] ;
fhir:display [ fhir:v "gammal kontakt" ]
  ] [
fhir:code [ fhir:v "mobile" ] ;
fhir:display [ fhir:v "mobilkontakt" ]
  ] ) . #