Resumen Clínico del Paciente de Chile
0.6.0-ci-build - STU3 Chile flag

Resumen Clínico del Paciente de Chile, published by HL7 Chile. This guide is not an authorized publication; it is the continuous build for version 0.6.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Chile/IPS-CL/ and changes regularly. See the Directory of published versions

: Procedimiento - Ejemplo - 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/ProcedimientoCLEjemplo> a fhir:Procedure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ProcedimientoCLEjemplo"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Procedimientos-cl-ips" ;
       fhir:index 0 ;
       fhir:link <https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Procedimientos-cl-ips>
     ]
  ] ;
  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: Procedure ProcedimientoCLEjemplo</b></p><a name=\"ProcedimientoCLEjemplo\"> </a><a name=\"hcProcedimientoCLEjemplo\"> </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-Procedimientos-cl-ips.html\">Procedimientos</a></p></div><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 387713003}\">Procedimiento quirúrgico</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 2598006}\">Cirugía a corazón abierto</span></p><p><b>subject</b>: <a href=\"Patient-PacienteClIpsEjemplo.html\">Vale  Female, DoB: 1995-05-01 ( Chile: 19.241.323-8 (use: official, ))</a></p><p><b>performed</b>: 2011-06-17</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=\"Practitioner-PrestadorMedInternaClIpsEjemplo.html\">Practitioner Nicolás Bastian Figueroa (official)</a></td></tr></table><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 80891009}\">Corazón</span></p></div>"
  ] ;
  fhir:Procedure.status [ fhir:value "completed"] ;
  fhir:Procedure.category [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:387713003 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "387713003" ] ;
       fhir:Coding.display [ fhir:value "Surgical procedure" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Procedimiento quirúrgico" ]
  ] ;
  fhir:Procedure.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:2598006 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "2598006" ] ;
       fhir:Coding.display [ fhir:value "Open heart surgery" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Cirugía a corazón abierto" ]
  ] ;
  fhir:Procedure.subject [
     fhir:link <http://hl7.org/fhir/Patient/PacienteClIpsEjemplo> ;
     fhir:Reference.reference [ fhir:value "Patient/PacienteClIpsEjemplo" ]
  ] ;
  fhir:Procedure.performedDateTime [ fhir:value "2011-06-17"^^xsd:date] ;
  fhir:Procedure.performer [
     fhir:index 0 ;
     fhir:Procedure.performer.actor [
       fhir:link <http://hl7.org/fhir/Practitioner/PrestadorMedInternaClIpsEjemplo> ;
       fhir:Reference.reference [ fhir:value "Practitioner/PrestadorMedInternaClIpsEjemplo" ]
     ]
  ] ;
  fhir:Procedure.bodySite [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:80891009 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "80891009" ] ;
       fhir:Coding.display [ fhir:value "Heart structure" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Corazón" ]
  ] .

<http://hl7.org/fhir/Patient/PacienteClIpsEjemplo> a fhir:Patient .

<http://hl7.org/fhir/Practitioner/PrestadorMedInternaClIpsEjemplo> a fhir:Practitioner .

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

<http://hl7.org/fhir/Procedure/ProcedimientoCLEjemplo.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Procedure/ProcedimientoCLEjemplo.ttl> .