This page is part of the HL7 FHIR Implementation Guide Laboratory Report (v0.2.0: Release 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
: Location-Lab-Esempio - 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/lab-report/StructureDefinition/location-it-lab"^^xsd:anyURI ;
fhir:link <http://hl7.it/fhir/lab-report/StructureDefinition/location-it-lab> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Location</b><a name=\"f148e54a-2046-4534-b9e9-54e7e9632224\"> </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 Location "f148e54a-2046-4534-b9e9-54e7e9632224" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-location-it-lab.html\">Location - Lab Report</a></p></div><p><b>identifier</b>: 123456 (use: USUAL)</p><p><b>status</b>: active</p><p><b>name</b>: Policlinico di Roma</p><p><b>alias</b>: Poliambulatorio di Roma, Ospedale universitario di Roma</p><p><b>type</b>: Hospital <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-RoleCode.html\">RoleCode</a>#HOSP)</span></p><p><b>telecom</b>: ph: 33324567</p><p><b>address</b>: ROMA 00144 </p></div>"
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:value [ fhir:v "123456" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:name [ fhir:v "Policlinico di Roma"] ; #
fhir:alias ( [ fhir:v "Poliambulatorio di Roma"] [ fhir:v "Ospedale universitario di Roma"] ) ; #
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 "ROMA" ] ;
fhir:postalCode [ fhir:v "00144" ]
] . #