FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/ValueSet-units-of-age

Packagehl7.fhir.us.birthdefectreporting
Resource TypeValueSet
IdValueSet-units-of-age
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/birthdefectreporting/https://build.fhir.org/ig/HL7/fhir-birthdefectsreporting-ig/ValueSet-ValueSet-units-of-age.html
URLhttp://hl7.org/fhir/us/birthdefectreporting/ValueSet/ValueSet-units-of-age
Version0.1.2
Statusactive
Date2025-06-12T00:36:53+00:00
NameValueSetUnitsOfAge
TitleUnits of Age
Realmus
Authorityhl7
DescriptionThis valueset contains the set of codes for specifying the units used when recording age (days, weeks, months, years)

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
unitsofmeasure.orgUnified Code for Units of Measure (UCUM)

Narrative

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

Generated Narrative: ValueSet ValueSet-units-of-age


Source

{
  "resourceType": "ValueSet",
  "id": "ValueSet-units-of-age",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pher"
    }
  ],
  "url": "http://hl7.org/fhir/us/birthdefectreporting/ValueSet/ValueSet-units-of-age",
  "version": "0.1.2",
  "name": "ValueSetUnitsOfAge",
  "title": "Units of Age",
  "status": "active",
  "experimental": false,
  "date": "2025-06-12T00:36:53+00:00",
  "publisher": "HL7 International / Public Health",
  "contact": [
    {
      "name": "HL7 International / Public Health",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/pher"
        }
      ]
    },
    {
      "name": "Thanh Cheng",
      "telecom": [
        {
          "system": "email",
          "value": "thanh.cheng@altarum.org",
          "use": "work"
        }
      ]
    }
  ],
  "description": "This valueset contains the set of codes for specifying the units used when recording age (days, weeks, months, years)",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://unitsofmeasure.org",
        "concept": [
          {
            "code": "d",
            "display": "Days"
          },
          {
            "code": "wk",
            "display": "Weeks"
          },
          {
            "code": "mo",
            "display": "Months"
          },
          {
            "code": "a",
            "display": "Years"
          }
        ]
      }
    ]
  }
}