Guía de Implementación "cl core" FHIR R4, (Versión Evolutiva)
1.8.0 - ci-build Chile flag

Publication Build: This will be filled in by the publication tooling

: Ejemplo de Recurso Encuentro - 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:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "EncounterCL"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/EncounterCL"^^xsd:anyURI ;
fhir:link <https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/EncounterCL>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Encounter</b><a name=\"EncounterCL\"> </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 Encounter &quot;EncounterCL&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-EncounterCL.html\">CL Encuentro</a></p></div><p><b>Notas realizadas en un encuentro por Comité</b>: Encuentro exitoso</p><p><b>status</b>: planned</p><p><b>class</b>: Virtual (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code VR = 'virtual', stated as 'Virtual')</p><p><b>type</b>: PR <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (CSTiposEncuentroCL#PR)</span></p><p><b>serviceType</b>: nutINTA <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (CSCodigoServicio#nutINTA)</span></p><p><b>subject</b>: <a href=\"Patient-11.html\">Patient/11</a> &quot;&quot;</p><blockquote><p><b>participant</b></p><p><b>Especialidad del médico principal</b>: Anatomía Patológica (Details: https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSEspecialidadesDeisCL code 01 = 'Anatomía Patológica', stated as 'Anatomía Patológica')</p><p><b>type</b>: primary performer <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-ParticipationType.html\">ParticipationType</a>#PPRF)</span></p><p><b>individual</b>: <a href=\"Practitioner-3020.html\">Practitioner/3020</a> &quot;&quot;</p></blockquote><blockquote><p><b>participant</b></p><p><b>Contacto de los participantes secundarios del encuentro</b>: <a href=\"mailto:jose.12@gmail.com\">jose.12@gmail.com</a></p><p><b>type</b>: secondary performer <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-ParticipationType.html\">ParticipationType</a>#SPRF)</span></p></blockquote><p><b>period</b>: 2022-06-23 00:00:00-0300 --&gt; 2022-06-23 00:50:00-0300</p><h3>Lengths</h3><table class=\"grid\"><tr><td>-</td><td><b>Value</b></td></tr><tr><td>*</td><td>50</td></tr></table><p><b>reasonCode</b>: Consulta médica sobre nutrición de alimentos <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><h3>Diagnoses</h3><table class=\"grid\"><tr><td>-</td><td><b>Extension</b></td><td><b>Condition</b></td></tr><tr><td>*</td><td/><td><span>: Condition IPS</span></td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-f003.html\">Organization/f003</a> &quot;Hospital Nueva Aurora&quot;</p></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/NotasEncuentro"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Encuentro exitoso" ]
  ] ) ; # 
  fhir:status [ fhir:v "planned"] ; # 
  fhir:class [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "VR" ] ;
fhir:display [ fhir:v "Virtual" ]
  ] ; # 
  fhir:type ( [
    ( fhir:extension [
fhir:url [ fhir:v "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/TiposEncuentro"^^xsd:anyURI ] ;
fhir:value [ fhir:v "PR" ]     ] ) ;
    ( fhir:coding [
fhir:system [ fhir:v "https://minsal.cl/fhir/HD/CodeSystem/CSTiposEncuentroCL"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PR" ]     ] )
  ] ) ; # 
  fhir:serviceType [
    ( fhir:extension [
fhir:url [ fhir:v "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/TiposServicio"^^xsd:anyURI ] ;
fhir:value [ fhir:v "nutINTA" ]     ] ) ;
    ( fhir:coding [
fhir:system [ fhir:v "https://minsal.cl/fhir/HD/CodeSystem/CSCodigoServicio"^^xsd:anyURI ] ;
fhir:code [ fhir:v "nutINTA" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/11" ]
  ] ; # 
  fhir:participant ( [
    ( fhir:extension [
fhir:url [ fhir:v "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/VSEspecialidadesDeisCL"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSEspecialidadesDeisCL"^^xsd:anyURI ] ;
fhir:code [ fhir:v "01" ] ;
fhir:display [ fhir:v "Anatomía Patológica" ]       ]     ] ) ;
    ( fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PPRF" ]       ] )     ] ) ;
fhir:individual [
fhir:reference [ fhir:v "Practitioner/3020" ]     ]
  ] [
    ( fhir:extension [
fhir:url [ fhir:v "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/ContactoParticipantes"^^xsd:anyURI ] ;
fhir:value [
a fhir:ContactPoint ;
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "jose.12@gmail.com" ]       ]     ] ) ;
    ( fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SPRF" ]       ] )     ] )
  ] ) ; # 
  fhir:period [
fhir:start [ fhir:v "2022-06-23T00:00:00-03:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2022-06-23T00:50:00-03:00"^^xsd:dateTime ]
  ] ; # 
  fhir:length [
fhir:value [ fhir:v "50"^^xsd:decimal ]
  ] ; # 
  fhir:reasonCode ( [
    ( fhir:extension [
fhir:url [ fhir:v "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/RazonNOrealizarse"^^xsd:anyURI ] ;
fhir:value [ fhir:v "pierdellam" ]     ] ) ;
fhir:text [ fhir:v "Consulta médica sobre nutrición de alimentos" ]
  ] ) ; # 
  fhir:diagnosis ( [
    ( fhir:extension [
fhir:url [ fhir:v "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/ObservacionesDiagnostico"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Buena atención" ]     ] ) ;
fhir:condition [
fhir:display [ fhir:v "Condition IPS" ]     ]
  ] ) ; # 
  fhir:serviceProvider [
fhir:reference [ fhir:v "Organization/f003" ]
  ] . #