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

: DiagnosticReport-Lab-Esempio - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:DiagnosticReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "56f19992-e73e-45b5-bbdd-6d9aeb60b15a"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.it/fhir/lab-report/StructureDefinition/diagnosticreport-it-lab"^^xsd:anyURI ;
fhir:link <http://hl7.it/fhir/lab-report/StructureDefinition/diagnosticreport-it-lab>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://loinc.org 11502-2}\">Laboratory report</span> (<span title=\"Codes: {http://loinc.org 18723-7}\">Hematology studies (set)</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Not done yet</td></tr><tr><td>When For</td><td>2023-02-25 11:45:00+0100 --&gt; 2023-02-25 12:45:00+0100</td></tr><tr><td>Reported</td><td>2023-02-25 12:45:00+0100</td></tr><tr><td>Identifier:</td><td> urn:uuid:10b545ea-725c-446d-9b95-8aeb444eddf3 (use: OFFICIAL)</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td></tr><tr><td/><td/></tr></table><p><b>Coded Conclusions :</b></p><ul><li><span title=\"Codes: {http://snomed.info/sct 166921001}\">Blood glucose normal</span></li></ul></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "urn:uuid:2ae95a5c-9094-41a3-a437-ce6d34c55a54" ]     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:value [ fhir:v "urn:uuid:10b545ea-725c-446d-9b95-8aeb444eddf3" ]
  ] ) ; # 
  fhir:basedOn ( [
fhir:reference [ fhir:v "urn:uuid:463ae6fe-60d4-4b38-84b3-1008e0925678" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
a loinc:18723-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "18723-7" ] ;
fhir:display [ fhir:v "Hematology studies (set)" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:11502-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11502-2" ] ;
fhir:display [ fhir:v "Laboratory report" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "urn:uuid:8472931c-fbd0-437b-9ed1-4f66472c78b5" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "urn:uuid:7b06368c-7089-4f66-acc8-29e1fcbd31f6" ]
  ] ; # 
  fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2023-02-25T11:45:00+01:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2023-02-25T12:45:00+01:00"^^xsd:dateTime ]
  ] ; # 
  fhir:issued [ fhir:v "2023-02-25T12:45:00+01:00"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "urn:uuid:dc5842a1-83b6-43c7-b063-75ae989b803c" ]
  ] ) ; # 
  fhir:specimen ( [
fhir:reference [ fhir:v "urn:uuid:168d4960-0a0b-43af-8025-180f0965f325" ]
  ] ) ; # 
  fhir:result ( [
fhir:reference [ fhir:v "urn:uuid:7e2f354b-de83-4472-bd07-1571cdb50fde" ]
  ] ) ; # 
  fhir:conclusionCode ( [
    ( fhir:coding [
a sct:166921001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "166921001" ] ;
fhir:display [ fhir:v "Blood glucose normal" ]     ] )
  ] ) . #