WHO Case Reporting for COVID-19 Surveillance
0.1.0 - ci-build

WHO Case Reporting for COVID-19 Surveillance - Local Development build (v0.1.0). See the Directory of published versions

: Patient Age Units - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "WhoCrValueSetAgeUnits",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-valueset"
    ]
  },
  "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>a</td><td>year</td></tr><tr><td>mo</td><td>month</td></tr><tr><td>d</td><td>day</td></tr></table></li></ul></div>"
  },
  "url" : "http://openhie.github.io/covid-19/ValueSet/WhoCrValueSetAgeUnits",
  "version" : "0.1.0",
  "name" : "WhoCrValueSetAgeUnits",
  "title" : "Patient Age Units",
  "status" : "draft",
  "experimental" : true,
  "date" : "2021-02-11T17:12:53+00:00",
  "publisher" : "OpenHIE",
  "contact" : [
    {
      "name" : "OpenHIE",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.ohie.org"
        }
      ]
    }
  ],
  "description" : "Common units of patient age",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "immutable" : false,
  "copyright" : "2021",
  "compose" : {
    "include" : [
      {
        "system" : "http://unitsofmeasure.org",
        "concept" : [
          {
            "code" : "a",
            "display" : "year"
          },
          {
            "code" : "mo",
            "display" : "month"
          },
          {
            "code" : "d",
            "display" : "day"
          }
        ]
      }
    ]
  }
}