Mensaje TEI - APS a nivel secundario, published by CENS. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cens-chile/tei-aps-secundario/ and changes regularly. See the Directory of published versions
: Encounter de ejemplo - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Encounter ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "EncounterIniciarTEIEjemplo"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/EncounterIniciarLE"^^xsd:anyURI ;
fhir:link <https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/EncounterIniciarLE> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter EncounterIniciarTEIEjemplo</b></p><a name=\"EncounterIniciarTEIEjemplo\"> </a><a name=\"hcEncounterIniciarTEIEjemplo\"> </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=\"https://build.fhir.org/ig/Minsal-CL/SIGTEv2-IG/StructureDefinition-EncounterIniciarLE.html\">Encounter Iniciar LE</a></p></div><p><b>Consecuencia Atención Codigo</b>: <span title=\"Codes:{https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSConsecuenciaAtencionCodigo 3}\">Derivación</span></p><p><b>identifier</b>: 13696133 (use: official, )</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"https://build.fhir.org/ig/Minsal-CL/SIGTEv2-IG/CodeSystem-CSModalidadAtencionCodigo.html#CSModalidadAtencionCodigo-1\">Modalidad Atencion Codigo 1</a>: Presencial</p><p><b>subject</b>: <a href=\"Patient/07216d5b-1662-46ac-a041-20a40f2b3881\">Patient/07216d5b-1662-46ac-a041-20a40f2b3881</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/71c67974-99f2-4537-8956-4391865cba48\">PractitionerRole/71c67974-99f2-4537-8956-4391865cba48</a></td></tr></table><p><b>period</b>: 2025-07-24 10:19:44-0400 --> 2025-07-24 10:21:53-0400</p><h3>Diagnoses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Condition</b></td><td><b>Rank</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Condition/f422e53e-82a5-4798-8845-1902b0330ddc\">Condition/f422e53e-82a5-4798-8845-1902b0330ddc</a></td><td>1</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/ExtensionConsecuenciaAtencionCodigo"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSConsecuenciaAtencionCodigo"^^xsd:anyURI ] ;
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "Derivación" ] ] ) ]
] ) ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:value [ fhir:v "13696133" ]
] ) ; #
fhir:status [ fhir:v "finished"] ; #
fhir:class [
fhir:system [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSModalidadAtencionCodigo"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Presencial" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/07216d5b-1662-46ac-a041-20a40f2b3881" ]
] ; #
fhir:participant ( [
fhir:individual [
fhir:reference [ fhir:v "PractitionerRole/71c67974-99f2-4537-8956-4391865cba48" ] ]
] ) ; #
fhir:period [
fhir:start [ fhir:v "2025-07-24T10:19:44-04:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2025-07-24T10:21:53-04:00"^^xsd:dateTime ]
] ; #
fhir:diagnosis ( [
fhir:condition [
fhir:reference [ fhir:v "Condition/f422e53e-82a5-4798-8845-1902b0330ddc" ] ] ;
fhir:rank [ fhir:v "1"^^xsd:positiveInteger ]
] ) . #