Guía de Implementación ''cl core'' FHIR R4, (Versión Evolutiva)
1.9.1 - draft
This page is part of the Chile Core (v1.9.1: STU2 Draft) based on FHIR (HL7® FHIR® Standard) R4. . 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" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization ImmunizationEj</b></p><a name=\"ImmunizationEj\"> </a><a name=\"hcImmunizationEj\"> </a><a name=\"ImmunizationEj-es-CL\"> </a><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>"
},
"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"
}