Polska specyfikacja bazowa HL7 FHIR (HL7 FHIR PL Base)
0.1.2 - ci-build

Polska specyfikacja bazowa HL7 FHIR (HL7 FHIR PL Base), published by HL7 Poland. This guide is not an authorized publication; it is the continuous build for version 0.1.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-Poland/pl-fhir-base/ and changes regularly. See the Directory of published versions

: Kody jednostek wieku (AgeUnit) - JSON Representation

Draft as of 2025-09-03

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "pl-ageUnit-VS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet pl-ageUnit-VS</b></p><a name=\"pl-ageUnit-VS\"> </a><a name=\"hcpl-ageUnit-VS\"> </a><ul><li>Include these codes as defined in <a href=\"http://unitsofmeasure.org\"><code>http://unitsofmeasure.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Polish (Poland) (pl)</b></td></tr><tr><td>a</td><td>year</td><td>rok(lat)</td></tr><tr><td>mo</td><td>month</td><td>miesiąc(miesięcy)</td></tr><tr><td>wk</td><td>week</td><td>tydzień(tygodni)</td></tr><tr><td>d</td><td>day</td><td>dzień(dni)</td></tr><tr><td>h</td><td>hour</td><td>godzina(godzin)</td></tr><tr><td>min</td><td>minute</td><td>minuta(minut)</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org.pl/fhir/ig/pl-base/ValueSet/pl-ageUnit-VS",
  "version" : "0.1.2",
  "name" : "PLAgeUnitVS",
  "title" : "Kody jednostek wieku (AgeUnit)",
  "status" : "draft",
  "date" : "2025-09-03T13:59:28+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",
  "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)"
              }
            ]
          },
          {
            "code" : "h",
            "display" : "hour",
            "designation" : [
              {
                "language" : "pl-PL",
                "value" : "godzina(godzin)"
              }
            ]
          },
          {
            "code" : "min",
            "display" : "minute",
            "designation" : [
              {
                "language" : "pl-PL",
                "value" : "minuta(minut)"
              }
            ]
          }
        ]
      }
    ]
  }
}