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
@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 "PacienteClIpsEjemplo"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Paciente-cl-ips"^^xsd:anyURI ;
fhir:link <https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Paciente-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: Patient PacienteClIpsEjemplo</b></p><a name=\"PacienteClIpsEjemplo\"> </a><a name=\"hcPacienteClIpsEjemplo\"> </a><a name=\"PacienteClIpsEjemplo-es-CL\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Vale Female, DoB: 1995-05-01 ( Chile: 19.241.323-8 (use: official, ))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Alternate names (see the one above)\">Alt. Name:</td><td colspan=\"3\">Valentina Ester Henriquez (Official)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 932785678(Mobile)</li><li>Av. General Vidaurre, casa 84 G Santiago Centro Metropolitana de Santiago Chile (home)</li></ul></td></tr></table></div>"
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
( 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:coding [
fhir:system [ fhir:v "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodigoDNI"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NNCHL" ] ;
fhir:display [ fhir:v "Chile" ] ] ) ] ;
fhir:system [ fhir:v "http://regcivil.cl/Validacion/RUN"^^xsd:anyURI ] ;
fhir:value [ fhir:v "19.241.323-8" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Henriquez" ] ;
( fhir:given [ fhir:v "Valentina" ] [ fhir:v "Ester" ] )
] [
fhir:use [ fhir:v "usual" ] ;
( fhir:given [ fhir:v "Vale" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "932785678" ] ;
fhir:use [ fhir:v "mobile" ]
] ) ; #
fhir:gender [ fhir:v "female"] ; #
fhir:birthDate [ fhir:v "1995-05-01"^^xsd:date] ; #
fhir:address ( [
fhir:use [ fhir:v "home" ] ;
( fhir:line [ fhir:v "Av. General Vidaurre, casa 84 G" ] ) ;
fhir:city [
fhir:v "Santiago Centro" ;
( 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 "13101" ] ;
fhir:display [ fhir:v "Santiago Centro" ] ] ) ] ] ) ] ;
fhir:state [
fhir:v "Metropolitana de Santiago" ;
( 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 "13" ] ;
fhir:display [ fhir:v "Metropolitana de Santiago" ] ] ) ] ] ) ] ;
fhir:country [
fhir:v "Chile" ;
( 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" ] ] ) ] ] ) ]
] ) . #
IG © 2024+ HL7 Chile. Package hl7.fhir.cl.clips#0.2.0 based on FHIR 4.0.1. Generated 2024-11-14
Links: Tabla de contenidos |
Reporte QA |
Historial de versiones