Atención de Urgencia Interoperable, published by Unidad de Interoperabilidad - MINSAL. This guide is not an authorized publication; it is the continuous build for version 0.1.2-qa-preview built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Minsal-CL/IG_Urgencia/ and changes regularly. See the Directory of published versions
: Ejemplo de un profesional especialista de urgencia - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "fbb0e12c-95ec-43f7-bff1-73009b307cb5"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/urgencia/StructureDefinition/PrestadorProfesional"^^xsd:anyURI ;
fhir:link <https://interoperabilidad.minsal.cl/fhir/ig/urgencia/StructureDefinition/PrestadorProfesional> ] )
] ; #
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: Practicante / Profesional fbb0e12c-95ec-43f7-bff1-73009b307cb5</b></p><a name=\"fbb0e12c-95ec-43f7-bff1-73009b307cb5\"> </a><a name=\"hcfbb0e12c-95ec-43f7-bff1-73009b307cb5\"> </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-PrestadorProfesional.html\">Prestador Profesional de Urgencia</a></p></div><p><b>identifier</b>: RUN/33333333-3 (use: official, )</p><p><b>name</b>: Maria Fernandez (Official)</p><p><b>birthDate</b>: 1995-09-12</p><blockquote><p><b>qualification</b></p><p><b>Mención profesional añadida al título profesional</b>: Cirugía General</p><p><b>identifier</b>: cert</p><p><b>code</b>: <span title=\"Codes:{https://interoperabilidad.minsal.cl/fhir/ig/urgencia/CodeSystem/TituloProfesional 1}\">Médico Cirujano</span></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/urgencia/CodeSystem/EspecialidadMedica 18}\">Gastroenterología Adulto</span></p></blockquote></div>"^^rdf:XMLLiteral
] ; #
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:system [ fhir:v "http://www.registrocivil.cl"^^xsd:anyURI ] ;
fhir:value [ fhir:v "33333333-3" ]
] ) ; #
fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [
fhir:v "Fernandez" ;
( fhir:extension [
fhir:url [ fhir:v "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/SegundoApellido"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Alvarez" ] ] ) ] ;
( fhir:given [ fhir:v "Maria" ] )
] ) ; #
fhir:birthDate [ fhir:v "1995-09-12"^^xsd:date] ; #
fhir:qualification ( [
( fhir:extension [
fhir:url [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/urgencia/StructureDefinition/Mencion"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Cirugía General" ] ] ) ;
( fhir:identifier [
fhir:value [ fhir:v "cert" ] ] ) ;
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/urgencia/CodeSystem/TituloProfesional"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "MÉDICO CIRUJANO" ] ] ) ;
fhir:text [ fhir:v "Médico Cirujano" ] ]
] [
( fhir:identifier [
fhir:value [ fhir:v "esp" ] ] ) ;
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/urgencia/CodeSystem/EspecialidadMedica"^^xsd:anyURI ] ;
fhir:code [ fhir:v "18" ] ;
fhir:display [ fhir:v "GASTROENTEROLOGÍA ADULTO" ] ] ) ;
fhir:text [ fhir:v "Gastroenterología Adulto" ] ]
] ) . #