GAO Ballot Package

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

This is a frozen snapshot of the FHIR specification created for the purpose of balloting the GAO implementation Guide. It includes draft changes that may be part of the future DSTU 2.1 release but further change is expected. Readers should focus solely on the GAO implementation content, and FHIR DSTU 2 for other purposes.

V3-QueryParameterValue.json

Raw JSON (canonical form)

The domain of coded values used as parameters within QueryByParameter queries.

{
  "resourceType": "ValueSet",
  "id": "v3-QueryParameterValue",
  "meta": {
    "lastUpdated": "2015-11-30T00:00:00.000+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "url": "http://hl7.org/fhir/ValueSet/v3-QueryParameterValue",
  "version": "2015-11-30",
  "name": "v3 Code System QueryParameterValue",
  "status": "active",
  "experimental": false,
  "publisher": "HL7, Inc",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "http://hl7.org"
        }
      ]
    }
  ],
  "date": "2015-11-30",
  "description": " The domain of coded values used as parameters within QueryByParameter queries.",
  "codeSystem": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
        "valueUri": "urn:oid:2.16.840.1.113883.5.1096"
      }
    ],
    "system": "http://hl7.org/fhir/v3/QueryParameterValue",
    "caseSensitive": true,
    "concept": [
      {
        "code": "_DispenseQueryFilterCode",
        "abstract": true,
        "display": "dispense query filter code",
        "definition": "Description:Filter codes used to manage volume of dispenses returned by  a parameter-based queries.",
        "concept": [
          {
            "code": "ALLDISP",
            "abstract": false,
            "display": "all dispenses",
            "definition": "Description:Returns all dispenses to date for a prescription."
          },
          {
            "code": "LASTDISP",
            "abstract": false,
            "display": "last dispense",
            "definition": "Description:Returns the most recent dispense for a prescription."
          },
          {
            "code": "NODISP",
            "abstract": false,
            "display": "no dispense",
            "definition": "Description:Returns no dispense for a prescription."
          }
        ]
      },
      {
        "code": "_OrderFilterCode",
        "abstract": true,
        "display": "_OrderFilterCode",
        "definition": "Filter codes used to manage types of orders being returned by a parameter-based query.",
        "concept": [
          {
            "code": "AO",
            "abstract": false,
            "display": "all orders",
            "definition": "Return all orders."
          },
          {
            "code": "ONR",
            "abstract": false,
            "display": "orders without results",
            "definition": "Return only those orders that do not have results."
          },
          {
            "code": "OWR",
            "abstract": false,
            "display": "orders with results",
            "definition": "Return only those orders that have results."
          }
        ]
      },
      {
        "code": "_PrescriptionDispenseFilterCode",
        "abstract": true,
        "display": "Prescription Dispense Filter Code",
        "definition": "A \"helper\" vocabulary used to construct complex query filters based on how and whether a prescription has been dispensed.",
        "concept": [
          {
            "code": "C",
            "abstract": false,
            "display": "Completely dispensed",
            "definition": "Filter to only include SubstanceAdministration orders which have no remaining quantity authorized to be dispensed."
          },
          {
            "code": "N",
            "abstract": false,
            "display": "Never Dispensed",
            "definition": "Filter to only include SubstanceAdministration orders which have no fulfilling supply events performed."
          },
          {
            "code": "R",
            "abstract": false,
            "display": "Dispensed with remaining fills",
            "definition": "Filter to only include SubstanceAdministration orders which have had at least one fulfilling supply event, but which still have outstanding quantity remaining to be authorized."
          }
        ]
      },
      {
        "code": "_QueryParameterValue",
        "abstract": true,
        "display": "QueryParameterValue",
        "definition": "Description:Indicates how result sets should be filtered based on whether they have associated issues.",
        "concept": [
          {
            "code": "ISSFA",
            "abstract": false,
            "display": "all",
            "definition": "Description:Result set should not be filtered based on the presence of issues."
          },
          {
            "code": "ISSFI",
            "abstract": false,
            "display": "with issues",
            "definition": "Description:Result set should be filtered to only include records with associated issues."
          },
          {
            "code": "ISSFU",
            "abstract": false,
            "display": "with unmanaged issues",
            "definition": "Description:Result set should be filtered to only include records with associated unmanaged issues."
          }
        ]
      }
    ]
  }
}

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.