@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Organization ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "rh"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://fhir.ee/StructureDefinition/ee-organization"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Organization

Resource Organization "rh"

Profile: EEBase Organization

identifier: id: 10856624

active: true

name: Rakvere Haigla

alias: RH

Contacts

-TelecomAddress
*info@rh.eeLõuna põik 1 Rakvere Lääne-Viru EE (WORK)
" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "https://fhir.ee/sid/org/est/br"^^xsd:anyURI ] ; fhir:value [ fhir:v "10856624" ] ] ) ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:name [ fhir:v "Rakvere Haigla"] ; # fhir:alias ( [ fhir:v "RH"] ) ; # fhir:contact ( [ fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "info@rh.ee" ] ] ) ; fhir:address [ fhir:use [ fhir:v "work" ] ; fhir:line ( [ fhir:v "Lõuna põik 1" ] ) ; fhir:city [ fhir:v "Rakvere" ] ; fhir:state [ fhir:v "Lääne-Viru" ] ; fhir:country [ fhir:v "EE" ] ] ] ) . # # -------------------------------------------------------------------------------------