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

FHIR IG analytics

Packagehl7.fhir.pl.base.r5
Resource TypeValueSet
IdValueSet-pl-ageUnit-VS.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7-Poland/pl-fhir-base/ValueSet-pl-ageUnit-VS.html
URLhttp://hl7.org.pl/fhir/ig/pl-base/ValueSet/pl-ageUnit-VS
Version0.1.5
Statusactive
Date2026-01-28T12:35:49+00:00
NamePLAgeUnitVS
TitleKody jednostek wieku (AgeUnit)
Realmpl
Authorityhl7
DescriptionKody jednostek wieku oparte na słowniku UCUM

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
unitsofmeasure.orgUnified Code for Units of Measure (UCUM)

Narrative

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

Generated Narrative: ValueSet pl-ageUnit-VS

  • Include these codes as defined in http://unitsofmeasure.org version Not Stated (use latest from terminology server)
    CodeDisplayPolish (Poland) (pl)
    ayearrok(lat)
    momonthmiesiąc(miesięcy)
    wkweektydzień(tygodni)
    ddaydzień(dni)

Source1

{
  "resourceType": "ValueSet",
  "id": "pl-ageUnit-VS",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org.pl/fhir/ig/pl-base/ValueSet/pl-ageUnit-VS",
  "version": "0.1.5",
  "name": "PLAgeUnitVS",
  "title": "Kody jednostek wieku (AgeUnit)",
  "status": "active",
  "date": "2026-01-28T12:35:49+00:00",
  "publisher": "HL7 Poland",
  "contact": [
    {
      "name": "HL7 Poland",
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org.pl"
        }
      ]
    }
  ],
  "description": "Kody jednostek wieku oparte na słowniku UCUM",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "PL",
          "display": "Poland"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://unitsofmeasure.org",
        "concept": [
          {
            "code": "a",
            "display": "year",
            "designation": [
              {
                "language": "pl-PL",
                "value": "rok(lat)"
              }
            ]
          },
          {
            "code": "mo",
            "display": "month",
            "designation": [
              {
                "language": "pl-PL",
                "value": "miesiąc(miesięcy)"
              }
            ]
          },
          {
            "code": "wk",
            "display": "week",
            "designation": [
              {
                "language": "pl-PL",
                "value": "tydzień(tygodni)"
              }
            ]
          },
          {
            "code": "d",
            "display": "day",
            "designation": [
              {
                "language": "pl-PL",
                "value": "dzień(dni)"
              }
            ]
          }
        ]
      }
    ]
  }
}