Swedish FHIR group common profiles

1.0.2 - ci-build  flag

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

: minimal-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 "minimal-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 minimal-organization</b></p><a name=\"minimal-organization\"> </a><a name=\"hcminimal-organization\"> </a><a name=\"minimal-organization-sv-SE\"> </a><p><b>identifier</b>: Organization identifier/5566778899 (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 Kliniken AB</p><p><b>telecom</b>: <a href=\"tel:+46101234567\">+46101234567</a>, <a href=\"mailto:info@svenskakliniken.se\">info@svenskakliniken.se</a></p><p><b>address</b>: Storgatan 1 Stockholm Stockholms län 100 55 SE </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 "XX" ]       ] )     ] ;
fhir:system [ fhir:v "urn:oid:2.5.4.97"^^xsd:anyURI ] ;
fhir:value [ fhir:v "5566778899" ]
  ] ) ; # 
  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 Kliniken AB"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+46101234567" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@svenskakliniken.se" ]
  ] ) ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "Storgatan 1" ] ) ;
fhir:city [ fhir:v "Stockholm" ] ;
fhir:state [ fhir:v "Stockholms län" ] ;
fhir:postalCode [ fhir:v "100 55" ] ;
fhir:country [ fhir:v "SE" ]
  ] ) . #