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

FHIR IG analytics

Packagehl7.fhir.uv.immunization-incubator
Resource TypeImmunizationRecommendation
IdImmunizationRecommendation-immunization-recommendation-by-vaccine-code.json
FHIR VersionR6

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: ImmunizationRecommendation immunization-recommendation-by-vaccine-code

Language: en

identifier: Uniform Resource Identifier (URI)/urn:oid:1.3.6.1.4.1.21367.2005.3.7.1235

patient: Patient/example

date: 2026-02-09 11:04:15-0500

authority: Organization/hl7

recommendation

vaccineCode: Hepatitis A vaccine

forecastStatus: Not Complete

dateCriterion

code: Earliest date to give

value: 2027-12-01 00:00:00-0500

dateCriterion

code: Date vaccine due

value: 2027-12-01 00:00:00-0500

dateCriterion

code: Date when overdue for immunization

value: 2028-12-28 00:00:00-0500

description:

First sequence in protocol

series: Vaccination Series 1

doseNumber: 1

seriesDoses: 3

supportingImmunization: Immunization/example

supportingPatientInformation: Observation/example


Source1

{
  "resourceType": "ImmunizationRecommendation",
  "resourceDefinition": "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation|0.1.0",
  "id": "immunization-recommendation-by-vaccine-code",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:1.3.6.1.4.1.21367.2005.3.7.1235"
    }
  ],
  "patient": {
    "reference": "Patient/example"
  },
  "date": "2026-02-09T11:04:15.817-05:00",
  "authority": {
    "reference": "Organization/hl7"
  },
  "recommendation": [
    {
      "vaccineCode": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "871751006",
              "display": "Hepatitis A vaccine"
            }
          ]
        }
      ],
      "forecastStatus": {
        "text": "Not Complete"
      },
      "dateCriterion": [
        {
          "code": {
            "coding": [
              {
                "system": "http://loinc.org",
                "code": "30981-5",
                "display": "Earliest date to give"
              }
            ]
          },
          "value": "2027-12-01T00:00:00-05:00"
        },
        {
          "code": {
            "coding": [
              {
                "system": "http://loinc.org",
                "code": "30980-7",
                "display": "Date vaccine due"
              }
            ]
          },
          "value": "2027-12-01T00:00:00-05:00"
        },
        {
          "code": {
            "coding": [
              {
                "system": "http://loinc.org",
                "code": "59778-1",
                "display": "Date when overdue for immunization"
              }
            ]
          },
          "value": "2028-12-28T00:00:00-05:00"
        }
      ],
      "description": "First sequence in protocol",
      "series": "Vaccination Series 1",
      "doseNumber": {
        "text": "1"
      },
      "seriesDoses": {
        "text": "3"
      },
      "supportingImmunization": [
        {
          "reference": "Immunization/example"
        }
      ],
      "supportingPatientInformation": [
        {
          "reference": "Observation/example"
        }
      ]
    }
  ]
}