Resumen Clínico de Paciente de Chile (IPS-CL)
0.2.0 - ci-build Chile flag

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 Alergias (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 "DiagnosticReportAlergia-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 DiagnosticReportAlergia-CL-Ejemplo</b></p><a name=\"DiagnosticReportAlergia-CL-Ejemplo\"> </a><a name=\"hcDiagnosticReportAlergia-CL-Ejemplo\"> </a><a name=\"DiagnosticReportAlergia-CL-Ejemplo-es-CL\"> </a><h2><span title=\"Codes:{http://loinc.org 10155-0}\">Historial de alergias, reportado</span> (<span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 OTH}\">Otra categoría</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>2006-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></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 "OTH" ] ;
fhir:display [ fhir:v "Other" ]     ] ) ;
fhir:text [ fhir:v "Otra categoría" ]
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:10155-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10155-0" ] ;
fhir:display [ fhir:v "History of allergies, reported" ]     ] ) ;
fhir:text [ fhir:v "Historial de alergias, reportado" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/PacienteClIpsEjemplo" ] ;
fhir:display [ fhir:v "Este es un reporte de alergias confirmadas por un profesional de la salud y declaradas por el paciente: Clotrimazol" ]
  ] ; # 
  fhir:effective [ fhir:v "2006-06-10"^^xsd:date] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Organization/OrganizationHospital-CL-Ejemplo" ] ;
fhir:display [ fhir:v "Hospital Dr. Gustavo Fricke" ]
  ] ) . #