{
  "resourceType" : "ValueSet",
  "id" : "pl-ageUnit-VS",
  "meta" : {
    "profile" : ["http://hl7.org.pl/fhir/StructureDefinition/pl-base-valueSet"]
  },
  "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><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-pl-base-valueSet.html\">ValueSet: Zbiór wartości</a></p></div><ul><li>Include these codes as defined in <a href=\"http://unitsofmeasure.org\"><code>http://unitsofmeasure.org</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><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></table></li></ul></div>"
  },
  "url" : "http://hl7.org.pl/fhir/ValueSet/pl-ageUnit-VS",
  "version" : "0.1.0",
  "name" : "PLAgeUnitVS",
  "title" : "Kody jednostek wieku (AgeUnit)",
  "status" : "draft",
  "date" : "2025-09-15",
  "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)"
        }]
      }]
    }]
  }
}