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

FHIR IG analytics

Packageus.cdc.phinvads
Resource TypeValueSet
IdValueSet-2.16.840.1.114222.4.11.7265.json
FHIR VersionR4
URLhttp://phinvads.cdc.gov/fhir/ValueSet/2.16.840.1.114222.4.11.7265
Version2
Statusactive
Date2020-01-07T00:07:00+11:00
NamePHVS_DurationUnit_CDC
TitleDuration Unit
Realmus
DescriptionValue set containing concepts to describe duration of an event, in various units of time.

Resources that use this resource

No resources found


Resources that this resource uses

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

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "2.16.840.1.114222.4.11.7265",
  "meta": {
    "source": "https://phinvads.cdc.gov/vads/ViewValueSet.action?oid=2.16.840.1.114222.4.11.7265"
  },
  "url": "http://phinvads.cdc.gov/fhir/ValueSet/2.16.840.1.114222.4.11.7265",
  "version": "2",
  "name": "PHVS_DurationUnit_CDC",
  "title": "Duration Unit",
  "status": "active",
  "date": "2020-01-07T00:07:00+11:00",
  "description": "Value set containing concepts to describe duration of an event, in various units of time.",
  "compose": {
    "include": [
      {
        "system": "http://unitsofmeasure.org",
        "version": "20171130",
        "concept": [
          {
            "code": "d",
            "display": "day [time]"
          },
          {
            "code": "h",
            "display": "hour [time]"
          },
          {
            "code": "min",
            "display": "minute [time]"
          },
          {
            "code": "mo",
            "display": "month [time]"
          },
          {
            "code": "s",
            "display": "second [time]"
          },
          {
            "code": "wk",
            "display": "week [time]"
          },
          {
            "code": "a",
            "display": "year [time]"
          }
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "version": "20090501",
        "concept": [
          {
            "code": "UNK",
            "display": "unknown"
          }
        ]
      }
    ]
  }
}