Sistema Nacional de receta electronica, published by Unidad de Interoperabilidad - MINSAL. This guide is not an authorized publication; it is the continuous build for version 0.9.6 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Minsal-CL/IG_snre/ and changes regularly. See the Directory of published versions
@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 -------------------------------------------------------------------
<http://hl7.org/fhir/Practitioner/Prestador1> a fhir:Practitioner ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "Prestador1"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CorePrestadorCl" ;
fhir:index 0 ;
fhir:link <https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CorePrestadorCl>
]
] ;
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: Practicante / Profesional Prestador1</b></p><a name=\"Prestador1\"> </a><a name=\"hcPrestador1\"> </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=\"https://hl7chile.cl/fhir/ig/clcore/1.8.5/StructureDefinition-CorePrestadorCl.html\">CL Prestador</a></p></div><p><b>identifier</b>: <code>http://registrocivil.cl/run</code>/8336277-3 (use: official, )</p><p><b>active</b>: true</p><p><b>name</b>: Leonidas Rey Esparta (Official)</p><p><b>telecom</b>: ph: 9345666(Mobile), <a href=\"mailto:Leonidas300@mimail.com\">Leonidas300@mimail.com</a></p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1974-08-12</p><blockquote><p><b>qualification</b></p><p><b>identifier</b>: cert</p><p><b>code</b>: <span title=\"Codes:{https://api.minsal.cl/v1/catalogos/profesiones/ 2112}\">Certificado(s)</span></p></blockquote><blockquote><p><b>qualification</b></p><p><b>identifier</b>: esp</p><p><b>code</b>: <span title=\"Codes:{https://api.minsal.cl/v1/catalogos/tiposEspecialidadMedica/ 122}\">Especialidad(es)</span></p></blockquote><blockquote><p><b>qualification</b></p><p><b>identifier</b>: esp</p><p><b>code</b>: <span title=\"Codes:{https://api.minsal.cl/v1/catalogos/tiposEspecialidadMedica/ 1234}\">Especialidad(es)</span></p></blockquote></div>"
] ;
fhir:Practitioner.identifier [
fhir:index 0 ;
fhir:Identifier.use [ fhir:value "official" ] ;
fhir:Identifier.system [ fhir:value "http://registrocivil.cl/run" ] ;
fhir:Identifier.value [ fhir:value "8336277-3" ]
] ;
fhir:Practitioner.active [ fhir:value "true"^^xsd:boolean] ;
fhir:Practitioner.name [
fhir:index 0 ;
fhir:HumanName.use [ fhir:value "official" ] ;
fhir:HumanName.family [ fhir:value "Esparta" ] ;
fhir:HumanName.given [
fhir:value "Leonidas" ;
fhir:index 0
], [
fhir:value "Rey" ;
fhir:index 1
]
] ;
fhir:Practitioner.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "phone" ] ;
fhir:ContactPoint.value [ fhir:value "9345666" ] ;
fhir:ContactPoint.use [ fhir:value "mobile" ]
], [
fhir:index 1 ;
fhir:ContactPoint.system [ fhir:value "email" ] ;
fhir:ContactPoint.value [ fhir:value "Leonidas300@mimail.com" ] ;
fhir:ContactPoint.use [ fhir:value "work" ]
] ;
fhir:Practitioner.gender [ fhir:value "male"] ;
fhir:Practitioner.birthDate [ fhir:value "1974-08-12"^^xsd:date] ;
fhir:Practitioner.qualification [
fhir:index 0 ;
fhir:Practitioner.qualification.identifier [
fhir:index 0 ;
fhir:Identifier.value [ fhir:value "cert" ]
] ;
fhir:Practitioner.qualification.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://api.minsal.cl/v1/catalogos/profesiones/" ] ;
fhir:Coding.code [ fhir:value "2112" ] ;
fhir:Coding.display [ fhir:value "Certificado Profesional Médico Cirujano" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Certificado(s)" ]
]
], [
fhir:index 1 ;
fhir:Practitioner.qualification.identifier [
fhir:index 0 ;
fhir:Identifier.value [ fhir:value "esp" ]
] ;
fhir:Practitioner.qualification.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://api.minsal.cl/v1/catalogos/tiposEspecialidadMedica/" ] ;
fhir:Coding.code [ fhir:value "122" ] ;
fhir:Coding.display [ fhir:value "Cardiólogia" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Especialidad(es)" ]
]
], [
fhir:index 2 ;
fhir:Practitioner.qualification.identifier [
fhir:index 0 ;
fhir:Identifier.value [ fhir:value "esp" ]
] ;
fhir:Practitioner.qualification.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://api.minsal.cl/v1/catalogos/tiposEspecialidadMedica/" ] ;
fhir:Coding.code [ fhir:value "1234" ] ;
fhir:Coding.display [ fhir:value "Medicina interna" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Especialidad(es)" ]
]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Practitioner/Prestador1.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Practitioner/Prestador1.ttl> .
IG © 2023+ Unidad de Interoperabilidad - MINSAL. Package hl7.fhir.cl.minsal.snre#0.9.6 based on FHIR 4.0.1. Generated 2026-09-04
Links: Tabla de contenidos |
Reporte QA |
Historial de versiones
| Issues