Common Data Element Katalog
0.2.0 - CI Build International flag

Common Data Element Katalog - Local Development build (v0.2.0). See the Directory of published versions

: Common units for 'time span' - JSON Representation

Page standards status: Informative Maturity Level: 1

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "vs-time-units",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><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>ps</td><td>ps</td></tr><tr><td>ns</td><td>ns</td></tr><tr><td>us</td><td>us</td></tr><tr><td>ms</td><td>ms</td></tr><tr><td>s</td><td>s</td></tr><tr><td>ks</td><td>ks</td></tr><tr><td>Ms</td><td>Ms</td></tr><tr><td>min</td><td>min</td></tr><tr><td>h</td><td>h</td></tr><tr><td>d</td><td>d</td></tr><tr><td>wk</td><td>wk</td></tr><tr><td>mo</td><td>mo</td></tr><tr><td>a</td><td>a</td></tr></table></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1,
      "_valueInteger" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/de/ImplementationGuide/fhir.cde-katalog"
          }
        ]
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "informative",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/de/ImplementationGuide/fhir.cde-katalog"
          }
        ]
      }
    }
  ],
  "url" : "http://hl7.org/de/ValueSet/vs-time-units",
  "version" : "0.2.0",
  "name" : "VS_TimeUnits",
  "title" : "Common units for 'time span'",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-04-02T11:40:39+02:00",
  "publisher" : "HL7 International - CDE Katalog Arbeitsgruppe",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/[something]"
        }
      ]
    }
  ],
  "description" : "Dieses Valueset enthält UCUM-Codes für Maßeinheiten, um eine 'Zeit' zu beschreiben.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://unitsofmeasure.org",
        "concept" : [
          {
            "code" : "ps"
          },
          {
            "code" : "ns"
          },
          {
            "code" : "us"
          },
          {
            "code" : "ms"
          },
          {
            "code" : "s"
          },
          {
            "code" : "ks"
          },
          {
            "code" : "Ms"
          },
          {
            "code" : "min"
          },
          {
            "code" : "h"
          },
          {
            "code" : "d"
          },
          {
            "code" : "wk"
          },
          {
            "code" : "mo"
          },
          {
            "code" : "a"
          }
        ]
      }
    ]
  }
}