Cross Border Data Exchange IG
1.0.0 - CI Build International flag

Cross Border Data Exchange IG, published by IEHR-Workgroup. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/InteropEHRate-project/cross-border-data-exchange/ and changes regularly. See the Directory of published versions

: Organization Example - FTGM - 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 "34432"] ; # 
  fhir:language [ fhir:v "it-IT"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"it-IT\" lang=\"it-IT\"><p><b>Generated Narrative: Organization</b><a name=\"34432\"> </a><a name=\"hc34432\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Organization &quot;34432&quot;  (Language &quot;it-IT&quot;) </p></div><p><b>identifier</b>: <code>http://interopEHRate.eu/fhir-resource/</code>/Organization/FTGM01</p><p><b>name</b>: Fondazione Gabriele Monasterio</p><p><b>address</b>: Via Giuseppe Moruzzi 1 Pisa IT </p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://interopEHRate.eu/fhir-resource/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Organization/FTGM01" ]
  ] ) ; # 
  fhir:name [ fhir:v "Fondazione Gabriele Monasterio"] ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "Via Giuseppe Moruzzi 1" ] ) ;
fhir:city [ fhir:v "Pisa" ] ;
fhir:country [ fhir:v "IT" ]
  ] ) . #