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.8034.json
FHIR VersionR4
URLhttp://phinvads.cdc.gov/fhir/ValueSet/2.16.840.1.114222.4.11.8034
Version2
Statusactive
Date2021-01-10T00:06:00+11:00
NamePHVS_MedicationDurationUnit_Hansen
TitleMedication Duration Unit (Hansen)
Realmus
DescriptionIndicate the duration of medication units to treat Hansen's Disease.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
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.8034",
  "meta": {
    "source": "https://phinvads.cdc.gov/vads/ViewValueSet.action?oid=2.16.840.1.114222.4.11.8034"
  },
  "url": "http://phinvads.cdc.gov/fhir/ValueSet/2.16.840.1.114222.4.11.8034",
  "version": "2",
  "name": "PHVS_MedicationDurationUnit_Hansen",
  "title": "Medication Duration Unit (Hansen)",
  "status": "active",
  "date": "2021-01-10T00:06:00+11:00",
  "description": "Indicate the duration of medication units to treat Hansen's Disease.",
  "compose": {
    "include": [
      {
        "system": "http://unitsofmeasure.org",
        "version": "20171130",
        "concept": [
          {
            "code": "d",
            "display": "Days"
          },
          {
            "code": "mo",
            "display": "Months"
          },
          {
            "code": "wk",
            "display": "Weeks"
          },
          {
            "code": "a",
            "display": "Years"
          }
        ]
      }
    ]
  }
}