HL7 FHIR Implementation Guide Dossier Farmaceutico
0.1.1 - ci-build Italy flag

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

: Location struttura ospedaliera Milanese - 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:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "f148e54a-2046-4534-b9e9-54e7e9632224"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.it/fhir/dossier-pharma/StructureDefinition/Location-it-dossierPharma"^^xsd:anyURI ;
fhir:link <http://hl7.it/fhir/dossier-pharma/StructureDefinition/Location-it-dossierPharma>     ] )
  ] ; # 
  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: Location f148e54a-2046-4534-b9e9-54e7e9632224</b></p><a name=\"f148e54a-2046-4534-b9e9-54e7e9632224\"> </a><a name=\"hcf148e54a-2046-4534-b9e9-54e7e9632224\"> </a><a name=\"f148e54a-2046-4534-b9e9-54e7e9632224-it-IT\"> </a><p><b>identifier</b>: <code>https://www.hl7.it/fhir/terminology/ValueSet/minsan-idStrutture</code>/123456 (use: usual, )</p><p><b>status</b>: Active</p><p><b>name</b>: Policlinico di Milano</p><p><b>alias</b>: Poliambulatorio di Milano, Ospedale universitario di Milano</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode HOSP}\">Hospital</span></p><p><b>telecom</b>: ph: 33324567</p><p><b>address</b>: Milano 20019 </p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:system [ fhir:v "https://www.hl7.it/fhir/terminology/ValueSet/minsan-idStrutture"^^xsd:anyURI ] ;
fhir:value [ fhir:v "123456" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:name [ fhir:v "Policlinico di Milano"] ; # 
  fhir:alias ( [ fhir:v "Poliambulatorio di Milano"] [ fhir:v "Ospedale universitario di Milano"] ) ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HOSP" ] ;
fhir:display [ fhir:v "Hospital" ]     ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "33324567" ]
  ] ) ; # 
  fhir:address [
fhir:type [ fhir:v "physical" ] ;
fhir:city [ fhir:v "Milano" ] ;
fhir:postalCode [ fhir:v "20019" ]
  ] . #