STU 3 Candidate

This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Ccda/QTY.json

Raw JSON (canonical form)

Logical Model V3 Data type QTY (Quantity)

{
  "resourceType": "StructureDefinition",
  "id": "QTY",
  "extension": [
    {
      "url": "http://www.healthintersections.com.au/fhir/StructureDefinition/extension-namespace",
      "valueUri": "urn:hl7-org:v3"
    }
  ],
  "url": "http://hl7.org/fhir/StructureDefinition/QTY",
  "name": "V3 Data type QTY (Quantity)",
  "display": "V3 Data type QTY (Quantity)",
  "status": "active",
  "experimental": false,
  "publisher": "HL7",
  "description": "The quantity data type is an abstract generalization for all data types (1) whose value set has an order relation (less-or-equal) and (2) where difference is defined in all of the data type's totally ordered value subsets. The quantity type abstraction is needed in defining certain other types, such as the interval and the probability distribution.",
  "kind": "logical",
  "abstract": true,
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/ANY",
  "differential": {
    "element": [
      {
        "path": "QTY",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ]
      }
    ]
  }
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.