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-patient-refused.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-patient-refused

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

[URL_FOR_ADMINISTERED_PRODUCT_EXTENSION]: Varicella-zoster live vaccine product

[URL_FOR_BATCH_NUMBER_EXTENSION]: BATCH-XYZ-789

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

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

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

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

status: Not Done

statusReason: Patient refused immunization

vaccineCode: Zostavax

patient: Juan DELA CRUZ

encounter: Outpatient Visit - June 14, 2024

occurrence: 2024-06-14

primarySource: true

location: PGH Outpatient Clinic 3

lotNumber: LotVZV987

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

performer

function: Administering Provider

actor: Dr. Maria SANTOS

performer

function: Administering Organization

actor: Philippine General Hospital

note:

Patient verbally refused the administration of the Varicella-zoster vaccine after counseling.


Source1

{
  "resourceType": "Immunization",
  "id": "SEIR-example-patient-refused",
  "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": "[URL_FOR_ADMINISTERED_PRODUCT_EXTENSION]",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "[PRODUCT_CODE]",
            "display": "Varicella-zoster live vaccine product"
          }
        ]
      }
    },
    {
      "url": "[URL_FOR_BATCH_NUMBER_EXTENSION]",
      "valueString": "BATCH-XYZ-789"
    },
    {
      "url": "http://example.org/fhir/StructureDefinition/patient-philhealth-id-on-immunization",
      "valueIdentifier": {
        "system": "http://www.philhealth.gov.ph/pin",
        "value": "JUANDC-PHILHEALTH-001"
      }
    },
    {
      "url": "http://example.org/fhir/StructureDefinition/patient-philsys-id-on-immunization",
      "valueIdentifier": {
        "system": "http://nationalidsystem.gov.ph/psn",
        "value": "JUANDC-PHILSYS-002"
      }
    },
    {
      "url": "http://example.org/fhir/StructureDefinition/mother-philhealth-id-on-immunization",
      "valueIdentifier": {
        "system": "http://www.philhealth.gov.ph/pin",
        "value": "MOTHERS-PHILHEALTH-12345"
      }
    },
    {
      "url": "http://example.org/fhir/StructureDefinition/mother-philsys-id-on-immunization",
      "valueIdentifier": {
        "system": "http://nationalidsystem.gov.ph/psn",
        "value": "MOTHERS-PHILSYS-67890"
      }
    }
  ],
  "status": "not-done",
  "statusReason": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "1620681000168106",
        "display": "Patient objection"
      }
    ],
    "text": "Patient refused immunization"
  },
  "vaccineCode": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "830851000168105",
        "display": "Varicella-zoster live vaccine"
      }
    ],
    "text": "Zostavax"
  },
  "patient": {
    "reference": "Patient/example1",
    "display": "Juan DELA CRUZ"
  },
  "encounter": {
    "reference": "Encounter/example-encounter",
    "display": "Outpatient Visit - June 14, 2024"
  },
  "occurrenceDateTime": "2024-06-14",
  "primarySource": true,
  "location": {
    "reference": "Location/example-vaccination-site",
    "display": "PGH Outpatient Clinic 3"
  },
  "lotNumber": "LotVZV987",
  "doseQuantity": {
    "value": 0.5,
    "unit": "mL",
    "system": "http://unitsofmeasure.org",
    "code": "mL"
  },
  "performer": [
    {
      "function": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0443",
            "code": "AP",
            "display": "Administering Provider"
          }
        ],
        "text": "Administering Provider"
      },
      "actor": {
        "reference": "Practitioner/example0",
        "display": "Dr. Maria SANTOS"
      }
    },
    {
      "function": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
            "code": "PRF",
            "display": "Performer"
          }
        ],
        "text": "Administering Organization"
      },
      "actor": {
        "reference": "Organization/example-facility",
        "display": "Philippine General Hospital"
      }
    }
  ],
  "note": [
    {
      "text": "Patient verbally refused the administration of the Varicella-zoster vaccine after counseling."
    }
  ]
}