HL7 FHIR Implementation Guide Dossier Farmaceutico, 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/dossier-pharma/ and changes regularly. See the Directory of published versions
: Organization Regione Valle D'Aosta - 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 "Organization-Dossier-Esempio2"] ; #
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 Organization-Dossier-Esempio2</b></p><a name=\"Organization-Dossier-Esempio2\"> </a><a name=\"hcOrganization-Dossier-Esempio2\"> </a><a name=\"Organization-Dossier-Esempio2-it-IT\"> </a><p><b>identifier</b>: <code>https://www.hl7.it/fhir/terminology/sid/minsan-regione</code>/020</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{https://www.hl7.it/fhir/terminology/CodeSystem/it-tipoEntita regione}\">Regione</span></p><p><b>name</b>: Regione VALLE D'AOSTA</p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://www.hl7.it/fhir/terminology/sid/minsan-regione"^^xsd:anyURI ] ;
fhir:value [ fhir:v "020" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "https://www.hl7.it/fhir/terminology/CodeSystem/it-tipoEntita"^^xsd:anyURI ] ;
fhir:code [ fhir:v "regione" ] ;
fhir:display [ fhir:v "Regione" ] ] )
] ) ; #
fhir:name [ fhir:v "Regione VALLE D'AOSTA"] . #