Atención clínica de SDOH
0.1.0 - ci-build Chile flag

Atención clínica de SDOH, published by HL7 Chile. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SIMSADIs/GI-SDOH/ and changes regularly. See the Directory of published versions

: Ejemplo SDOHCC-Prestador - 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 "Ejemplo-Prestador"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CorePrestadorCl"^^xsd:anyURI ;
fhir:link <https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CorePrestadorCl>     ] )
  ] ; # 
  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 Ejemplo-Prestador</b></p><a name=\"Ejemplo-Prestador\"> </a><a name=\"hcEjemplo-Prestador\"> </a><a name=\"Ejemplo-Prestador-es-CL\"> </a><p><b>identifier</b>: RUN/8336277-3 (use: official, )</p><p><b>active</b>: true</p><p><b>name</b>: Johanna Rosa Silva (Official)</p><p><b>telecom</b>: ph: 9345666(Mobile), <a href=\"mailto:DraSilva@mimail.com\">DraSilva@mimail.com</a></p><p><b>address</b>: Av Los Chirimoyos, 32, casa 4 null null null (home)</p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1974-08-12</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Identifier</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>cert</td><td><span title=\"Codes:\">Profesional Médico Cirujano</span></td></tr></table></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:value [ fhir:v "8336277-3" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [
fhir:v "Silva" ;
      ( fhir:extension [
fhir:url [ fhir:v "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/SegundoApellido"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Reyes" ]       ] )     ] ;
    ( fhir:given [ fhir:v "Johanna" ] [ fhir:v "Rosa" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "9345666" ] ;
fhir:use [ fhir:v "mobile" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "DraSilva@mimail.com" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:address ( [
fhir:use [ fhir:v "home" ] ;
    ( fhir:line [ fhir:v "Av Los Chirimoyos, 32, casa 4" ] ) ;
fhir:city [
      ( fhir:extension [
fhir:url [ fhir:v "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/ComunasCl"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
          ( fhir:coding [
fhir:system [ fhir:v "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodComunasCL"^^xsd:anyURI ] ;
fhir:code [ fhir:v "05602" ] ;
fhir:display [ fhir:v "Algarrobo" ]           ] )         ]       ] )     ] ;
fhir:district [
      ( fhir:extension [
fhir:url [ fhir:v "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/ProvinciasCl"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
          ( fhir:coding [
fhir:system [ fhir:v "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodProvinciasCL"^^xsd:anyURI ] ;
fhir:code [ fhir:v "056" ] ;
fhir:display [ fhir:v "San Antonio" ]           ] )         ]       ] )     ] ;
fhir:state [
      ( fhir:extension [
fhir:url [ fhir:v "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/RegionesCl"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
          ( fhir:coding [
fhir:system [ fhir:v "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodRegionCL"^^xsd:anyURI ] ;
fhir:code [ fhir:v "05" ] ;
fhir:display [ fhir:v "Valparaíso" ]           ] )         ]       ] )     ] ;
fhir:country [
      ( fhir:extension [
fhir:url [ fhir:v "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CodigoPaises"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
          ( fhir:coding [
fhir:system [ fhir:v "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CodPais"^^xsd:anyURI ] ;
fhir:code [ fhir:v "152" ] ;
fhir:display [ fhir:v "Chile" ]           ] )         ]       ] )     ]
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "1974-08-12"^^xsd:date] ; # 
  fhir:qualification ( [
    ( fhir:identifier [
fhir:value [ fhir:v "cert" ]     ] ) ;
fhir:code [
fhir:text [ fhir:v "Profesional Médico Cirujano" ]     ]
  ] ) . #