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

FHIR IG analytics

Packagehl7.fhir.pl.terminology
Resource TypeValueSet
IdValueSet-pl-timeUnit-VS.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7-Poland/pl-fhir-terminology/ValueSet-pl-timeUnit-VS.html
URLhttp://hl7.org.pl/fhir/ValueSet/pl-timeUnit-VS
Version0.1.0
Statusdraft
Date2025-09-15
NamePLTimeUnitVS
TitleJednostki czasu (TimeUnit)
Realmpl
Authorityhl7
DescriptionKody jednostek czasu oparte na słowniku UCUM

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
hl7.fhir.uv.xver-r5.r4.r4#0.0.1-snapshot-2unitsofmeasure.orgUnified Code for Units of Measure (UCUM)

Narrative

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

Generated Narrative: ValueSet pl-timeUnit-VS

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

Source1

{
  "resourceType": "ValueSet",
  "id": "pl-timeUnit-VS",
  "meta": {
    "profile": [
      "http://hl7.org.pl/fhir/StructureDefinition/pl-base-valueSet"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org.pl/fhir/ValueSet/pl-timeUnit-VS",
  "version": "0.1.0",
  "name": "PLTimeUnitVS",
  "title": "Jednostki czasu (TimeUnit)",
  "status": "draft",
  "date": "2025-09-15",
  "publisher": "HL7 Poland",
  "contact": [
    {
      "name": "HL7 Poland",
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org.pl"
        }
      ]
    }
  ],
  "description": "Kody jednostek czasu 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": "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)"
              }
            ]
          }
        ]
      }
    ]
  }
}