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

FHIR IG analytics

Packagemyhealth.eu.fhir.euvac
Resource TypeValueSet
IdValueSet-VaccinationAdministrationTimeVS.json
FHIR VersionR4
Sourcehttp://fhir.ehdsi.eu/euvac/10.0.0-preview/ValueSet-VaccinationAdministrationTimeVS.html
URLhttp://fhir.ehdsi.eu/euvac/ValueSet/VaccinationAdministrationTimeVS
Version10.0.0-preview
Statusdraft
Date2026-07-16T19:11:20+02:00
NameVaccinationAdministrationTimeVS
TitleVaccination administration date Context
Realmeu
DescriptionValue set representing the period of life during which a vaccination was administered, such as infancy, childhood, adolescence, or adulthood.
CopyrightCopyright European Union, represented by the European Commission - DG SANTE. Licenced under CC-BY-4.0.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
hl7.fhir.vn.core#currentsctSNOMED CT (all versions)
hl7.terminology#currentv3-NullFlavorNullFlavor

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet VaccinationAdministrationTimeVS

This value set includes codes based on the following rules:

  • Include these codes as defined in http://snomed.info/sct version Not Stated (use latest from terminology server)
    CodeDisplay
    3658006Infancy
    255398004Childhood
    263659003Adolescence
    41847000Adulthood
  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-NullFlavor version 📍4.0.0
    CodeDisplayDefinition
    UNKUnknown**Description:**A proper value is applicable, but not known.

    **Usage Notes**: This means the actual value is not known. If the only thing that is unknown is how to properly express the value in the necessary constraints (value set, datatype, etc.), then the OTH or UNC flavor should be used. No properties should be included for a datatype with this property unless:

    1. Those properties themselves directly translate to a semantic of "unknown". (E.g. a local code sent as a translation that conveys 'unknown')
    2. Those properties further qualify the nature of what is unknown. (E.g. specifying a use code of "H" and a URL prefix of "tel:" to convey that it is the home phone number that is unknown.)

Source1

{
  "resourceType": "ValueSet",
  "id": "VaccinationAdministrationTimeVS",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.ehdsi.eu/euvac/ValueSet/VaccinationAdministrationTimeVS",
  "version": "10.0.0-preview",
  "name": "VaccinationAdministrationTimeVS",
  "title": "Vaccination administration date Context",
  "status": "draft",
  "experimental": false,
  "date": "2026-07-16T19:11:20+02:00",
  "publisher": "MyHealth@Eu",
  "contact": [
    {
      "name": "MyHealth@Eu",
      "telecom": [
        {
          "system": "url",
          "value": "https://health.ec.europa.eu/other-pages/basic-page/myhealtheu-flyer-addressed-patients-and-health-professionals_en"
        }
      ]
    }
  ],
  "description": "Value set representing the period of life during which a vaccination was administered, such as infancy, childhood, adolescence, or adulthood.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "150",
          "display": "Europe"
        }
      ]
    }
  ],
  "copyright": "Copyright European Union, represented by the European Commission - DG SANTE. Licenced under CC-BY-4.0.",
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "3658006",
            "display": "Infancy"
          },
          {
            "code": "255398004",
            "display": "Childhood"
          },
          {
            "code": "263659003",
            "display": "Adolescence"
          },
          {
            "code": "41847000",
            "display": "Adulthood"
          }
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "version": "4.0.0",
        "concept": [
          {
            "code": "UNK",
            "display": "Unknown"
          }
        ]
      }
    ]
  }
}