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

FHIR IG analytics

Packageuz.dhp.core
Resource TypeImmunizationRecommendation
IdImmunizationRecommendation-immunization-recommendation-example.json
FHIR VersionR5

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


English


Generated Narrative: ImmunizationRecommendation immunization-recommendation-example

Language: en

patient: Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier)

date: 2026-04-27

Recommendations

-VaccineCodeForecastStatus
*Bacillus Calmette-Guerin vaccineDue

Russian


Сгенерированный нарратив: ImmunizationRecommendation immunization-recommendation-example

Язык: en

patient: Усманов Салим Салиевич Male, БД: 1994-01-27 ( National unique individual identifier)

date: 2026-04-27

Recommendations

-VaccineCodeForecastStatus
*Bacillus Calmette-Guerin vaccineDue

Uzbek


Generated Narrative: ImmunizationRecommendation immunization-recommendation-example

Language: en

patient: Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier)

date: 2026-04-27

Recommendations

-VaccineCodeForecastStatus
*Bacillus Calmette-Guerin vaccineDue

Source1

{
  "resourceType": "ImmunizationRecommendation",
  "id": "immunization-recommendation-example",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "patient": {
    "reference": "Patient/example-salim"
  },
  "date": "2026-04-27",
  "recommendation": [
    {
      "vaccineCode": [
        {
          "coding": [
            {
              "system": "http://hl7.org/fhir/sid/cvx",
              "code": "19",
              "display": "Bacillus Calmette-Guerin vaccine"
            }
          ]
        }
      ],
      "forecastStatus": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/immunization-recommendation-status",
            "code": "due",
            "display": "Due"
          }
        ]
      }
    }
  ]
}