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

: PacientePeruMinimo - 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:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PacientePeruMinimo"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://www.gob.pe/minsa/RENHICE/fhir/StructureDefinition/PacientePe"^^xsd:anyURI ;
fhir:link <https://www.gob.pe/minsa/RENHICE/fhir/StructureDefinition/PacientePe>     ] )
  ] ; # 
  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: Patient PacientePeruMinimo</b></p><a name=\"PacientePeruMinimo\"> </a><a name=\"hcPacientePeruMinimo\"> </a><a name=\"PacientePeruMinimo-es-PE\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Jose Miguel Rivas  Male, DoB: 1974-12-25 ( DNI: 987654321)</p><hr/></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 "987654321" ]
  ] ) ; # 
  fhir:name ( [
fhir:family [
fhir:v "Rivas" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/humanname-mothers-family"^^xsd:anyURI ] ;
fhir:value [ fhir:v "López" ]       ] )     ] ;
    ( fhir:given [ fhir:v "Jose" ] [ fhir:v "Miguel" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1974-12-25"^^xsd:date] . #