Guía de Implementación ''cl core'' FHIR R4, (Versión Evolutiva)
1.9.4 - trial-use
This page is part of the Chile Core (v1.9.4: STU4 Draft) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.9.3. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Immunization",
"id" : "ImmunizationEj",
"meta" : {
"profile" : [
🔗 "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/ImmunizationCL"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Inmunización ImmunizationEj</b></p><a name=\"ImmunizationEj\"> </a><a name=\"hcImmunizationEj\"> </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-ImmunizationCL.html\">CL Inmunización</a></p></div><p><b>Nombre Campaña de Vacunación</b>: Campaña Hepatitis</p><p><b>Clase de Vacuna</b>: <a href=\"CodeSystem-CSClaseVacuna.html#CSClaseVacuna-campa.241a\">Códigos de clases de Vacuna campaña</a>: Vacunación Campaña</p><p><b>Dosis Administrada</b>: Primera</p><p><b>Proxima fecha de vacunación</b>: 2022-09-06</p><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodigoVacunas hep_B_adult}, {http://snomed.info/sct 836374004}\">vacuna con antígeno de virus Hepatitis B</span></p><p><b>patient</b>: <a href=\"Patient-PacienteCL.html\">Xime Female, DoB: 1983-03-24 ( Chile: 15.236.327-k\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>occurrence</b>: 2022-07-06 14:30:00+0100</p><p><b>recorded</b>: 2022-07-06 14:40:00+0100</p></div>"
},
"extension" : [
{
"url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/Campana",
"valueString" : "Campaña Hepatitis"
},
{
"url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/ClaseVacuna",
"valueCoding" : {
"system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSClaseVacuna",
"code" : "campaña",
"display" : "Vacunación Campaña"
}
},
{
"url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/Dosis",
"valueString" : "Primera"
},
{
"url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/ProxFecha",
"valueDate" : "2022-09-06"
}
],
"status" : "completed",
"vaccineCode" : {
"coding" : [
{
"system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodigoVacunas",
"code" : "hep_B_adult",
"display" : "Hepatitis B adulto"
},
{
"system" : "http://snomed.info/sct",
"code" : "836374004",
"display" : "Hepatitis B virus antigen-containing vaccine product"
}
],
"text" : "vacuna con antígeno de virus Hepatitis B"
},
"patient" : {
🔗 "reference" : "Patient/PacienteCL"
},
"occurrenceDateTime" : "2022-07-06T14:30:00+01:00",
"recorded" : "2022-07-06T14:40:00+01:00"
}