Lista de Espera Quirúrgica Interoperable, published by Unidad de Interoperabilidad - MINSAL. This guide is not an authorized publication; it is the continuous build for version 0.1.2-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Minsal-CL/TEI-Quirurgico/ and changes regularly. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@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/Encounter/6c7dae68-552d-44cb-b414-e5024ae8e0a0> a fhir:Encounter ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "6c7dae68-552d-44cb-b414-e5024ae8e0a0"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://interoperabilidad.minsal.cl/fhir/ig/quirurgico/StructureDefinition/EncounterEntrevistaLE" ;
fhir:index 0 ;
fhir:link <https://interoperabilidad.minsal.cl/fhir/ig/quirurgico/StructureDefinition/EncounterEntrevistaLE>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encuentro 6c7dae68-552d-44cb-b414-e5024ae8e0a0</b></p><a name=\"6c7dae68-552d-44cb-b414-e5024ae8e0a0\"> </a><a name=\"hc6c7dae68-552d-44cb-b414-e5024ae8e0a0\"> </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-EncounterEntrevistaLE.html\">Encounter Entrevista LE</a></p></div><p><b>En Condicion Cirugia</b>: true</p><p><b>Extension Resultado Evaluación Pre-Qx</b>: <span title=\"Codes:{https://interoperabilidad.minsal.cl/fhir/ig/quirurgico/CodeSystem/CSResultadoEvaluacionPreQuirurgica 1}\">El Paciente requiere intervención quirúrgica.</span></p><p><b>identifier</b>: 1234567890</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"CodeSystem-CSModalidadAtencionCodigo.html#CSModalidadAtencionCodigo-1\">Modalidad Atencion Codigo: 1</a> (Presencial)</p><p><b>subject</b>: <a href=\"Patient-22e862c5-6d96-44ec-869c-dba001058cb3.html\">Juan Pérez (official) Male, DoB: 1980-01-01 ( RUN: 4444444-4)</a></p><p><b>basedOn</b>: <a href=\"ServiceRequest-38a17703-0731-4c3f-88fd-1202dc99d7ce.html\">ServiceRequest Lung structure</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"PractitionerRole-0e5c9353-5f8e-4801-b7fc-59395f14344c.html\">PractitionerRole Entrevistador</a></td></tr></table><p><b>appointment</b>: <a href=\"Appointment-76adaeb4-4885-4aa6-96c1-13b9df9a61d7.html\">Appointment: extension = Llamada,; identifier = CITA-20241027-001; status = booked; serviceType = Entrevista Pre Quirúrgica; start = 2024-10-27 10:00:00-0400; end = 2024-10-27 10:30:00-0400; created = 2024-10-25 14:00:00-0400</a></p><p><b>period</b>: 2024-12-02 10:00:00-0400 --> (ongoing)</p></div>"
] ;
fhir:DomainResource.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "https://interoperabilidad.minsal.cl/fhir/ig/quirurgico/StructureDefinition/EnCondicionCirugia" ] ;
fhir:Extension.valueBoolean [ fhir:value "true"^^xsd:boolean ]
], [
fhir:index 1 ;
fhir:Extension.url [ fhir:value "https://interoperabilidad.minsal.cl/fhir/ig/quirurgico/StructureDefinition/ExtensionResultadoEvaluacionPreQx" ] ;
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://interoperabilidad.minsal.cl/fhir/ig/quirurgico/CodeSystem/CSResultadoEvaluacionPreQuirurgica" ] ;
fhir:Coding.code [ fhir:value "1" ] ;
fhir:Coding.display [ fhir:value "El Paciente requiere intervención quirúrgica." ]
]
]
] ;
fhir:Encounter.identifier [
fhir:index 0 ;
fhir:Identifier.value [ fhir:value "1234567890" ]
] ;
fhir:Encounter.status [ fhir:value "finished"] ;
fhir:Encounter.class [
fhir:Coding.system [ fhir:value "https://interoperabilidad.minsal.cl/fhir/ig/quirurgico/CodeSystem/CSModalidadAtencionCodigo" ] ;
fhir:Coding.code [ fhir:value "1" ] ;
fhir:Coding.display [ fhir:value "Presencial" ]
] ;
fhir:Encounter.subject [
fhir:link <http://hl7.org/fhir/Patient/22e862c5-6d96-44ec-869c-dba001058cb3> ;
fhir:Reference.reference [ fhir:value "Patient/22e862c5-6d96-44ec-869c-dba001058cb3" ]
] ;
fhir:Encounter.basedOn [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/ServiceRequest/38a17703-0731-4c3f-88fd-1202dc99d7ce> ;
fhir:Reference.reference [ fhir:value "ServiceRequest/38a17703-0731-4c3f-88fd-1202dc99d7ce" ]
] ;
fhir:Encounter.participant [
fhir:index 0 ;
fhir:Encounter.participant.individual [
fhir:link <http://hl7.org/fhir/PractitionerRole/0e5c9353-5f8e-4801-b7fc-59395f14344c> ;
fhir:Reference.reference [ fhir:value "PractitionerRole/0e5c9353-5f8e-4801-b7fc-59395f14344c" ]
]
] ;
fhir:Encounter.appointment [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Appointment/76adaeb4-4885-4aa6-96c1-13b9df9a61d7> ;
fhir:Reference.reference [ fhir:value "Appointment/76adaeb4-4885-4aa6-96c1-13b9df9a61d7" ]
] ;
fhir:Encounter.period [
fhir:Period.start [ fhir:value "2024-12-02T10:00:00-04:00"^^xsd:dateTime ]
] .
<http://hl7.org/fhir/Patient/22e862c5-6d96-44ec-869c-dba001058cb3> a fhir:Patient .
<http://hl7.org/fhir/ServiceRequest/38a17703-0731-4c3f-88fd-1202dc99d7ce> a fhir:ServiceRequest .
<http://hl7.org/fhir/PractitionerRole/0e5c9353-5f8e-4801-b7fc-59395f14344c> a fhir:PractitionerRole .
<http://hl7.org/fhir/Appointment/76adaeb4-4885-4aa6-96c1-13b9df9a61d7> a fhir:Appointment .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Encounter/6c7dae68-552d-44cb-b414-e5024ae8e0a0.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Encounter/6c7dae68-552d-44cb-b414-e5024ae8e0a0.ttl> .
IG © 2025+ Unidad de Interoperabilidad - MINSAL. Package hl7.fhir.cl.minsal.quirurgico#0.1.2-ballot based on FHIR 4.0.1. Generated 2026-09-04
Links: Tabla de contenidos |
Reporte QA