Interoperabilidad de Historia Clínica - PERÚ (versión en desarrollo)
0.1 - ci-build Peru flag

Interoperabilidad de Historia Clínica - PERÚ (versión en desarrollo) - Local Development build (v0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: ProfesionalPeru - 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 "ProfesionalPeru"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2023-05-13T22:23:44.162Z"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "https://www.gob.pe/minsa/RENHICE/fhir/StructureDefinition/PractitionerPe"^^xsd:anyURI ;
fhir:link <https://www.gob.pe/minsa/RENHICE/fhir/StructureDefinition/PractitionerPe>     ] )
  ] ; # 
  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 ProfesionalPeru</b></p><a name=\"ProfesionalPeru\"> </a><a name=\"hcProfesionalPeru\"> </a><a name=\"ProfesionalPeru-es-PE\"> </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\">version: 1; Last updated: 2023-05-13 22:23:44+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PractitionerPe.html\">Profesional Perú</a></p></div><p><b>identifier</b>: DNI/12345678</p><p><b>name</b>: Laura Victoria Hernandez </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>53423312</td><td><span title=\"Codes:\">Colegio Médico del Perú</span></td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:extension [
fhir:url [ fhir:v "https://www.gob.pe/minsa/RENHICE/fhir/StructureDefinition/pe-pais"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
          ( fhir:coding [
fhir:system [ fhir:v "https://www.gob.pe/minsa/RENHICE/fhir/CodeSystem/PaisesCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PER" ]           ] )         ]       ] ) ;
      ( fhir:coding [
fhir:system [ fhir:v "https://www.gob.pe/minsa/RENHICE/fhir/CodeSystem/IdspersonaPeru"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "DNI" ]       ] )     ] ;
fhir:value [ fhir:v "12345678" ]
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "Hernandez" ] ;
    ( fhir:given [ fhir:v "Laura" ] [ fhir:v "Victoria" ] )
  ] ) ; # 
  fhir:qualification ( [
    ( fhir:identifier [
fhir:value [ fhir:v "53423312" ]     ] ) ;
fhir:code [
      ( fhir:coding [
fhir:code [ fhir:v "01" ] ;
fhir:display [ fhir:v "Colegio Médico del Perú" ]       ] )     ]
  ] ) . #