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

FHIR IG analytics

Packagehl7.fhir.cz.hdr
Resource TypeImmunizationRecommendation
IdImmunizationRecommendation-ImmunizationRecommendation.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: ImmunizationRecommendation ImmunizationRecommendation

patient: Mračena Mrakomorová (no stated gender), DoB: 1971-11-26 ( https://ncez.mzcr.cz/fhir/sid/rid#4567891235)

date: 2025-03-07

recommendation

vaccineCode: Severe acute respiratory syndrome coronavirus 2 mRNA only vaccine product

targetDisease: Disease caused by 2019 novel coronavirus

forecastStatus: Due

DateCriterions

-CodeValue
*Earliest date to give2025-03-14

Source1

{
  "resourceType": "ImmunizationRecommendation",
  "id": "ImmunizationRecommendation",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/hdr/StructureDefinition/cz-immunizationRecommendation-hdr"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "patient": {
    "reference": "Patient/Mracena"
  },
  "date": "2025-03-07",
  "recommendation": [
    {
      "vaccineCode": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "1119349007"
            }
          ]
        }
      ],
      "targetDisease": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "840539006"
          }
        ]
      },
      "forecastStatus": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/immunization-recommendation-status",
            "code": "due"
          }
        ]
      },
      "dateCriterion": [
        {
          "code": {
            "coding": [
              {
                "system": "http://loinc.org",
                "code": "30981-5"
              }
            ]
          },
          "value": "2025-03-14"
        }
      ]
    }
  ]
}