Patsiendi üldandmete teenus / Master Patient Index
1.1.1 - trial-use Estonia flag

Publication Build: This will be filled in by the publication tooling

: ExampleHospital - 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 "Org1"] ; # 
  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 Org1</b></p><a name=\"Org1\"> </a><a name=\"hcOrg1\"> </a><a name=\"Org1-en-US\"> </a><p><b>identifier</b>: <code>https://fhir.ee/sid/org/est/br</code>/1234567</p><p><b>name</b>: General Hospital</p><p><b>alias</b>: Hospital</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Telecom</b></td><td><b>Address</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"mailto:info@hospital.ee\">info@hospital.ee</a></td><td>Ravi 10 Tallinn </td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://fhir.ee/sid/org/est/br"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1234567" ]
  ] ) ; # 
  fhir:name [ fhir:v "General Hospital"] ; # 
  fhir:alias ( [ fhir:v "Hospital"] ) ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@hospital.ee" ]     ] ) ;
fhir:address [
      ( fhir:line [ fhir:v "Ravi 10" ] ) ;
fhir:city [ fhir:v "Tallinn" ]     ]
  ] ) . #