FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.cl.corecl
Resource TypeImmunization
IdImmunization-ImmunizationCL.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Immunization

Resource Immunization "ImmunizationCL"

Profile: CL Inmunización

Nombre de la Campaña de vacunación establecida por el RNI (Registro Nacional de Inmunizaciones): Hepatitis A (Details: https://hl7chile.cl/fhir/ig/CoreCL/CodeSystem/CSNombreCampana code hepatiA = 'Hepatitis A', stated as 'Hepatitis A')

identifier: id: 136588279

status: completed

statusReason: ()

vaccineCode: ()

patient: Patient/11 ""

occurrence: 2022-04-07 12:00:00-0400

recorded: 2021-06-24 12:00:00-0400

location: Location/3333458

lotNumber: T3E881V

expirationDate: 2022-03-31

Performers

-Actor
*Organization/f003 "Hospital Nueva Aurora"

ProtocolApplieds

-DoseNumber[x]
*1º dosis

Source1

{
  "resourceType": "Immunization",
  "id": "ImmunizationCL",
  "meta": {
    "profile": [
      "https://hl7chile.cl/fhir/ig/CoreCL/StructureDefinition/ImmunizationCL"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://hl7chile.cl/fhir/ig/CoreCL/StructureDefinition/NombreCampana",
      "valueCoding": {
        "system": "https://hl7chile.cl/fhir/ig/CoreCL/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/CoreCL/StructureDefinition/RazonNOrealizarseInm",
        "valueCode": "solicitudPaci"
      }
    ]
  },
  "vaccineCode": {
    "extension": [
      {
        "url": "https://hl7chile.cl/fhir/ig/CoreCL/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/CoreCL/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"
    }
  ]
}