Guía IPS Argentina basada en Core Ar - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Immunization/InmunizacionArgEjemplo> a fhir:Immunization ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "InmunizacionArgEjemplo"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://ips.ri.hsisalud.org/StructureDefinition/InmunizacionArg" ;
fhir:index 0 ;
fhir:link <http://ips.ri.hsisalud.org/StructureDefinition/InmunizacionArg>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Inmunización InmunizacionArgEjemplo</b></p><a name=\"InmunizacionArgEjemplo\"> </a><a name=\"hcInmunizacionArgEjemplo\"> </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-InmunizacionArg.html\">Registro Vacuna Argentino IPS</a></p></div><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://www.whocc.no/atc J07BB02}\">influenza, inactivated, split virus or surface antigen</span></p><p><b>patient</b>: <a href=\"Patient-PacienteArgEjemplo.html\">María Mariana Paciente Impaciente</a></p><p><b>occurrence</b>: 2026-05-10 10:30:00-0300</p><p><b>primarySource</b>: true</p><p><b>location</b>: Hospital General de Ejemplo (Identifier: <code>http://refes.msal.gob.ar</code>/REFES-00001234)</p><p><b>lotNumber</b>: FLU2026-001</p><p><b>expirationDate</b>: 2027-02-28</p><p><b>doseQuantity</b>: 0.5 mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemL = 'mL')</span></p><p><b>note</b>: </p><blockquote><div><p>Vacuna administrada según el esquema indicado.</p>\n</div></blockquote><p><b>reasonCode</b>: <span title=\"Codes:\">Vacunación correspondiente al calendario nacional</span></p><h3>ProtocolApplieds</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Series</b></td><td><b>TargetDisease</b></td><td><b>DoseNumber[x]</b></td><td><b>SeriesDoses[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Vacunación antigripal anual</td><td><span title=\"Codes:{http://snomed.info/sct 6142004}\">Influenza</span></td><td>1</td><td>1</td></tr></table></div>"
] ;
fhir:Immunization.status [ fhir:value "completed"] ;
fhir:Immunization.vaccineCode [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://www.whocc.no/atc" ] ;
fhir:Coding.code [ fhir:value "J07BB02" ]
]
] ;
fhir:Immunization.patient [
fhir:link <http://hl7.org/fhir/Patient/PacienteArgEjemplo> ;
fhir:Reference.reference [ fhir:value "Patient/PacienteArgEjemplo" ] ;
fhir:Reference.identifier [
fhir:Identifier.system [ fhir:value "http://www.renaper.gob.ar/dni" ] ;
fhir:Identifier.value [ fhir:value "30123456" ]
] ;
fhir:Reference.display [ fhir:value "María Mariana Paciente Impaciente" ]
] ;
fhir:Immunization.occurrenceDateTime [ fhir:value "2026-05-10T10:30:00-03:00"^^xsd:dateTime] ;
fhir:Immunization.primarySource [ fhir:value "true"^^xsd:boolean] ;
fhir:Immunization.location [
fhir:Reference.identifier [
fhir:Identifier.system [ fhir:value "http://refes.msal.gob.ar" ] ;
fhir:Identifier.value [ fhir:value "REFES-00001234" ]
] ;
fhir:Reference.display [ fhir:value "Hospital General de Ejemplo" ]
] ;
fhir:Immunization.lotNumber [ fhir:value "FLU2026-001"] ;
fhir:Immunization.expirationDate [ fhir:value "2027-02-28"^^xsd:date] ;
fhir:Immunization.doseQuantity [
fhir:Quantity.value [ fhir:value "0.5"^^xsd:decimal ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "mL" ]
] ;
fhir:Immunization.note [
fhir:index 0 ;
fhir:Annotation.text [ fhir:value "Vacuna administrada según el esquema indicado." ]
] ;
fhir:Immunization.reasonCode [
fhir:index 0 ;
fhir:CodeableConcept.text [ fhir:value "Vacunación correspondiente al calendario nacional" ]
] ;
fhir:Immunization.protocolApplied [
fhir:index 0 ;
fhir:Immunization.protocolApplied.series [ fhir:value "Vacunación antigripal anual" ] ;
fhir:Immunization.protocolApplied.targetDisease [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:6142004 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "6142004" ]
]
] ;
fhir:Immunization.protocolApplied.doseNumberPositiveInt [ fhir:value "1"^^xsd:positiveInteger ] ;
fhir:Immunization.protocolApplied.seriesDosesPositiveInt [ fhir:value "1"^^xsd:positiveInteger ]
] .
<http://hl7.org/fhir/Patient/PacienteArgEjemplo> a fhir:Patient .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Immunization/InmunizacionArgEjemplo.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Immunization/InmunizacionArgEjemplo.ttl> .
IG © 2026+ HSI Pladema. Package fhir.hsi.ips#0.1.0 based on FHIR 4.0.1. Generated 2026-08-11
Links: Tabla de contenidos |
Reporte QA |
Historial de versiones