This page is part of the Resumen Clinico de Paciente de Chile (v0.2.0: STU1 Draft) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions
: Reporte Laboratorio (Diagnóstico) - Ejemplo - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:DiagnosticReport ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "DiagnosticReportLab-CL-Ejemplo"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://hl7chile.cl/fhir/ig/clips/StructureDefinition/DiagnosticReport-cl-ips"^^xsd:anyURI ;
fhir:link <https://hl7chile.cl/fhir/ig/clips/StructureDefinition/DiagnosticReport-cl-ips> ] )
] ; #
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: DiagnosticReport DiagnosticReportLab-CL-Ejemplo</b></p><a name=\"DiagnosticReportLab-CL-Ejemplo\"> </a><a name=\"hcDiagnosticReportLab-CL-Ejemplo\"> </a><a name=\"DiagnosticReportLab-CL-Ejemplo-es-CL\"> </a><h2><span title=\"Codes:{http://loinc.org 11502-2}\">Reporte de laboratorio</span> (<span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 LAB}\">Laboratorio</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Vale Female, DoB: 1995-05-01 ( Chile: 19.241.323-8 (use: official, ))</td></tr><tr><td>When For</td><td>2015-06-10</td></tr><tr><td>Performer</td><td> <a href=\"Organization-OrganizationHospital-CL-Ejemplo.html\">Hospital Dr. Gustavo Fricke</a></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>When For</b></td></tr><tr><td><a href=\"Observation-LabPatologia-CL-Ejemplo.html\"><span title=\"Codes:{http://loinc.org 100746-7}\">Glucosa en sangre venosa mixta</span></a></td><td>5.5 [mmol/L]<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemmol/L = 'mmol/L')</span></td><td>Final</td><td>Nivel normal de glucosa en sangre venosa</td><td>2015-06-04</td></tr></table></div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0074"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LAB" ] ;
fhir:display [ fhir:v "Laboratory" ] ] ) ;
fhir:text [ fhir:v "Laboratorio" ]
] ) ; #
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:text [ fhir:v "Reporte de laboratorio" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/PacienteClIpsEjemplo" ]
] ; #
fhir:effective [ fhir:v "2015-06-10"^^xsd:date] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Organization/OrganizationHospital-CL-Ejemplo" ] ;
fhir:display [ fhir:v "Hospital Dr. Gustavo Fricke" ]
] ) ; #
fhir:result ( [
fhir:reference [ fhir:v "Observation/LabPatologia-CL-Ejemplo" ] ;
fhir:display [ fhir:v "Nivel normal de glucosa en sangre venosa" ]
] ) . #