Guía de Implementación Vigilancia ESAVI
0.1.0 - ci-build International flag

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

: Ejemplo de Vacunación - TTL Representation

Raw ttl | Download


@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:Immunization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "EjemploImmunization"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://paho.org/fhir/ops-esavi/StructureDefinition/ImmunizationOPSEsavi"^^xsd:anyURI ;
fhir:link <https://paho.org/fhir/ops-esavi/StructureDefinition/ImmunizationOPSEsavi>     ] )
  ] ; # 
  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: Immunization EjemploImmunization</b></p><a name=\"EjemploImmunization\"> </a><a name=\"hcEjemploImmunization\"> </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-ImmunizationOPSEsavi.html\">Vacunación</a></p></div><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{https://paho.org/fhir/ops-esavi/CodeSystem/WHODrugDCCS 00000202032}\">Vacuna contra COVID-19</span></p><p><b>patient</b>: <a href=\"Patient-EjemploPatient.html\">Miguel Cifuentes  Male, DoB: 1996-12-13 ( http://www.validadorindetificaciones.com/ID/identificador#16399288)</a></p><p><b>occurrence</b>: 2024-12-01 10:00:00+0000</p><p><b>lotNumber</b>: ABC123456</p><p><b>expirationDate</b>: 2024-12-31</p><p><b>site</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActSite LA}\">Brazo izquierdo</span></p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-EjemploPractitioner.html\">Practitioner María Quezada </a></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:vaccineCode [
    ( fhir:coding [
fhir:system [ fhir:v "https://paho.org/fhir/ops-esavi/CodeSystem/WHODrugDCCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "00000202032" ]     ] ) ;
fhir:text [ fhir:v "Vacuna contra COVID-19" ]
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/EjemploPatient" ]
  ] ; # 
  fhir:occurrence [
a fhir:dateTime ;
fhir:v "2024-12-01T10:00:00Z"^^xsd:dateTime
  ] ; # 
  fhir:lotNumber [ fhir:v "ABC123456"] ; # 
  fhir:expirationDate [ fhir:v "2024-12-31"^^xsd:date] ; # 
  fhir:site [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActSite"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LA" ]     ] ) ;
fhir:text [ fhir:v "Brazo izquierdo" ]
  ] ; # 
  fhir:performer ( [
fhir:actor [
fhir:reference [ fhir:v "Practitioner/EjemploPractitioner" ]     ]
  ] ) . #