HL7 FHIR Implementation Guide Laboratory Report
0.2.0 - trial-use Italy flag

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

: Infermiere-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:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "134a0bb1-aa0a-46b9-aa1e-a5d0e379e77c"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.it/fhir/lab-report/StructureDefinition/practitioner-it-lab"^^xsd:anyURI ;
fhir:link <http://hl7.it/fhir/lab-report/StructureDefinition/practitioner-it-lab>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Practitioner</b><a name=\"134a0bb1-aa0a-46b9-aa1e-a5d0e379e77c\"> </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 Practitioner &quot;134a0bb1-aa0a-46b9-aa1e-a5d0e379e77c&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-practitioner-it-lab.html\">Practitioner - Lab Report</a></p></div><p><b>identifier</b>: <code>http://hl7.it/sid/codiceFiscale</code>/NFRPRV80A01H501G (use: OFFICIAL)</p><p><b>name</b>: Prova Infermiere </p><p><b>telecom</b>: <a href=\"mailto:infermiere.prova@policlinico.it\">infermiere.prova@policlinico.it</a>, ph: 331793553(WORK)</p><p><b>gender</b>: male</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "http://hl7.it/sid/codiceFiscale"^^xsd:anyURI ] ;
fhir:value [ fhir:v "NFRPRV80A01H501G" ]
  ] ) ; # 
  fhir:name ( [
fhir:use [ fhir:v "usual" ] ;
fhir:family [ fhir:v "Infermiere" ] ;
    ( fhir:given [ fhir:v "Prova" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "infermiere.prova@policlinico.it" ] ;
fhir:use [ fhir:v "work" ] ;
fhir:rank [ fhir:v "1"^^xsd:positiveInteger ]
  ] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "331793553" ] ;
fhir:use [ fhir:v "work" ] ;
fhir:rank [ fhir:v "2"^^xsd:positiveInteger ]
  ] ) ; # 
  fhir:gender [ fhir:v "male"] . #