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
@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:Composition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Composition-CL-Ejemplo"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Composition-cl-ips"^^xsd:anyURI ;
fhir:link <https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Composition-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: Composition Composition-CL-Ejemplo</b></p><a name=\"Composition-CL-Ejemplo\"> </a><a name=\"hcComposition-CL-Ejemplo\"> </a><a name=\"Composition-CL-Ejemplo-es-CL\"> </a><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 60591-5}\">Documento resumen del paciente</span></p><p><b>date</b>: 2024-05-28</p><p><b>author</b>: <a href=\"Practitioner-PrestadorMedInternaClIpsEjemplo.html\">Practitioner Nicolás Bastian Figueroa (official)</a></p><p><b>title</b>: International Patient Summary Genérico para uso en Chile</p><p><b>custodian</b>: <a href=\"Organization-OrganizationHospital-CL-Ejemplo.html\">Organization Hospital Dr. Gustavo Fricke</a></p><h3>RelatesTos</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Target[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Appends</td><td><code>urn:oid:2.16.152.1.10.1</code>/IPS-CL-2024-001</td></tr></table></div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:type [
( fhir:coding [
a loinc:60591-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "60591-5" ] ;
fhir:display [ fhir:v "Patient summary Document" ] ] ) ;
fhir:text [ fhir:v "Documento resumen del paciente" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/PacienteClIpsEjemplo" ]
] ; #
fhir:date [ fhir:v "2024-05-28"^^xsd:date] ; #
fhir:author ( [
fhir:reference [ fhir:v "Practitioner/PrestadorMedInternaClIpsEjemplo" ]
] ) ; #
fhir:title [ fhir:v "International Patient Summary Genérico para uso en Chile"] ; #
fhir:custodian [
fhir:reference [ fhir:v "Organization/OrganizationHospital-CL-Ejemplo" ]
] ; #
fhir:relatesTo ( [
fhir:code [ fhir:v "appends" ] ;
fhir:target [
a fhir:Identifier ;
fhir:system [ fhir:v "urn:oid:2.16.152.1.10.1"^^xsd:anyURI ] ;
fhir:value [ fhir:v "IPS-CL-2024-001" ] ]
] ) ; #
fhir:section ( [
fhir:title [ fhir:v "Medicamentos" ] ;
fhir:code [
( fhir:coding [
a loinc:10160-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10160-0" ] ;
fhir:display [ fhir:v "History of Medication use Narrative" ] ] ) ;
fhir:text [ fhir:v "Historial de uso de medicamentos" ] ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li><div><b>Medication Name</b>: Aspirina (medicamento)</div><div><b>Code</b>: <span>7947003</span></div><div><b>Status</b>: <span>completed, started 2019-02-04</span></div><div>Instructions: Administrar 500 mg por 3 días</div></li></ul></div>" ] ;
( fhir:entry [
fhir:reference [ fhir:v "MedicationStatement/MedicationStatement-CL-Ejemplo" ] ] [
fhir:reference [ fhir:v "MedicationRequest/MedicationRequest-CL-Ejemplo" ] ] )
] [
fhir:title [ fhir:v "Alergias" ] ;
fhir:code [
( fhir:coding [
a loinc:48765-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "48765-2" ] ;
fhir:display [ fhir:v "Allergies and adverse reactions Document" ] ] ) ;
fhir:text [ fhir:v "Documento de alergias y reacciones adversas" ] ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li><div><b>Allergy Name</b>: Hierro y Clotrimazol</div><div><b>Verification Status</b>: Confirmado</div><div><b>Reaction</b>: <span>Gastritis y Dermatitis inflamatoria</span></div></li></ul></div>" ] ;
( fhir:entry [
fhir:reference [ fhir:v "AllergyIntolerance/Alergia-CL-Ejemplo" ] ] )
] [
fhir:title [ fhir:v "Problemas de salud - Condiciones" ] ;
fhir:code [
( fhir:coding [
a loinc:11450-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11450-4" ] ;
fhir:display [ fhir:v "Problem list - Reported" ] ] ) ;
fhir:text [ fhir:v "Lista de problemas" ] ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li><div><b>Condition Name</b>: Faringitis viral</div><div><b>Code</b>: <span>1532007</span></div><div><b>Status</b>: <span>Inactiva</span></div></li></ul></div>" ] ;
( fhir:entry [
fhir:reference [ fhir:v "Condition/Condition-CL-Ejemplo" ] ] )
] ) . #
IG © 2024+ HL7 Chile. Package hl7.fhir.cl.clips#0.2.0 based on FHIR 4.0.1. Generated 2024-11-14
Links: Tabla de contenidos |
Reporte QA |
Historial de versiones