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

FHIR IG analytics

Packagehl7.terminology
Resource TypeCodeSystem
IdCodeSystem-v3-QueryQuantityUnit.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7/UTG/CodeSystem-v3-QueryQuantityUnit.html
URLhttp://terminology.hl7.org/CodeSystem/v3-QueryQuantityUnit
Version2.0.1
Statusretired
Date2019-03-20
NameQueryQuantityUnit
TitleQueryQuantityUnit
Realmuv
Authorityhl7
DescriptionValues in this domain specify the units of a query quantity limited request. **Deprecation Comment:** Deprecated as per 11/2008 Harmonization cleanup; internal and obsolete HL7 usage, no longer used. This is a holdover. It is not referenced. It is superseded by QueryRequestLimit.
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem v3-QueryQuantityUnit

Language: en

Properties

This code system defines the following properties for its concepts

NameCodeURITypeDescription
internalIdinternalIdhttp://terminology.hl7.org/CodeSystem/utg-concept-properties#v3-internal-idcodeThe internal identifier for the concept in the HL7 Access database repository.
Statusstatushttp://hl7.org/fhir/concept-properties#statuscodeDesignation of a concept's state. Normally is not populated unless the state is retired.

Concepts

This case-sensitive code system http://terminology.hl7.org/CodeSystem/v3-QueryQuantityUnit defines the following codes in a Is-A hierarchy:

CodeDisplayDefinitioninternalIdStatus
CH CharactersUsed where size of input buffer has limitations.16016active
LI LinesUsed where lines of respone has limitations.16017active
PG PagesUsed where pages of response has limitations.16018active
RD RecordsUsed where number of records or instances of items in the query response result set has limitations.16019active

Source1

{
  "resourceType": "CodeSystem",
  "id": "v3-QueryQuantityUnit",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://terminology.hl7.org/CodeSystem/v3-QueryQuantityUnit",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.5.1066"
    }
  ],
  "version": "2.0.1",
  "name": "QueryQuantityUnit",
  "title": "QueryQuantityUnit",
  "status": "retired",
  "experimental": false,
  "date": "2019-03-20",
  "publisher": "Health Level 7",
  "contact": [
    {
      "name": "Health Level Seven"
    }
  ],
  "description": "Values in this domain specify the units of a query quantity limited request.\r\n\r\n**Deprecation Comment:** Deprecated as per 11/2008 Harmonization cleanup; internal and obsolete HL7 usage, no longer used. This is a holdover. It is not referenced. It is superseded by QueryRequestLimit.",
  "caseSensitive": true,
  "hierarchyMeaning": "is-a",
  "content": "complete",
  "property": [
    {
      "code": "internalId",
      "uri": "http://terminology.hl7.org/CodeSystem/utg-concept-properties#v3-internal-id",
      "description": "The internal identifier for the concept in the HL7 Access database repository.",
      "type": "code"
    },
    {
      "code": "status",
      "uri": "http://hl7.org/fhir/concept-properties#status",
      "description": "Designation of a concept's state. Normally is not populated unless the state is retired.",
      "type": "code"
    }
  ],
  "concept": [
    {
      "code": "CH",
      "display": "Characters",
      "definition": "Used where size of input buffer has limitations.",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        },
        {
          "code": "internalId",
          "valueCode": "16016"
        }
      ]
    },
    {
      "code": "LI",
      "display": "Lines",
      "definition": "Used where lines of respone has limitations.",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        },
        {
          "code": "internalId",
          "valueCode": "16017"
        }
      ]
    },
    {
      "code": "PG",
      "display": "Pages",
      "definition": "Used where pages of response has limitations.",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        },
        {
          "code": "internalId",
          "valueCode": "16018"
        }
      ]
    },
    {
      "code": "RD",
      "display": "Records",
      "definition": "Used where number of records or instances of items in the query response result set has limitations.",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        },
        {
          "code": "internalId",
          "valueCode": "16019"
        }
      ]
    }
  ]
}