HL7 Italia FHIR Implementation Guide (base)
0.1.1 - CI Build Italy flag

HL7 Italia FHIR Implementation Guide (base), published by HL7 Italia. This guide is not an authorized publication; it is the continuous build for version 0.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-it/base/ and changes regularly. See the Directory of published versions

: Organization. Esempio generico - 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 "nice-org"] ; # 
  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 nice-org</b></p><a name=\"nice-org\"> </a><a name=\"hcnice-org\"> </a><a name=\"nice-org-it-IT\"> </a><p><b>identifier</b>: <code>http://example.org/identificativo</code>/12345</p><p><b>active</b>: true</p><p><b>name</b>: Fantastica Azienda</p><p><b>telecom</b>: ph: tel:+39 123 456 7890(Mobile), <a href=\"mailto:mailto:info@nice-org.it\">mailto:info@nice-org.it</a></p><p><b>address</b>: 1, Piazza Signoria Firenze 50100 IT </p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td></tr><tr><td style=\"display: none\">*</td><td>Dott. Ivo Serbelloni Viendalmare</td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://example.org/identificativo"^^xsd:anyURI ] ;
fhir:value [ fhir:v "12345" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name [ fhir:v "Fantastica Azienda"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "tel:+39 123 456 7890" ] ;
fhir:use [ fhir:v "mobile" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "mailto:info@nice-org.it" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "1, Piazza Signoria" ] ) ;
fhir:city [ fhir:v "Firenze" ] ;
fhir:postalCode [ fhir:v "50100" ] ;
fhir:country [ fhir:v "IT" ]
  ] ) ; # 
  fhir:contact ( [
fhir:name [
fhir:text [ fhir:v "Dott. Ivo Serbelloni Viendalmare" ]     ]
  ] ) . #