Swedish FHIR group common profiles, published by Swedish FHIR group. This guide is not an authorized publication; it is the continuous build for version 1.0.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/commonprofiles-care/fhir/ and changes regularly. See the Directory of published versions
: maximal-organization - TTL Representation
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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Organization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "maximal-organization"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://commonprofiles.care/fhir/StructureDefinition/OrganizationSECommonsLite"^^xsd:anyURI ;
fhir:link <https://commonprofiles.care/fhir/StructureDefinition/OrganizationSECommonsLite> ] )
] ; #
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: Organization maximal-organization</b></p><a name=\"maximal-organization\"> </a><a name=\"hcmaximal-organization\"> </a><a name=\"maximal-organization-sv-SE\"> </a><p><b>identifier</b>: Provider number/HSA-ID-EXAMPLE-1234 (use: official, ), Organization identifier/5567210564 (use: official, )</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 43741000}\">Vårdenhet</span>, <span title=\"Codes:{http://snomed.info/sct 143591000052106}\">Vårdgivare</span></p><p><b>name</b>: Svenska Vårdcentralen</p><p><b>telecom</b>: <a href=\"tel:+46-8-123-4567\">+46-8-123-4567</a>, <a href=\"mailto:kontakt@svenskavardcentralen.se\">kontakt@svenskavardcentralen.se</a></p><p><b>address</b>: Storgatan 1, 123 45 Stockholm, Sweden(work)</p></div>"
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PRN" ] ] ) ] ;
fhir:system [ fhir:v "urn:oid:1.2.752.29.4.19"^^xsd:anyURI ] ;
fhir:value [ fhir:v "HSA-ID-EXAMPLE-1234" ]
] [
fhir:use [ fhir:v "official" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "XX" ] ] ) ] ;
fhir:system [ fhir:v "urn:oid:2.5.4.97"^^xsd:anyURI ] ;
fhir:value [ fhir:v "5567210564" ]
] ) ; #
fhir:type ( [
( fhir:coding [
a sct:43741000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:version [ fhir:v "http://snomed.info/sct/45991000052106/version/20220531" ] ;
fhir:code [ fhir:v "43741000" ] ;
fhir:display [ fhir:v "Vårdenhet" ] ] )
] [
( fhir:coding [
a sct:143591000052106 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:version [ fhir:v "http://snomed.info/sct/45991000052106/version/20220531" ] ;
fhir:code [ fhir:v "143591000052106" ] ;
fhir:display [ fhir:v "Vårdgivare" ] ] )
] ) ; #
fhir:name [ fhir:v "Svenska Vårdcentralen"] ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+46-8-123-4567" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "kontakt@svenskavardcentralen.se" ]
] ) ; #
fhir:address ( [
fhir:use [ fhir:v "work" ] ;
fhir:type [ fhir:v "both" ] ;
fhir:text [ fhir:v "Storgatan 1, 123 45 Stockholm, Sweden" ] ;
( fhir:line [
fhir:v "Storgatan 1" ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-careOf"^^xsd:anyURI ] ;
fhir:value [ fhir:v "c/o Svenska Hälsovården" ] ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetAddressLine"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Storgatan 1" ] ] ) ] ) ;
fhir:city [ fhir:v "Stockholm" ] ;
fhir:district [ fhir:v "Stockholm" ] ;
fhir:state [ fhir:v "Stockholm" ] ;
fhir:postalCode [ fhir:v "123 45" ] ;
fhir:country [ fhir:v "Sweden" ]
] ) . #