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
: Ejemplod de Cabecera Mensaje - TTL Representation
Raw ttl | Download
@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/MessageHeader/MesssageHeaderAtenderEjemplo> a fhir:MessageHeader ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "MesssageHeaderAtenderEjemplo"] ;
fhir:Resource.meta [
fhir:Meta.lastUpdated [ fhir:value "2024-02-22T08:30:00-03:00"^^xsd:dateTime ] ;
fhir:Meta.profile [
fhir:value "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/MessageHeaderLE" ;
fhir:index 0 ;
fhir:link <https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/MessageHeaderLE>
]
] ;
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: CabeceraMensaje MesssageHeaderAtenderEjemplo</b></p><a name=\"MesssageHeaderAtenderEjemplo\"> </a><a name=\"hcMesssageHeaderAtenderEjemplo\"> </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\">Last updated: 2024-02-22 08:30:00-0300</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MessageHeaderLE.html\">MessageHeader LE</a></p></div><p><b>event</b>: <a href=\"CodeSystem-CSTipoEventoLE.html#CSTipoEventoLE-atender\">Tipo de Evento: atender</a> (Atender)</p><p><b>author</b>: <a href=\"PractitionerRole-PractitionerRoleAtendedor.html\">PractitionerRole Atendedor</a></p><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Software</b></td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td>SISMaule</td><td>llp:10.11.12.13:5432</td></tr></table><p><b>focus</b>: </p><ul><li><a href=\"ServiceRequest-EjemploSolicitudInterconsultaFinalizada.html\">ServiceRequest Patient referral to specialist</a></li><li><a href=\"Encounter-AtencionEjemplo.html\">Encounter: extension = true; identifier = 123; status = finished; class = Presencial (Modalidad Atencion Codigo#1); type = Nueva; period = 2024-02-22 08:00:00-0300 --> 2024-02-22 08:30:00-0300</a></li></ul></div>"
] ;
fhir:MessageHeader.eventCoding [
fhir:Coding.system [ fhir:value "https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSTipoEventoLE" ] ;
fhir:Coding.code [ fhir:value "atender" ] ;
fhir:Coding.display [ fhir:value "Atender" ]
] ;
fhir:MessageHeader.author [
fhir:link <http://hl7.org/fhir/PractitionerRole/PractitionerRoleAtendedor> ;
fhir:Reference.reference [ fhir:value "PractitionerRole/PractitionerRoleAtendedor" ]
] ;
fhir:MessageHeader.source [
fhir:MessageHeader.source.software [ fhir:value "SISMaule" ] ;
fhir:MessageHeader.source.endpoint [ fhir:value "llp:10.11.12.13:5432" ]
] ;
fhir:MessageHeader.focus [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/ServiceRequest/EjemploSolicitudInterconsultaFinalizada> ;
fhir:Reference.reference [ fhir:value "ServiceRequest/EjemploSolicitudInterconsultaFinalizada" ]
], [
fhir:index 1 ;
fhir:link <http://hl7.org/fhir/Encounter/AtencionEjemplo> ;
fhir:Reference.reference [ fhir:value "Encounter/AtencionEjemplo" ]
] .
<http://hl7.org/fhir/PractitionerRole/PractitionerRoleAtendedor> a fhir:PractitionerRole .
<http://hl7.org/fhir/ServiceRequest/EjemploSolicitudInterconsultaFinalizada> a fhir:ServiceRequest .
<http://hl7.org/fhir/Encounter/AtencionEjemplo> a fhir:Encounter .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/MessageHeader/MesssageHeaderAtenderEjemplo.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/MessageHeader/MesssageHeaderAtenderEjemplo.ttl> .