Rigoletto Implementation Guide
0.4.0 - ci-build

Rigoletto Implementation Guide - Local Development build (v0.4.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: DiagnosticReport-Rigoletto-001 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@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 -------------------------------------------------------------------

<http://hl7.org/fhir/DiagnosticReport/DiagnosticReport-Rigoletto-001> a fhir:DiagnosticReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "DiagnosticReport-Rigoletto-001"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://rigoletto.na.icar.cnr.it/StructureDefinition/diagnosticreport-rigoletto" ;
       fhir:index 0 ;
       fhir:link <https://rigoletto.na.icar.cnr.it/StructureDefinition/diagnosticreport-rigoletto>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport DiagnosticReport-Rigoletto-001</b></p><a name=\"DiagnosticReport-Rigoletto-001\"> </a><a name=\"hcDiagnosticReport-Rigoletto-001\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-diagnosticreport-rigoletto.html\">Diagnostic_Report_Rigoletto</a></p></div><h2><span title=\"Codes:{http://loinc.org 11502-2}\">Report di laboratorio completo</span> </h2><table class=\"grid\"><tr><td>Subject</td><td>Maria Rossi Female, DoB: 1989-11-07 ( http://hl7.it/sid/codiceFiscale#RSSMRA89S47H501Z (use: official, ))</td></tr><tr><td>Identifier</td><td> <code>http://hospital.example.org/reports</code>/LAB-20250227-001</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Flags</b></td><td><b>Note</b></td><td><b>Relevant Time</b></td><td><b>Reported</b></td></tr><tr><td><a href=\"Observation-cbc-panel-rigoletto-001.html\"><span title=\"Codes:{http://loinc.org 58410-2}\">CBC panel - Blood by Automated count</span></a></td><td/><td>Final</td><td><blockquote><div><p>Tutti i valori del pannello CBC rientrano nei range di riferimento normali.</p>\n</div></blockquote></td><td>2024-06-15 08:30:00+0100</td><td>2024-06-15 10:00:00+0100</td></tr><tr><td><a href=\"Observation-Observation-Histo-type-Patient-001.html\"><span title=\"Codes:{http://snomed.info/sct 396984004}\">Histologic feature of neoplasm</span></a></td><td><span title=\"Codes:{http://snomed.info/sct 722524005}\">Primary invasive pleomorphic lobular carcinoma of breast (disorder)</span></td><td>Final</td><td><blockquote><div><p>Tipo istologico confermato tramite esame istopatologico.</p>\n</div></blockquote></td><td>2023-05-10 10:29:23+0000</td><td/></tr></table></div>"
  ] ;
  fhir:DiagnosticReport.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "http://hospital.example.org/reports" ] ;
     fhir:Identifier.value [ fhir:value "LAB-20250227-001" ]
  ] ;
  fhir:DiagnosticReport.status [ fhir:value "final"] ;
  fhir:DiagnosticReport.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:11502-2 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "11502-2" ] ;
       fhir:Coding.display [ fhir:value "Laboratory report" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Report di laboratorio completo" ]
  ] ;
  fhir:DiagnosticReport.subject [
     fhir:link <http://hl7.org/fhir/Patient/Patient-Rigoletto-001> ;
     fhir:Reference.reference [ fhir:value "Patient/Patient-Rigoletto-001" ]
  ] ;
  fhir:DiagnosticReport.result [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Observation/cbc-panel-rigoletto-001> ;
     fhir:Reference.reference [ fhir:value "Observation/cbc-panel-rigoletto-001" ]
  ], [
     fhir:index 1 ;
     fhir:link <http://hl7.org/fhir/Observation/Observation-Histo-type-Patient-001> ;
     fhir:Reference.reference [ fhir:value "Observation/Observation-Histo-type-Patient-001" ]
  ] .

<http://hl7.org/fhir/Patient/Patient-Rigoletto-001> a fhir:Patient .

<http://hl7.org/fhir/Observation/cbc-panel-rigoletto-001> a fhir:Observation .

<http://hl7.org/fhir/Observation/Observation-Histo-type-Patient-001> a fhir:Observation .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/DiagnosticReport/DiagnosticReport-Rigoletto-001.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/DiagnosticReport/DiagnosticReport-Rigoletto-001.ttl> .