Resumen Clínico de Paciente de Chile (IPS-CL)
0.2.0 - ci-build Chile flag

This page is part of the Resumen Clinico de Paciente de Chile (v0.2.0: STU1 Draft) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: Rol Profesional Medicina Interna - Ejemplo - 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:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "RolProfesionalMedInternaCLEjemplo"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://hl7chile.cl/fhir/ig/clips/StructureDefinition/RolPrestador-cl-ips"^^xsd:anyURI ;
fhir:link <https://hl7chile.cl/fhir/ig/clips/StructureDefinition/RolPrestador-cl-ips>     ] )
  ] ; # 
  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: PractitionerRole RolProfesionalMedInternaCLEjemplo</b></p><a name=\"RolProfesionalMedInternaCLEjemplo\"> </a><a name=\"hcRolProfesionalMedInternaCLEjemplo\"> </a><a name=\"RolProfesionalMedInternaCLEjemplo-es-CL\"> </a><p><b>practitioner</b>: <a href=\"Practitioner-PrestadorMedInternaClIpsEjemplo.html\">Practitioner Nicolás Bastian Figueroa (official)</a></p><p><b>organization</b>: <a href=\"Organization-OrganizationHospital-CL-Ejemplo.html\">Organization Hospital Dr. Gustavo Fricke</a></p><p><b>specialty</b>: <span title=\"Codes:{https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSEspecialidadesDeisCL 30}\">Medicina Interna</span></p></div>"
  ] ; # 
  fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/PrestadorMedInternaClIpsEjemplo" ]
  ] ; # 
  fhir:organization [
fhir:reference [ fhir:v "Organization/OrganizationHospital-CL-Ejemplo" ]
  ] ; # 
  fhir:specialty ( [
    ( fhir:coding [
fhir:system [ fhir:v "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSEspecialidadesDeisCL"^^xsd:anyURI ] ;
fhir:code [ fhir:v "30" ] ;
fhir:display [ fhir:v "Medicina Interna" ]     ] ) ;
fhir:text [ fhir:v "Medicina Interna" ]
  ] ) . #