Lista de Espera Quirúrgica Interoperable
0.1.2-ballot - ballot Chile flag

Lista de Espera Quirúrgica Interoperable, published by Unidad de Interoperabilidad - MINSAL. This guide is not an authorized publication; it is the continuous build for version 0.1.2-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Minsal-CL/TEI-Quirurgico/ and changes regularly. See the Directory of published versions

: Cirugía Hernia Ventral - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/Procedure/abfca780-745d-4c35-ae8a-fd0dbc3a9b16> a fhir:Procedure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "abfca780-745d-4c35-ae8a-fd0dbc3a9b16"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://interoperabilidad.minsal.cl/fhir/ig/quirurgico/StructureDefinition/ProcedureCirugiaLE" ;
       fhir:index 0 ;
       fhir:link <https://interoperabilidad.minsal.cl/fhir/ig/quirurgico/StructureDefinition/ProcedureCirugiaLE>
     ]
  ] ;
  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: Procedimiento abfca780-745d-4c35-ae8a-fd0dbc3a9b16</b></p><a name=\"abfca780-745d-4c35-ae8a-fd0dbc3a9b16\"> </a><a name=\"hcabfca780-745d-4c35-ae8a-fd0dbc3a9b16\"> </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-ProcedureCirugiaLE.html\">Procedure Cirugia LE</a></p></div><p><b>basedOn</b>: <a href=\"ServiceRequest-38a17703-0731-4c3f-88fd-1202dc99d7ce.html\">ServiceRequest Lung structure</a></p><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Codes:{https://interoperabilidad.minsal.cl/fhir/ig/quirurgico/CodeSystem/CSTipoCirugiaPropuesta 1}\">Cirugía Mayor Electiva</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 39607008}\">Cirugía de hernia ventral</span></p><p><b>subject</b>: <a href=\"Patient-22e862c5-6d96-44ec-869c-dba001058cb3.html\">Juan Pérez (official) Male, DoB: 1980-01-01 ( RUN: 4444444-4)</a></p><p><b>performed</b>: 2024-12-02 10:00:00-0400</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"PractitionerRole-4d1c4f8b-1f89-47a3-a765-fdfe5935a3aa.html\">PractitionerRole Atendedor</a></td></tr></table><p><b>outcome</b>: <span title=\"Codes:{https://interoperabilidad.minsal.cl/fhir/ig/quirurgico/CodeSystem/CSCondicionSalidaCirugia 1}\">Vivo</span></p></div>"
  ] ;
  fhir:Procedure.basedOn [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/ServiceRequest/38a17703-0731-4c3f-88fd-1202dc99d7ce> ;
     fhir:Reference.reference [ fhir:value "ServiceRequest/38a17703-0731-4c3f-88fd-1202dc99d7ce" ]
  ] ;
  fhir:Procedure.status [ fhir:value "completed"] ;
  fhir:Procedure.category [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://interoperabilidad.minsal.cl/fhir/ig/quirurgico/CodeSystem/CSTipoCirugiaPropuesta" ] ;
       fhir:Coding.code [ fhir:value "1" ] ;
       fhir:Coding.display [ fhir:value "Cirugía Mayor Electiva" ]
     ]
  ] ;
  fhir:Procedure.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:39607008 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "39607008" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Cirugía de hernia ventral" ]
  ] ;
  fhir:Procedure.subject [
     fhir:link <http://hl7.org/fhir/Patient/22e862c5-6d96-44ec-869c-dba001058cb3> ;
     fhir:Reference.reference [ fhir:value "Patient/22e862c5-6d96-44ec-869c-dba001058cb3" ]
  ] ;
  fhir:Procedure.performedDateTime [ fhir:value "2024-12-02T10:00:00-04:00"^^xsd:dateTime] ;
  fhir:Procedure.performer [
     fhir:index 0 ;
     fhir:Procedure.performer.actor [
       fhir:link <http://hl7.org/fhir/PractitionerRole/4d1c4f8b-1f89-47a3-a765-fdfe5935a3aa> ;
       fhir:Reference.reference [ fhir:value "PractitionerRole/4d1c4f8b-1f89-47a3-a765-fdfe5935a3aa" ]
     ]
  ] ;
  fhir:Procedure.outcome [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://interoperabilidad.minsal.cl/fhir/ig/quirurgico/CodeSystem/CSCondicionSalidaCirugia" ] ;
       fhir:Coding.code [ fhir:value "1" ] ;
       fhir:Coding.display [ fhir:value "Vivo" ]
     ]
  ] .

<http://hl7.org/fhir/ServiceRequest/38a17703-0731-4c3f-88fd-1202dc99d7ce> a fhir:ServiceRequest .

<http://hl7.org/fhir/Patient/22e862c5-6d96-44ec-869c-dba001058cb3> a fhir:Patient .

<http://hl7.org/fhir/PractitionerRole/4d1c4f8b-1f89-47a3-a765-fdfe5935a3aa> a fhir:PractitionerRole .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Procedure/abfca780-745d-4c35-ae8a-fd0dbc3a9b16.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Procedure/abfca780-745d-4c35-ae8a-fd0dbc3a9b16.ttl> .