Tiempos de Espera Interoperable, published by Unidad de Interoperabilidad - MINSAL. This guide is not an authorized publication; it is the continuous build for version 0.2.3 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Minsal-CL/tei/ 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/AtencionEjemplo> a fhir:Encounter ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "AtencionEjemplo"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/EncounterAtenderLE" ;
fhir:index 0 ;
fhir:link <https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/EncounterAtenderLE>
]
] ;
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 AtencionEjemplo</b></p><a name=\"AtencionEjemplo\"> </a><a name=\"hcAtencionEjemplo\"> </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-EncounterAtenderLE.html\">Encounter Atender LE</a></p></div><p><b>ExtBool Pertinencia Atencion Box</b>: true</p><p><b>identifier</b>: 123</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>type</b>: <span title=\"Codes:{https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSTipoConsulta 1}\">Nueva</span></p><p><b>subject</b>: <a href=\"Patient-EjemploPatientLE.html\">María Josefina Gonzalez (official) Male, DoB: 1974-12-25 ( Rol Único Nacional: 90000000-6 (use: official, ))</a></p><p><b>basedOn</b>: <a href=\"ServiceRequest-EjemploSolicitudInterconsultaFinalizada.html\">ServiceRequest Patient referral to specialist</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-PractitionerRoleAtendedor.html\">PractitionerRole Atendedor</a></td></tr></table><p><b>period</b>: 2024-02-22 08:00:00-0300 --> 2024-02-22 08:30:00-0300</p><h3>Diagnoses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Condition</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Condition-ConditionAtencionejemplo.html\">Condition Severe adrenal insufficiency</a></td></tr></table></div>"
] ;
fhir:DomainResource.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/ExtensionPertinenciaAtencionBox" ] ;
fhir:Extension.valueBoolean [ fhir:value "true"^^xsd:boolean ]
] ;
fhir:Encounter.identifier [
fhir:index 0 ;
fhir:Identifier.value [ fhir:value "123" ]
] ;
fhir:Encounter.status [ fhir:value "finished"] ;
fhir:Encounter.class [
fhir:Coding.system [ fhir:value "https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSModalidadAtencionCodigo" ] ;
fhir:Coding.code [ fhir:value "1" ] ;
fhir:Coding.display [ fhir:value "Presencial" ]
] ;
fhir:Encounter.type [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSTipoConsulta" ] ;
fhir:Coding.code [ fhir:value "1" ] ;
fhir:Coding.display [ fhir:value "Nueva" ]
]
] ;
fhir:Encounter.subject [
fhir:link <http://hl7.org/fhir/Patient/EjemploPatientLE> ;
fhir:Reference.reference [ fhir:value "Patient/EjemploPatientLE" ]
] ;
fhir:Encounter.basedOn [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/ServiceRequest/EjemploSolicitudInterconsultaFinalizada> ;
fhir:Reference.reference [ fhir:value "ServiceRequest/EjemploSolicitudInterconsultaFinalizada" ]
] ;
fhir:Encounter.participant [
fhir:index 0 ;
fhir:Encounter.participant.individual [
fhir:link <http://hl7.org/fhir/PractitionerRole/PractitionerRoleAtendedor> ;
fhir:Reference.reference [ fhir:value "PractitionerRole/PractitionerRoleAtendedor" ]
]
] ;
fhir:Encounter.period [
fhir:Period.start [ fhir:value "2024-02-22T08:00:00-03:00"^^xsd:dateTime ] ;
fhir:Period.end [ fhir:value "2024-02-22T08:30:00-03:00"^^xsd:dateTime ]
] ;
fhir:Encounter.diagnosis [
fhir:index 0 ;
fhir:Encounter.diagnosis.condition [
fhir:link <http://hl7.org/fhir/Condition/ConditionAtencionejemplo> ;
fhir:Reference.reference [ fhir:value "Condition/ConditionAtencionejemplo" ]
]
] .
<http://hl7.org/fhir/Patient/EjemploPatientLE> a fhir:Patient .
<http://hl7.org/fhir/ServiceRequest/EjemploSolicitudInterconsultaFinalizada> a fhir:ServiceRequest .
<http://hl7.org/fhir/PractitionerRole/PractitionerRoleAtendedor> a fhir:PractitionerRole .
<http://hl7.org/fhir/Condition/ConditionAtencionejemplo> a fhir:Condition .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Encounter/AtencionEjemplo.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Encounter/AtencionEjemplo.ttl> .
IG © 2026+ Unidad de Interoperabilidad - MINSAL. Package hl7.fhir.cl.minsal.tei#0.2.3 based on FHIR 4.0.1. Generated 2026-08-24
Links: Tabla de contenidos |
Reporte QA
| Issues