HL7 Terminology
2.0.0 - Publication

This page is part of the HL7 Terminology (v2.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

: GTSAbbreviationBase - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "v3-GTSAbbreviationBase",
  "language" : "en",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-v3-GTSAbbreviation.html\"><code>http://terminology.hl7.org/CodeSystem/v3-GTSAbbreviation</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-v3-GTSAbbreviation.html#v3-GTSAbbreviation-AM\">AM</a></td><td>AM</td><td>Every morning at institution specified times.</td></tr><tr><td><a href=\"CodeSystem-v3-GTSAbbreviation.html#v3-GTSAbbreviation-BID\">BID</a></td><td>BID</td><td>Two times a day at institution specified time</td></tr><tr><td><a href=\"CodeSystem-v3-GTSAbbreviation.html#v3-GTSAbbreviation-JB\">JB</a></td><td>JB</td><td>Regular business days (Monday to Friday excluding holidays)</td></tr><tr><td><a href=\"CodeSystem-v3-GTSAbbreviation.html#v3-GTSAbbreviation-JE\">JE</a></td><td>JE</td><td>Regular weekends (Saturday and Sunday excluding holidays)</td></tr><tr><td><a href=\"CodeSystem-v3-GTSAbbreviation.html#v3-GTSAbbreviation-JH\">JH</a></td><td>GTSAbbreviationHolidays</td><td>Holidays</td></tr><tr><td><a href=\"CodeSystem-v3-GTSAbbreviation.html#v3-GTSAbbreviation-PM\">PM</a></td><td>PM</td><td>Every afternoon at institution specified times.</td></tr><tr><td><a href=\"CodeSystem-v3-GTSAbbreviation.html#v3-GTSAbbreviation-QID\">QID</a></td><td>QID</td><td>Four times a day at institution specified time</td></tr><tr><td><a href=\"CodeSystem-v3-GTSAbbreviation.html#v3-GTSAbbreviation-TID\">TID</a></td><td>TID</td><td>Three times a day at institution specified time</td></tr></table></li></ul></div>"
  },
  "url" : "http://terminology.hl7.org/ValueSet/v3-GTSAbbreviationBase",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.1.11.20310"
    }
  ],
  "version" : "2.0.0",
  "name" : "GTSAbbreviationBase",
  "title" : "GTSAbbreviationBase",
  "status" : "active",
  "date" : "2014-03-26",
  "description" : "**Description:**Basic abbreviations defined for the General timing Specification data type.",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-GTSAbbreviation",
        "concept" : [
          {
            "code" : "AM"
          },
          {
            "code" : "BID"
          },
          {
            "code" : "JB"
          },
          {
            "code" : "JE"
          },
          {
            "code" : "JH"
          },
          {
            "code" : "PM"
          },
          {
            "code" : "QID"
          },
          {
            "code" : "TID"
          }
        ]
      }
    ]
  }
}