@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://hl7.fi/fhir/finnish-base-profiles/Organization/1.2.246.10.31045308.10002.0> 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>"^^rdf:XMLLiteral
  ] ; # 
  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] ; # 
  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" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

