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

FHIR IG analytics

Packagehl7.fhir.cl.clips
Resource TypeImmunization
IdImmunization-Ejemplo-Inmunizacion-ICVP-FA.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 Ejemplo-Inmunizacion-ICVP-FA

ProductID: WHO PreQualificaiton Vaccine Product Ids: YellowFeverProductd8a09f80301dc05e124f99ffe7711fc0 (01/01/1987Yellow FeverSTAMARILVial + Ampoule10Sanofi PasteurAgence nationale de sécurité du médicament et des produits de santé)

status: Completed

vaccineCode: Vacuna contra fiebre amarilla

patient: Valentina Henriquez

occurrence: 2024-09-25

primarySource: true

lotNumber: Lote-FA-2024-001

site: Left upper arm structure

route: Injection, intramuscular

Performers

-Actor
*Nicolás Bastian Figueroa

Source1

{
  "resourceType": "Immunization",
  "id": "Ejemplo-Inmunizacion-ICVP-FA",
  "meta": {
    "profile": [
      "https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Inmunizacion-cl-ips-icvp"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://smart.who.int/pcmt/StructureDefinition/ProductID",
      "valueCoding": {
        "system": "http://smart.who.int/pcmt-vaxprequal/CodeSystem/PreQualProductIds",
        "code": "YellowFeverProductd8a09f80301dc05e124f99ffe7711fc0",
        "display": "01/01/1987Yellow FeverSTAMARILVial + Ampoule10Sanofi PasteurAgence nationale de sécurité du médicament et des produits de santé"
      }
    }
  ],
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "http://smart.who.int/pcmt-vaxprequal/CodeSystem/PreQualVaccineType",
        "code": "YellowFever",
        "display": "Yellow Fever"
      }
    ],
    "text": "Vacuna contra fiebre amarilla"
  },
  "patient": {
    "reference": "Patient/PacienteClIpsEjemplo",
    "type": "Patient",
    "display": "Valentina Henriquez"
  },
  "occurrenceDateTime": "2024-09-25",
  "primarySource": true,
  "lotNumber": "Lote-FA-2024-001",
  "site": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "368208006",
        "display": "Left upper arm structure"
      }
    ]
  },
  "route": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration",
        "code": "IM",
        "display": "Injection, intramuscular"
      }
    ]
  },
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/PrestadorMedInternaClIpsEjemplo",
        "display": "Nicolás Bastian Figueroa"
      }
    }
  ]
}