Swedish Base Profiles Implementation Guide
1.0.0 - release

This page is part of the HL7 Sweden base profiles (v1.0.0: Release) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: SE ValueSet for official address types - TTL Representation

Draft as of 2023-03-08

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:ValueSet;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "SEBaseAddressPersonVS"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> version <code>http://snomed.info/sct/45991000052106</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/63391000052104\">63391000052104</a></td><td>särskild postadress</td></tr><tr><td><a href=\"http://snomed.info/id/63381000052101\">63381000052101</a></td><td>folkbokföringsadress</td></tr><tr><td><a href=\"http://snomed.info/id/63401000052101\">63401000052101</a></td><td>utlandsadress</td></tr><tr><td><a href=\"http://snomed.info/id/63411000052104\">63411000052104</a></td><td>uppgiven adress</td></tr></table></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "http://hl7.se/fhir/ig/base/ValueSet/SEBaseAddressPersonVS"];
  fhir:ValueSet.version [ fhir:value "1.0.0"];
  fhir:ValueSet.name [ fhir:value "SEBaseAddressPersonVS"];
  fhir:ValueSet.title [ fhir:value "SE ValueSet for official address types"];
  fhir:ValueSet.status [ fhir:value "draft"];
  fhir:ValueSet.experimental [ fhir:value "true"^^xsd:boolean];
  fhir:ValueSet.date [ fhir:value "2023-03-08T16:20:30+01: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 "This is the ValueSet for address type in accordance with the Swedish authorities"];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://snomed.info/sct" ];
       fhir:ValueSet.compose.include.version [ fhir:value "http://snomed.info/sct/45991000052106" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "63391000052104" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "särskild postadress" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "63381000052101" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "folkbokföringsadress" ]       ], [
         fhir:index 2;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "63401000052101" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "utlandsadress" ]       ], [
         fhir:index 3;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "63411000052104" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "uppgiven adress" ]       ]     ]
  ].

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

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.