Tiempos de Espera Interoperable
0.1.6 - draft Chile flag

Tiempos de Espera Interoperable - Local Development build (v0.1.6) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: ServiceRequest Evento Terminar - 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:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "EjemploServiceRequestTerminar"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/ServiceRequestLE"^^xsd:anyURI ;
fhir:link <https://interoperabilidad.minsal.cl/fhir/ig/tei/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=\"EjemploServiceRequestTerminar\"> </a><a name=\"hcEjemploServiceRequestTerminar\"> </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;EjemploServiceRequestTerminar&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ServiceRequestLE.html\">ServiceRequest LE</a></p></div><p><b>Estado Interconsulta Codigo</b>: Cerrada <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-CSEstadoInterconsulta.html\">Estado Interconsulta</a>#7)</span></p><p><b>Motivo Cierre Interconsulta</b>: Atención Realizada (1) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-CSMotivoCierreInterconsulta.html\">Motivo Cierre Interconsulta</a>#2)</span></p><p><b>identifier</b>: IdInterconsulta/323121</p><p><b>status</b>: draft</p><p><b>intent</b>: order</p><p><b>subject</b>: <a href=\"Patient-EjemploPatient.html\">Patient/EjemploPatient: Anibal Diaz Cortés</a> &quot; DIAZ&quot;</p><p><b>performer</b>: <a href=\"PractitionerRole-EjemploPractitionerRoleTerminar.html\">PractitionerRole/EjemploPractitionerRoleTerminar</a></p><p><b>supportingInfo</b>: <a href=\"Observation-EjemploObservationDiscapacidad.html\">Observation/EjemploObservationDiscapacidad: No presenta discapacidad</a></p></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/EstadoInterconsultaCodigoLE"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSEstadoInterconsulta"^^xsd:anyURI ] ;
fhir:code [ fhir:v "7" ]       ] )     ]
  ] [
fhir:url [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/MotivoCierreInterconsulta"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSMotivoCierreInterconsulta"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2" ]       ] )     ]
  ] ) ; # 
  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 "323121" ]
  ] ) ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/EjemploPatient" ] ;
fhir:display [ fhir:v "Anibal Diaz Cortés" ]
  ] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "PractitionerRole/EjemploPractitionerRoleTerminar" ]
  ] ) ; # 
  fhir:supportingInfo ( [
fhir:reference [ fhir:v "Observation/EjemploObservationDiscapacidad" ] ;
fhir:display [ fhir:v "No presenta discapacidad" ]
  ] ) . #