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

FHIR IG analytics

Packagevcds-ig.euvabeco.net
Resource TypeImmunizationRecommendation
IdImmunizationRecommendation-example-recommendation.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

Generated Narrative: ImmunizationRecommendation example-recommendation

Version of the VCDS ruleset: 1.3.745

patient: Anonymous Patient Female, DoB: 1995-01-22 ( 123456)

date: 2025-01-01

recommendation

targetDisease: Diphtheria (disorder)

forecastStatus: Overdue

forecastReason: The conditions under which you work will determine whether you should be vaccinated against diphtheria,
tetanus and poliomyelitis. Vaccination against these diseases is compulsory for exposed professionals
working in a prevention or care establishment or organisation
(list defined in the decree of 15 March 1991).
, For diphtheria-tetanus-polio vaccination, in the absence of vaccination, a catch-up schedule
must be applied: injection at d0, then 2 months later and finally 6 to 10 months after the
second dose.
, Treated diabetes

DateCriterions

-CodeValue
*Date when overdue for immunization2020-04-03

Source1

{
  "resourceType": "ImmunizationRecommendation",
  "id": "example-recommendation",
  "meta": {
    "profile": [
      "https://euvabeco.net/vcds-ig/StructureDefinition/ImmunizationRecommendation"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://euvabeco.net/vcds-ig/StructureDefinition/RulesetVersion",
      "valueString": "1.3.745"
    }
  ],
  "patient": {
    "reference": "Patient/example-patient"
  },
  "date": "2025-01-01",
  "recommendation": [
    {
      "targetDisease": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "397428000"
            }
          ]
        }
      ],
      "forecastStatus": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/immunization-recommendation-status",
            "code": "overdue"
          }
        ]
      },
      "forecastReason": [
        {
          "coding": [
            {
              "system": "https://euvabeco.net/vcds-ig/CodeSystem/JustificationMessages",
              "code": "64a2d4e1-a5dd-48f8-8de1-314f092cb767"
            }
          ]
        },
        {
          "coding": [
            {
              "system": "https://euvabeco.net/vcds-ig/CodeSystem/JustificationMessages",
              "code": "b1b41a92-9404-4607-beb0-1f694167e093"
            }
          ]
        },
        {
          "coding": [
            {
              "system": "https://euvabeco.net/vcds-ig/CodeSystem/Conditions",
              "code": "f8cedc4a-283b-43f0-ae53-196bbcb5d19a"
            }
          ]
        }
      ],
      "dateCriterion": [
        {
          "code": {
            "coding": [
              {
                "system": "http://loinc.org",
                "code": "59778-1",
                "display": "Date when overdue for immunization"
              }
            ]
          },
          "value": "2020-04-03"
        }
      ]
    }
  ]
}