Tiempos de Espera Interoperable
0.2.1 - draft Chile flag

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

: Ejemplo de Otro Profesional - 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:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PractitionerProfesionalLEAtendedor"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/PractitionerProfesionalLE"^^xsd:anyURI ;
fhir:link <https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/PractitionerProfesionalLE>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner PractitionerProfesionalLEAtendedor</b></p><a name=\"PractitionerProfesionalLEAtendedor\"> </a><a name=\"hcPractitionerProfesionalLEAtendedor\"> </a><a name=\"PractitionerProfesionalLEAtendedor-es-CL\"> </a><p><b>identifier</b>: Rol Único Nacional/19949350-7 (use: official, ), Registro Nacional de Prestadores Individuales/1234543 (use: secondary, )</p><p><b>active</b>: true</p><p><b>name</b>: Gonzalo Gonzalez </p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1980-01-01</p><blockquote><p><b>qualification</b></p><p><b>identifier</b>: cert</p><p><b>code</b>: <span title=\"Codes:{https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSTituloProfesional 1}\">MÉDICO CIRUJANO</span></p><p><b>period</b>: 2007-11-01 --&gt; (ongoing)</p><p><b>issuer</b>: Universidad de Chile</p></blockquote><blockquote><p><b>qualification</b></p><p><b>identifier</b>: esp</p><p><b>code</b>: <span title=\"Codes:{https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSEspecialidadMed 30}\">MEDICINA INTERNA</span></p><p><b>period</b>: 2010-11-01 --&gt; (ongoing)</p><p><b>issuer</b>: Pontificia Universidad Católica de Chile</p></blockquote><blockquote><p><b>qualification</b></p><p><b>identifier</b>: subesp</p><p><b>code</b>: <span title=\"Codes:{https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSEspecialidadMed 14}\">ENDOCRINOLOGÍA ADULTO</span></p><p><b>period</b>: 2014-11-01 --&gt; (ongoing)</p><p><b>issuer</b>: Universidad de Valparaíso</p></blockquote></div>"
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSTipoIdentificador"^^xsd:anyURI ] ;
fhir:code [ fhir:v "01" ] ;
fhir:display [ fhir:v "RUN" ]       ] ) ;
fhir:text [ fhir:v "Rol Único Nacional" ]     ] ;
fhir:value [ fhir:v "19949350-7" ] ;
fhir:assigner [
fhir:display [ fhir:v "Republica de Chile" ]     ]
  ] [
fhir:use [ fhir:v "secondary" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSTipoIdentificador"^^xsd:anyURI ] ;
fhir:code [ fhir:v "13" ] ;
fhir:display [ fhir:v "RNPI" ]       ] ) ;
fhir:text [ fhir:v "Registro Nacional de Prestadores Individuales" ]     ] ;
fhir:value [ fhir:v "1234543" ] ;
fhir:assigner [
fhir:display [ fhir:v "Intendencia de prestadores individuales - Superintendencia de Salud" ]     ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name ( [
fhir:family [
fhir:v "Gonzalez" ;
      ( fhir:extension [
fhir:url [ fhir:v "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/SegundoApellido"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Gutierrez" ]       ] )     ] ;
    ( fhir:given [ fhir:v "Gonzalo" ] ) ;
    ( fhir:prefix [ fhir:v "Dr" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1980-01-01"^^xsd:date] ; # 
  fhir:qualification ( [
    ( fhir:identifier [
fhir:value [ fhir:v "cert" ]     ] ) ;
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSTituloProfesional"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "MÉDICO CIRUJANO" ]       ] ) ;
fhir:text [ fhir:v "MÉDICO CIRUJANO" ]     ] ;
fhir:period [
fhir:start [ fhir:v "2007-11-01"^^xsd:date ]     ] ;
fhir:issuer [
fhir:display [ fhir:v "Universidad de Chile" ]     ]
  ] [
    ( fhir:identifier [
fhir:value [ fhir:v "esp" ]     ] ) ;
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSEspecialidadMed"^^xsd:anyURI ] ;
fhir:code [ fhir:v "30" ] ;
fhir:display [ fhir:v "MEDICINA INTERNA" ]       ] ) ;
fhir:text [ fhir:v "MEDICINA INTERNA" ]     ] ;
fhir:period [
fhir:start [ fhir:v "2010-11-01"^^xsd:date ]     ] ;
fhir:issuer [
fhir:display [ fhir:v "Pontificia Universidad Católica de Chile" ]     ]
  ] [
    ( fhir:identifier [
fhir:value [ fhir:v "subesp" ]     ] ) ;
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSEspecialidadMed"^^xsd:anyURI ] ;
fhir:code [ fhir:v "14" ] ;
fhir:display [ fhir:v "ENDOCRINOLOGÍA ADULTO" ]       ] ) ;
fhir:text [ fhir:v "ENDOCRINOLOGÍA ADULTO" ]     ] ;
fhir:period [
fhir:start [ fhir:v "2014-11-01"^^xsd:date ]     ] ;
fhir:issuer [
fhir:display [ fhir:v "Universidad de Valparaíso" ]     ]
  ] ) . #