Guía de Implementación Vigilancia ESAVI
0.1.0 - ci-build
Guía de Implementación Vigilancia ESAVI, published by CENS. 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/cens-chile/OPS-Esavi-IG/ and changes regularly. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "EjemploPatient"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://paho.org/fhir/ops-esavi/StructureDefinition/PatientOPSEsavi"^^xsd:anyURI ;
fhir:link <https://paho.org/fhir/ops-esavi/StructureDefinition/PatientOPSEsavi> ] )
] ; #
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 EjemploPatient</b></p><a name=\"EjemploPatient\"> </a><a name=\"hcEjemploPatient\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PatientOPSEsavi.html\">Paciente</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Miguel Cifuentes Male, DoB: 1996-12-13 ( http://www.validadorindetificaciones.com/ID/identificador#16399288)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"mailto:example@email.com\">example@email.com</a></li><li>Las hortencias 25405 </li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Extension para representar la edad estimada del paciente, en este caso los dias\"><a href=\"StructureDefinition-opsesavi-edadestimada-dias.html\">Edad estimada (dias)</a></td><td colspan=\"3\">13 d<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM coded = 'd')</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Extension usada para señalar el nivel geografico subnacional\"><a href=\"StructureDefinition-opsesavi-nvlgeosub.html\">Nivel geografico subnacional</a></td><td colspan=\"3\"><span title=\"Codes:{https://paho.org/fhir/ops-esavi/CodeSystem/DirOrgNotiCS CL_RM_13110}\">La Florida (Comuna), Region Metropolitana de Santiago, Chile</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Extension para representar la edad estimada del paciente, en este caso los meses\"><a href=\"StructureDefinition-opsesavi-edadestimada-meses.html\">Edad estimada (meses)</a></td><td colspan=\"3\">6 mo<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemo = 'mo')</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Extension usada para señalar el grupo étnico del paciente\"><a href=\"StructureDefinition-opsesavi-etnia.html\">Grupo étnico</a></td><td colspan=\"3\"><span title=\"Codes:{https://paho.org/fhir/ops-esavi/CodeSystem/GrupoEtnicoCS 108}\">Mapuche</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Extension para representar la edad estimada del paciente, en este caso los años\"><a href=\"StructureDefinition-opsesavi-edadestimada-anos.html\">Edad estimada (años)</a></td><td colspan=\"3\">24 a<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codea = 'a')</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Extension usada para señalar la nacionalidad del paciente, o cualquier dato relevante que necesite un país\"><a href=\"StructureDefinition-opsesavi-pais.html\">Pais</a></td><td colspan=\"3\"><span title=\"Codes:{https://paho.org/fhir/ops-esavi/CodeSystem/CodPaisesCS CHL}\">Chile</span></td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "https://paho.org/fhir/ops-esavi/StructureDefinition/opsesavi-nvlgeosub"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://paho.org/fhir/ops-esavi/CodeSystem/DirOrgNotiCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CL_RM_13110" ] ] ) ]
] [
fhir:url [ fhir:v "https://paho.org/fhir/ops-esavi/StructureDefinition/opsesavi-edadestimada-anos"^^xsd:anyURI ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "24"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "a" ] ]
] [
fhir:url [ fhir:v "https://paho.org/fhir/ops-esavi/StructureDefinition/opsesavi-edadestimada-meses"^^xsd:anyURI ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "6"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mo" ] ]
] [
fhir:url [ fhir:v "https://paho.org/fhir/ops-esavi/StructureDefinition/opsesavi-edadestimada-dias"^^xsd:anyURI ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "13"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "d" ] ]
] [
fhir:url [ fhir:v "https://paho.org/fhir/ops-esavi/StructureDefinition/opsesavi-pais"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://paho.org/fhir/ops-esavi/CodeSystem/CodPaisesCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CHL" ] ] ) ]
] [
fhir:url [ fhir:v "https://paho.org/fhir/ops-esavi/StructureDefinition/opsesavi-etnia"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://paho.org/fhir/ops-esavi/CodeSystem/GrupoEtnicoCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "108" ] ] ) ]
] ) ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://www.validadorindetificaciones.com/ID/identificador"^^xsd:anyURI ] ;
fhir:value [ fhir:v "16399288" ]
] ) ; #
fhir:name ( [
fhir:family [ fhir:v "Cifuentes" ] ;
( fhir:given [ fhir:v "Miguel" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "example@email.com" ] ;
fhir:use [ fhir:v "home" ]
] ) ; #
fhir:gender [ fhir:v "male"] ; #
fhir:birthDate [ fhir:v "1996-12-13"^^xsd:date] ; #
fhir:address ( [
( fhir:line [ fhir:v "Las hortencias 25405" ] )
] ) . #
IG © 2024+ CENS. Package fhir.ops-esavi#0.1.0 based on FHIR 4.0.1. Generated 2025-07-23
Links: Table of Contents |
QA Report