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 loinc: <http://loinc.org/rdf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/ServiceRequest/EjemploSolicitudExamen> a fhir:ServiceRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "EjemploSolicitudExamen"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/ServiceRequestExamenLE" ;
fhir:index 0 ;
fhir:link <https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/ServiceRequestExamenLE>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PeticiónServicio EjemploSolicitudExamen</b></p><a name=\"EjemploSolicitudExamen\"> </a><a name=\"hcEjemploSolicitudExamen\"> </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-ServiceRequestExamenLE.html\">Solicitud de Examen LE</a></p></div><p><b>basedOn</b>: <a href=\"ServiceRequest-EjemploSolicitudInterconsultaFinalizada.html\">ServiceRequest Patient referral to specialist</a></p><p><b>status</b>: Draft</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 2857-1}\">Antigeno Prostático Específico en Suero o Plasma</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>occurrence</b>: 2024-01-19 16:00:00-0300</p><p><b>authoredOn</b>: 2024-01-17 16:00:00-0300</p><p><b>requester</b>: <a href=\"Practitioner-PractitionerProfesionalLEEjemplo.html\">Practitioner Víctor Gonzalez </a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 414205003}\">antecedente familiar de neoplasia maligna de próstata</span></p><p><b>note</b>: </p><blockquote><div><p>paciente con APE elevado en 2022, se solicita examen vigente previo a atención con especialidad</p>\n</div></blockquote></div>"
] ;
fhir:ServiceRequest.basedOn [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/ServiceRequest/EjemploSolicitudInterconsultaFinalizada> ;
fhir:Reference.reference [ fhir:value "ServiceRequest/EjemploSolicitudInterconsultaFinalizada" ]
] ;
fhir:ServiceRequest.status [ fhir:value "draft"] ;
fhir:ServiceRequest.intent [ fhir:value "order"] ;
fhir:ServiceRequest.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a loinc:2857-1 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "2857-1" ] ;
fhir:Coding.display [ fhir:value "Ag específico de próstata: Suero o Plasma : Punto temporal: Concentración de masa: Cuantitativo:" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Antigeno Prostático Específico en Suero o Plasma" ]
] ;
fhir:ServiceRequest.subject [
fhir:link <http://hl7.org/fhir/Patient/EjemploPatientLE> ;
fhir:Reference.reference [ fhir:value "Patient/EjemploPatientLE" ]
] ;
fhir:ServiceRequest.occurrenceDateTime [ fhir:value "2024-01-19T16:00:00-03:00"^^xsd:dateTime] ;
fhir:ServiceRequest.authoredOn [ fhir:value "2024-01-17T16:00:00-03:00"^^xsd:dateTime] ;
fhir:ServiceRequest.requester [
fhir:link <http://hl7.org/fhir/Practitioner/PractitionerProfesionalLEEjemplo> ;
fhir:Reference.reference [ fhir:value "Practitioner/PractitionerProfesionalLEEjemplo" ]
] ;
fhir:ServiceRequest.reasonCode [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:414205003 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "414205003" ]
] ;
fhir:CodeableConcept.text [ fhir:value "antecedente familiar de neoplasia maligna de próstata" ]
] ;
fhir:ServiceRequest.note [
fhir:index 0 ;
fhir:Annotation.text [ fhir:value "paciente con APE elevado en 2022, se solicita examen vigente previo a atención con especialidad" ]
] .
<http://hl7.org/fhir/ServiceRequest/EjemploSolicitudInterconsultaFinalizada> a fhir:ServiceRequest .
<http://hl7.org/fhir/Patient/EjemploPatientLE> a fhir:Patient .
<http://hl7.org/fhir/Practitioner/PractitionerProfesionalLEEjemplo> a fhir:Practitioner .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/ServiceRequest/EjemploSolicitudExamen.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/ServiceRequest/EjemploSolicitudExamen.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