HL7 Terminology (THO)
4.0.0 - Publication International flag

This page is part of the HL7 Terminology (v4.0.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, see the Directory of published versions

: Quantity Units - JSON Representation

Active as of 2019-12-01

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "v2-0560",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://terminology.hl7.org/CodeSystem/v2-0560</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">FL<a name=\"v2-0560-FL\"> </a></td><td>Units</td><td>no definition</td></tr><tr><td style=\"white-space:nowrap\">DY<a name=\"v2-0560-DY\"> </a></td><td>Days</td><td>no definition</td></tr><tr><td style=\"white-space:nowrap\">HS<a name=\"v2-0560-HS\"> </a></td><td>Hours</td><td>no definition</td></tr><tr><td style=\"white-space:nowrap\">MN<a name=\"v2-0560-MN\"> </a></td><td>Month</td><td>no definition</td></tr><tr><td style=\"white-space:nowrap\">YY<a name=\"v2-0560-YY\"> </a></td><td>Years</td><td>no definition</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "fm"
    }
  ],
  "url" : "http://terminology.hl7.org/CodeSystem/v2-0560",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.18.455"
    }
  ],
  "version" : "2.1.0",
  "name" : "QuantityUnits",
  "title" : "Quantity Units",
  "status" : "active",
  "experimental" : false,
  "date" : "2019-12-01",
  "publisher" : "HL7, Inc",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/"
        }
      ]
    }
  ],
  "description" : "HL7-defined code system of concepts specifying the adjustment quantity.",
  "purpose" : "Underlying Master Code System for V2 table 0560 (Quantity Units)",
  "copyright" : "Copyright HL7. Licensed under creative commons public domain",
  "caseSensitive" : true,
  "valueSet" : "http://terminology.hl7.org/ValueSet/v2-0560",
  "compositional" : false,
  "versionNeeded" : false,
  "content" : "complete",
  "concept" : [
    {
      "id" : "55000",
      "code" : "FL",
      "display" : "Units",
      "definition" : "no definition",
      "property" : [
        {
          "code" : "status",
          "valueCode" : "A"
        }
      ]
    },
    {
      "id" : "55001",
      "code" : "DY",
      "display" : "Days",
      "definition" : "no definition",
      "property" : [
        {
          "code" : "status",
          "valueCode" : "A"
        }
      ]
    },
    {
      "id" : "55002",
      "code" : "HS",
      "display" : "Hours",
      "definition" : "no definition",
      "property" : [
        {
          "code" : "status",
          "valueCode" : "A"
        }
      ]
    },
    {
      "id" : "55003",
      "code" : "MN",
      "display" : "Month",
      "definition" : "no definition",
      "property" : [
        {
          "code" : "status",
          "valueCode" : "A"
        }
      ]
    },
    {
      "id" : "55004",
      "code" : "YY",
      "display" : "Years",
      "definition" : "no definition",
      "property" : [
        {
          "code" : "status",
          "valueCode" : "A"
        }
      ]
    }
  ]
}