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

FHIR IG analytics

Packageup-manila-silab.immunizationfhirig
Resource TypeImmunization
IdImmunization-SEIR-example-catch-up.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 SEIR-example-catch-up

Profile: http://build.fhir.org/ig/UP-Manila-SILab/immunizationfhirig/branches/master/StructureDefinition-seir-immunization.html

org/fhir/StructureDefinition/patient-philhealth-id-on-immunization: http://www.philhealth.gov.ph/pin/SOFIAR-PHILHEALTH-007

org/fhir/StructureDefinition/patient-philsys-id-on-immunization: http://nationalidsystem.gov.ph/psn/SOFIAR-PHILSYS-008

org/fhir/StructureDefinition/mother-philhealth-id-on-immunization: http://www.philhealth.gov.ph/pin/SOFIAR-MOTHERS-PHILHEALTH-ABCDE

org/fhir/StructureDefinition/mother-philsys-id-on-immunization: http://nationalidsystem.gov.ph/psn/SOFIAR-MOTHERS-PHILSYS-FGHIJ

identifier: urn:oid:1.2.3.4.5.6.7.8.9.16/IMZ-2025-0007

status: Completed

vaccineCode: MMR Vaccine

patient: Sofia Ramirez

occurrence: 2025-05-01 09:45:00+0800

recorded: 2025-05-01 10:15:00+0800

primarySource: true

location: Barangay Health Station C

lotNumber: WXYZ7890

expirationDate: 2026-10-31

site: Left Arm

route: Subcutaneous

doseQuantity: 0.5 mL (Details: UCUM codemL = 'mL')

Performers

-FunctionActor
*Administering ProviderBHW Maria Santos

note:

Child presented with incomplete vaccination records. Administered second dose of MMR as part of catch-up. Mother advised on full vaccination schedule.

ProtocolApplieds

-SeriesDoseNumber[x]SeriesDoses[x]
*MMR 2-dose series22

Source1

{
  "resourceType": "Immunization",
  "id": "SEIR-example-catch-up",
  "meta": {
    "profile": [
      "http://build.fhir.org/ig/UP-Manila-SILab/immunizationfhirig/branches/master/StructureDefinition-seir-immunization.html"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://example.org/fhir/StructureDefinition/patient-philhealth-id-on-immunization",
      "valueIdentifier": {
        "system": "http://www.philhealth.gov.ph/pin",
        "value": "SOFIAR-PHILHEALTH-007"
      }
    },
    {
      "url": "http://example.org/fhir/StructureDefinition/patient-philsys-id-on-immunization",
      "valueIdentifier": {
        "system": "http://nationalidsystem.gov.ph/psn",
        "value": "SOFIAR-PHILSYS-008"
      }
    },
    {
      "url": "http://example.org/fhir/StructureDefinition/mother-philhealth-id-on-immunization",
      "valueIdentifier": {
        "system": "http://www.philhealth.gov.ph/pin",
        "value": "SOFIAR-MOTHERS-PHILHEALTH-ABCDE"
      }
    },
    {
      "url": "http://example.org/fhir/StructureDefinition/mother-philsys-id-on-immunization",
      "valueIdentifier": {
        "system": "http://nationalidsystem.gov.ph/psn",
        "value": "SOFIAR-MOTHERS-PHILSYS-FGHIJ"
      }
    }
  ],
  "identifier": [
    {
      "system": "urn:oid:1.2.3.4.5.6.7.8.9.16",
      "value": "IMZ-2025-0007"
    }
  ],
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "394579007",
        "display": "Measles, mumps, and rubella vaccine"
      },
      {
        "system": "urn://example.com/eLMIS-vaccine-codes",
        "code": "MMR001",
        "display": "MMR Vaccine"
      }
    ],
    "text": "MMR Vaccine"
  },
  "patient": {
    "reference": "Patient/ph-patient-example-07",
    "display": "Sofia Ramirez"
  },
  "occurrenceDateTime": "2025-05-01T09:45:00+08:00",
  "recorded": "2025-05-01T10:15:00+08:00",
  "primarySource": true,
  "location": {
    "reference": "Location/ph-clinic-example-07",
    "display": "Barangay Health Station C"
  },
  "lotNumber": "WXYZ7890",
  "expirationDate": "2026-10-31",
  "site": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActSite",
        "code": "LA",
        "display": "Left Arm"
      }
    ]
  },
  "route": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration",
        "code": "SC",
        "display": "Subcutaneous"
      }
    ]
  },
  "doseQuantity": {
    "value": 0.5,
    "unit": "mL",
    "system": "http://unitsofmeasure.org",
    "code": "mL"
  },
  "performer": [
    {
      "function": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0482",
            "code": "AP",
            "display": "Administering Provider"
          }
        ]
      },
      "actor": {
        "reference": "Practitioner/ph-practitioner-example-07",
        "display": "BHW Maria Santos"
      }
    }
  ],
  "note": [
    {
      "text": "Child presented with incomplete vaccination records. Administered second dose of MMR as part of catch-up. Mother advised on full vaccination schedule."
    }
  ],
  "protocolApplied": [
    {
      "series": "MMR 2-dose series",
      "doseNumberPositiveInt": 2,
      "seriesDosesPositiveInt": 2
    }
  ]
}