Proyecto Listas de Espera MINSAL CHILE
0.1.3 - ci-build

Proyecto Listas de Espera MINSAL CHILE - Local Development build (v0.1.3). See the Directory of published versions

: Bundle Evento de Revisar - 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 -------------------------------------------------------------------

 a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "EjemploBundleRevisar"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2023-01-20T14:12:10Z"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://minsal.cl/listaespera/StructureDefinition/BundleRevisarLE"^^xsd:anyURI ;
fhir:link <http://minsal.cl/listaespera/StructureDefinition/BundleRevisarLE>     ] )
  ] ; # 
  fhir:type [ fhir:v "message"] ; # 
  fhir:timestamp [ fhir:v "2023-02-09T17:15:22Z"^^xsd:dateTime] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "http://acme.com/ehr/fhir/MessageHeader/revisar"^^xsd:anyURI ] ;
    ( fhir:resource <http://acme.com/ehr/fhir/MessageHeader/revisar> )
  ] [
fhir:fullUrl [ fhir:v "http://acme.com/ehr/fhir/ServiceRequest/revisar"^^xsd:anyURI ] ;
    ( fhir:resource <http://acme.com/ehr/fhir/ServiceRequest/revisar> )
  ] [
fhir:fullUrl [ fhir:v "http://acme.com/ehr/fhir/PractitionerRole/revisar"^^xsd:anyURI ] ;
    ( fhir:resource <http://acme.com/ehr/fhir/PractitionerRole/revisar> )
  ] [
fhir:fullUrl [ fhir:v "http://acme.com/ehr/fhir/Organization/revisar"^^xsd:anyURI ] ;
    ( fhir:resource <http://acme.com/ehr/fhir/Organization/revisar> )
  ] [
fhir:fullUrl [ fhir:v "http://acme.com/ehr/fhir/Practitioner/revisar"^^xsd:anyURI ] ;
    ( fhir:resource <http://acme.com/ehr/fhir/Practitioner/revisar> )
  ] ) . # 

<http://acme.com/ehr/fhir/MessageHeader/revisar> a fhir:MessageHeader ;
  fhir:id [ fhir:v "EjemploMessageHeaderRevisar"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2023-02-14T14:12:10Z"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://minsal.cl/listaespera/StructureDefinition/MessageHeaderLE"^^xsd:anyURI ;
fhir:link <http://minsal.cl/listaespera/StructureDefinition/MessageHeaderLE>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MessageHeader</b><a name=\"EjemploMessageHeaderRevisar\"> </a></p><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\">Resource MessageHeader &quot;EjemploMessageHeaderRevisar&quot; Updated &quot;2023-02-14 14:12:10+0000&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MessageHeaderLE.html\">MessageHeader LE</a></p></div><p><b>event</b>: Revisar (Details: http://minsal.cl/listaespera/CodeSystem/CSTipoEventoLE code revisar = 'Revisar', stated as 'null')</p><p><b>author</b>: <a href=\"#PractitionerRole_EjemploPractitionerRoleRevisar\">See above (http://acme.com/ehr/fhir/PractitionerRole/revisar)</a></p><h3>Sources</h3><table class=\"grid\"><tr><td>-</td><td><b>Software</b></td><td><b>Endpoint</b></td></tr><tr><td>*</td><td>SolucionInformatica</td><td><a href=\"http://link-to-sending.cl\">http://link-to-sending.cl</a></td></tr></table><p><b>focus</b>: <a href=\"#ServiceRequest_EjemploServiceRequestRevisar\">See above (http://acme.com/ehr/fhir/ServiceRequest/revisar)</a></p></div>"
  ] ; # 
  fhir:event [
a fhir:Coding ;
fhir:system [ fhir:v "http://minsal.cl/listaespera/CodeSystem/CSTipoEventoLE"^^xsd:anyURI ] ;
fhir:code [ fhir:v "revisar" ]
  ] ; # 
  fhir:author [
fhir:link <http://acme.com/ehr/fhir/PractitionerRole/revisar> ;
fhir:reference [ fhir:v "http://acme.com/ehr/fhir/PractitionerRole/revisar" ]
  ] ; # 
  fhir:source [
fhir:software [ fhir:v "SolucionInformatica" ] ;
fhir:endpoint [ fhir:v "http://link-to-sending.cl"^^xsd:anyURI ]
  ] ; # 
  fhir:focus ( [
fhir:link <http://acme.com/ehr/fhir/ServiceRequest/revisar> ;
fhir:reference [ fhir:v "http://acme.com/ehr/fhir/ServiceRequest/revisar" ]
  ] ) . # 

<http://acme.com/ehr/fhir/ServiceRequest/revisar> a fhir:ServiceRequest ;
  fhir:id [ fhir:v "EjemploServiceRequestRevisar"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://minsal.cl/listaespera/StructureDefinition/ServiceRequestLE"^^xsd:anyURI ;
fhir:link <http://minsal.cl/listaespera/StructureDefinition/ServiceRequestLE>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ServiceRequest</b><a name=\"EjemploServiceRequestRevisar\"> </a></p><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\">Resource ServiceRequest &quot;EjemploServiceRequestRevisar&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ServiceRequestLE.html\">ServiceRequest LE</a></p></div><p><b>ExtBool RequiereExamen</b>: true</p><p><b>Pertinencia Interconsulta</b>: Pertinente <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-CSPertinenciaInterconsulta.html\">Pertinencia Interconsulta</a>#1)</span></p><p><b>identifier</b>: IdInterconsulta: 1</p><p><b>status</b>: draft</p><p><b>intent</b>: proposal</p><p><b>category</b>: Presencial <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-CSModalidadAtencionCodigo.html\">Modalidad Atencion Codigo</a>#1)</span></p><p><b>priority</b>: routine</p><p><b>doNotPerform</b>: true</p><p><b>subject</b>: <a href=\"Bundle-EjemploBundleInicio.html#http-//acme.com/ehr/fhir/Patient/EjemploPatient\">http://acme.com/ehr/fhir/Patient/EjemploPatient</a></p><p><b>authoredOn</b>: 2022-01-20 13:50:20+0000</p></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://minsal.cl/listaespera/StructureDefinition/ExtBoolRequiereExamen"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]
  ] [
fhir:url [ fhir:v "http://minsal.cl/listaespera/StructureDefinition/PertinenciaInterconsulta"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://minsal.cl/listaespera/CodeSystem/CSPertinenciaInterconsulta"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ]       ] )     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.cens.cl/CodeSystem/listaespera"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IdInterconsulta" ]       ] )     ] ;
fhir:value [ fhir:v "1" ]
  ] ) ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:intent [ fhir:v "proposal"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://minsal.cl/listaespera/CodeSystem/CSModalidadAtencionCodigo"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Presencial" ]     ] )
  ] ) ; # 
  fhir:priority [ fhir:v "routine"] ; # 
  fhir:doNotPerform [
fhir:v "true"^^xsd:boolean ;
    ( fhir:extension [
fhir:url [ fhir:v "http://minsal.cl/listaespera/StructureDefinition/MotivoNoPertinenciaCodigo"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "http://minsal.cl/listaespera/CodeSystem/CSMotivoNoPertinenciaCodigo"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ]         ] ) ;
fhir:text [ fhir:v "Texto libre" ]       ]     ] )
  ] ; # 
  fhir:subject [
fhir:link <http://acme.com/ehr/fhir/Patient/EjemploPatient> ;
fhir:reference [ fhir:v "http://acme.com/ehr/fhir/Patient/EjemploPatient" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2022-01-20T13:50:20Z"^^xsd:dateTime] . # 

<http://acme.com/ehr/fhir/PractitionerRole/revisar> a fhir:PractitionerRole ;
  fhir:id [ fhir:v "EjemploPractitionerRoleRevisar"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://minsal.cl/listaespera/StructureDefinition/PractitionerRoleLE"^^xsd:anyURI ;
fhir:link <http://minsal.cl/listaespera/StructureDefinition/PractitionerRoleLE>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: PractitionerRole</b><a name=\"EjemploPractitionerRoleRevisar\"> </a></p><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\">Resource PractitionerRole &quot;EjemploPractitionerRoleRevisar&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PractitionerRoleLE.html\">PractitionerRole LE</a></p></div><p><b>practitioner</b>: <a href=\"#Practitioner_EjemploPractitionerRevisar\">See above (http://acme.com/ehr/fhir/Practitioner/revisar)</a></p><p><b>organization</b>: <a href=\"#Organization_EjemploOrganizationRevisar\">See above (http://acme.com/ehr/fhir/Organization/revisar)</a></p><p><b>code</b>: Revisor <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-CSPractitionerTipoRolLE.html\">Rol de médicos</a>#revisor)</span></p></div>"
  ] ; # 
  fhir:practitioner [
fhir:link <http://acme.com/ehr/fhir/Practitioner/revisar> ;
fhir:reference [ fhir:v "http://acme.com/ehr/fhir/Practitioner/revisar" ]
  ] ; # 
  fhir:organization [
fhir:link <http://acme.com/ehr/fhir/Organization/revisar> ;
fhir:reference [ fhir:v "http://acme.com/ehr/fhir/Organization/revisar" ]
  ] ; # 
  fhir:code ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://minsal.cl/listaespera/CodeSystem/CSPractitionerTipoRolLE"^^xsd:anyURI ] ;
fhir:code [ fhir:v "revisor" ]     ] )
  ] ) . # 

<http://acme.com/ehr/fhir/Organization/revisar> a fhir:Organization ;
  fhir:id [ fhir:v "EjemploOrganizationRevisar"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://minsal.cl/listaespera/StructureDefinition/OrganizationLE"^^xsd:anyURI ;
fhir:link <http://minsal.cl/listaespera/StructureDefinition/OrganizationLE>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"EjemploOrganizationRevisar\"> </a></p><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\">Resource Organization &quot;EjemploOrganizationRevisar&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-OrganizationLE.html\">Organization LE</a></p></div><p><b>identifier</b>: Placer Identifier: 1</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PLAC" ]       ] )     ] ;
fhir:value [ fhir:v "1" ]
  ] ) . # 

<http://acme.com/ehr/fhir/Practitioner/revisar> a fhir:Practitioner ;
  fhir:id [ fhir:v "EjemploPractitionerRevisar"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://minsal.cl/listaespera/StructureDefinition/PractitionerLE"^^xsd:anyURI ;
fhir:link <http://minsal.cl/listaespera/StructureDefinition/PractitionerLE>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Practitioner</b><a name=\"EjemploPractitionerRevisar\"> </a></p><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\">Resource Practitioner &quot;EjemploPractitionerRevisar&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PractitionerLE.html\">Practitioner LE</a></p></div><p><b>identifier</b>: RUN: 2134 (use: OFFICIAL), id: 2134 (use: SECONDARY)</p><blockquote><p><b>qualification</b></p><p><b>identifier</b>: id: tit</p><p><b>code</b>: MÉDICO CIRUJANO <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-CSTituloProfesional.html\">TituloProfesional</a>#1)</span></p></blockquote><blockquote><p><b>qualification</b></p><p><b>identifier</b>: id: esp</p><p><b>code</b>: ANESTESIOLOGÍA <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-CSEspecialidadMed.html\">EspecialidadMed</a>#2)</span></p></blockquote></div>"
  ] ; # 
  fhir:identifier ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://minsal.cl/listaespera/StructureDefinition/DigitoVerificador"^^xsd:anyURI ] ;
fhir:value [ fhir:v "K" ]     ] ) ;
fhir:use [ fhir:v "official" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.cens.cl/CodeSystem/listaespera"^^xsd:anyURI ] ;
fhir:code [ fhir:v "RUN" ]       ] )     ] ;
fhir:value [ fhir:v "2134" ]
  ] [
fhir:use [ fhir:v "secondary" ] ;
fhir:system [ fhir:v "http://rnpi.superdesalud.gob.cl"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2134" ]
  ] ) ; # 
  fhir:qualification ( [
    ( fhir:identifier [
fhir:value [ fhir:v "tit" ]     ] ) ;
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://minsal.cl/listaespera/CodeSystem/CSTituloProfesional"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ]       ] )     ]
  ] [
    ( fhir:identifier [
fhir:value [ fhir:v "esp" ]     ] ) ;
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://minsal.cl/listaespera/CodeSystem/CSEspecialidadMed"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2" ]       ] )     ]
  ] ) . #