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

FHIR IG analytics

Packagehl7.fhir.eu.base
Resource TypeValueSet
IdValueSet-periodsOfLife-eu.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7-eu/base/ValueSet-periodsOfLife-eu.html
URLhttp://hl7.eu/fhir/base/ValueSet/periodsOfLife-eu
Version2.0.0-ballot
Statusactive
Date2026-02-03T17:20:38+00:00
NamePeriodsOfLifeEuVs
TitlePeriods of Life
Realmeu
Authorityhl7
DescriptionPeriods of life: it indicates the period of life of a patient (based on SNOMED CT).
CopyrightThis value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement

Resources that use this resource

StructureDefinition
immunization-eu-coreImmunization (EU core)

Resources that this resource uses

CodeSystem
sctSNOMED codes used in this IG
v3-NullFlavorNullFlavor

Narrative

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

Generated Narrative: ValueSet periodsOfLife-eu

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
    41847000Adulthood
    263659003Adolescence
    255398004Childhood
    713153009Toddler
    3658006Infancy
    255407002Neonatal
    303112003Fetal period
    271872005Old age
  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-NullFlavor version 📦3.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": "periodsOfLife-eu",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    }
  ],
  "url": "http://hl7.eu/fhir/base/ValueSet/periodsOfLife-eu",
  "version": "2.0.0-ballot",
  "name": "PeriodsOfLifeEuVs",
  "title": "Periods of Life",
  "status": "active",
  "experimental": false,
  "date": "2026-02-03T17:20:38+00:00",
  "publisher": "HL7 Europe",
  "contact": [
    {
      "name": "HL7 Europe",
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.eu"
        }
      ]
    }
  ],
  "description": "Periods of life: it indicates the period of life of a patient (based on SNOMED CT).",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "150",
          "display": "Europe"
        }
      ]
    }
  ],
  "copyright": "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement",
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "41847000",
            "display": "Adulthood"
          },
          {
            "code": "263659003",
            "display": "Adolescence"
          },
          {
            "code": "255398004",
            "display": "Childhood"
          },
          {
            "code": "713153009",
            "display": "Toddler"
          },
          {
            "code": "3658006",
            "display": "Infancy"
          },
          {
            "code": "255407002",
            "display": "Neonatal"
          },
          {
            "code": "303112003",
            "display": "Fetal period"
          },
          {
            "code": "271872005",
            "display": "Old age"
          }
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "concept": [
          {
            "code": "UNK",
            "display": "Unknown"
          }
        ]
      }
    ]
  }
}