Specyfikacja interoperacyjności prototypu SSIDL
0.1.1 - ci-build

Specyfikacja interoperacyjności prototypu SSIDL, published by Uniwersytet Medyczny w Łodzi. This guide is not an authorized publication; it is the continuous build for version 0.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SSIDL/ssidl-ig/ and changes regularly. See the Directory of published versions

: Kody jednostek wieku - JSON Representation

Draft as of 2025-08-28

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "pl-base-ageUnit-VS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet pl-base-ageUnit-VS</b></p><a name=\"pl-base-ageUnit-VS\"> </a><a name=\"hcpl-base-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></tr><tr><td>a</td><td>rok(lat)</td></tr><tr><td>mo</td><td>miesiąc(miesięcy)</td></tr><tr><td>wk</td><td>tydzień(tygodni)</td></tr><tr><td>d</td><td>dzień(dni)</td></tr><tr><td>h</td><td>godzina(godzin)</td></tr><tr><td>min</td><td>minuta(minut)</td></tr></table></li></ul></div>"
  },
  "url" : "http://loinc-ssidl.umed.pl/fhir/ig/ssidl/ValueSet/pl-base-ageUnit-VS",
  "version" : "0.1.1",
  "name" : "AgeUnitVS",
  "title" : "Kody jednostek wieku",
  "status" : "draft",
  "date" : "2025-08-28T19:36:49+00:00",
  "publisher" : "Uniwersytet Medyczny w Łodzi",
  "contact" : [
    {
      "name" : "Uniwersytet Medyczny w Łodzi",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://umed.pl"
        }
      ]
    }
  ],
  "description" : "Kody jednostek wieku oparte na słowniku UCUM",
  "compose" : {
    "include" : [
      {
        "system" : "http://unitsofmeasure.org",
        "concept" : [
          {
            "code" : "a",
            "display" : "rok(lat)"
          },
          {
            "code" : "mo",
            "display" : "miesiąc(miesięcy)"
          },
          {
            "code" : "wk",
            "display" : "tydzień(tygodni)"
          },
          {
            "code" : "d",
            "display" : "dzień(dni)"
          },
          {
            "code" : "h",
            "display" : "godzina(godzin)"
          },
          {
            "code" : "min",
            "display" : "minuta(minut)"
          }
        ]
      }
    ]
  }
}