Guía de Implementación ''cl core'' FHIR R4, (Versión Evolutiva)
2.0.0 - draft Chile flag

Guía de Implementación ''cl core'' FHIR R4, (Versión Evolutiva), published by HL7 Chile. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Chile/clcore_2.0/ and changes regularly. See the Directory of published versions

: Ejemplo de Recurso Immunization - JSON Representation

Raw json | Download


{
  "resourceType" : "Immunization",
  "id" : "ImmunizationEj",
  "meta" : {
    "profile" : [
      🔗 "https://hl7chile.cl/fhir/ig/clcore2/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/clcore2/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 ( RUN: 15236327\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/clcore2/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"
}