This page is part of the Chile Core (v1.8.1: STU2 Draft) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
: Ejemplo de Recurso Inmunización - JSON Representation
Raw json | Download
{
"resourceType" : "Immunization",
"id" : "ImmunizationCL",
"meta" : {
"profile" : [
"https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/ImmunizationCL"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Immunization</b><a name=\"ImmunizationCL\"> </a></p><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\">Resource Immunization "ImmunizationCL" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ImmunizationCL.html\">CL Inmunización</a></p></div><p><b>Nombre de la Campaña de vacunación establecida por el RNI (Registro Nacional de Inmunizaciones)</b>: Hepatitis A (Details: https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSNombreCampana code hepatiA = 'Hepatitis A', stated as 'Hepatitis A')</p><p><b>identifier</b>: id:\u00a0136588279</p><p><b>status</b>: completed</p><p><b>statusReason</b>: <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>vaccineCode</b>: <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>patient</b>: <a href=\"Patient-11.html\">Patient/11</a> ""</p><p><b>occurrence</b>: 2022-04-07 00:00:00-0400</p><p><b>recorded</b>: 2021-06-24 00:00:00-0400</p><p><b>location</b>: <a href=\"Location-3333458.html\">Location/3333458</a></p><p><b>lotNumber</b>: T3E881V</p><p><b>expirationDate</b>: 2022-03-31</p><h3>Performers</h3><table class=\"grid\"><tr><td>-</td><td><b>Actor</b></td></tr><tr><td>*</td><td><a href=\"Organization-f003.html\">Organization/f003</a> "Hospital Nueva Aurora"</td></tr></table><h3>ProtocolApplieds</h3><table class=\"grid\"><tr><td>-</td><td><b>DoseNumber[x]</b></td></tr><tr><td>*</td><td>1º dosis</td></tr></table></div>"
},
"extension" : [
{
"url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/NombreCampana",
"valueCoding" : {
"system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSNombreCampana",
"code" : "hepatiA",
"display" : "Hepatitis A"
}
}
],
"identifier" : [
{
"system" : "http://sgi.gob.cl/identifier/inmunization/rni/",
"value" : "136588279"
}
],
"status" : "completed",
"statusReason" : {
"extension" : [
{
"url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/RazonNOrealizarseInm",
"valueCode" : "solicitudPaci"
}
]
},
"vaccineCode" : {
"extension" : [
{
"url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/TiposVacunaRNI",
"valueCode" : "hep_A"
}
]
},
"patient" : {
"reference" : "Patient/11"
},
"occurrenceDateTime" : "2022-04-07T00:00:00-04:00",
"recorded" : "2021-06-24T00:00:00-04:00",
"location" : {
"extension" : [
{
"url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/ServicioSalud",
"valueCoding" : {
"system" : "https://minsal.cl/fhir/HD/CodeSystem/CSCodSSalud",
"code" : "SSAN",
"display" : "Servicio de Salud Antofagasta"
}
}
],
"reference" : "Location/3333458"
},
"lotNumber" : "T3E881V",
"expirationDate" : "2022-03-31",
"performer" : [
{
"actor" : {
"reference" : "Organization/f003"
}
}
],
"protocolApplied" : [
{
"doseNumberString" : "1º dosis"
}
]
}