Guía de Implementación para la gestión de citas médicas enfocado en la APS, published by Unidad de Interoperabilidad - MINSAL. This guide is not an authorized publication; it is the continuous build for version 0.4.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Minsal-CL/agenda/ and changes regularly. See the Directory of published versions
: Ejemplo del perfil del prestador 1 - 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 "EjemploPrestador1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/agenda/StructureDefinition/Prestador"^^xsd:anyURI ;
fhir:link <https://interoperabilidad.minsal.cl/fhir/ig/agenda/StructureDefinition/Prestador> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner EjemploPrestador1</b></p><a name=\"EjemploPrestador1\"> </a><a name=\"hcEjemploPrestador1\"> </a><a name=\"EjemploPrestador1-es-CL\"> </a><p><b>Servicio del prestador</b>: 1</p><p><b>name</b>: Cuevas Antonia </p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSTituloProfesional 11}\">TituloProfesionalificado(s)</span></td></tr></table></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/agenda/StructureDefinition/Servicios"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1" ]
] ) ; #
fhir:name ( [
fhir:family [ fhir:v "Antonia" ] ;
( fhir:given [ fhir:v "Cuevas" ] )
] ) ; #
fhir:qualification ( [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSTituloProfesional"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11" ] ;
fhir:display [ fhir:v "Nutricionista" ] ] ) ;
fhir:text [ fhir:v "TituloProfesionalificado(s)" ] ]
] ) . #