Finnish Base Profiles
1.0.1-cibuild - ci-build Finland flag

Finnish Base Profiles, published by HL7 Finland. This guide is not an authorized publication; it is the continuous build for version 1.0.1-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fhir-fi/finnish-base-profiles/ and changes regularly. See the Directory of published versions

: A high level 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "1.2.246.10.31045308.10002.0"] ; # 
  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 1.2.246.10.31045308.10002.0</b></p><a name=\"1.2.246.10.31045308.10002.0\"> </a><a name=\"hc1.2.246.10.31045308.10002.0\"> </a><a name=\"1.2.246.10.31045308.10002.0-fi-FI\"> </a><p><b>identifier</b>: <code>urn:oid:1.2.246.537.6.202.2008</code>/urn:oid:1.2.246.10.31045308.10002.0 (use: official, )</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type govt}\">Government</span></p><p><b>name</b>: Esko-Testi pp HVA</p><p><b>telecom</b>: ph: 0404040404</p><p><b>address</b>: </p><ul><li>Sairaalarinne 1 Oulu 90100 </li><li>Sairaalarinne 1 Oulu 90100 </li></ul></div>"
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "urn:oid:1.2.246.537.6.202.2008"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:1.2.246.10.31045308.10002.0" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "govt" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "Esko-Testi pp HVA"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0404040404" ]
  ] ) ; # 
  fhir:address ( [
fhir:type [ fhir:v "postal" ] ;
    ( fhir:line [ fhir:v "Sairaalarinne 1" ] ) ;
fhir:city [ fhir:v "Oulu" ] ;
fhir:postalCode [ fhir:v "90100" ]
  ] [
fhir:type [ fhir:v "physical" ] ;
    ( fhir:line [ fhir:v "Sairaalarinne 1" ] ) ;
fhir:city [ fhir:v "Oulu" ] ;
fhir:postalCode [ fhir:v "90100" ]
  ] ) . #