PackagesCanonicalsLogsProblems
    Packages
    hl7.terminology.r5@1.0.0
    http://terminology.hl7.org/CodeSystem/v3-QueryParameterValue
{
  "description": "The domain of coded values used as parameters within QueryByParameter queries.",
  "_filename": "CodeSystem-v3-QueryParameterValue.json",
  "package_name": "hl7.terminology.r5",
  "date": "2019-03-20T00:00:00-04:00",
  "publisher": "HL7",
  "content": "complete",
  "property": [ {
    "code": "Specializes",
    "type": "Coding",
    "extension": [ {
      "url": "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-symmetry",
      "valueCode": "antisymmetric"
    }, {
      "url": "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-transitivity",
      "valueCode": "transitive"
    }, {
      "url": "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-reflexivity",
      "valueCode": "irreflexive"
    }, {
      "url": "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-isNavigable",
      "valueBoolean": true
    }, {
      "url": "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-relationshipKind",
      "valueCode": "Specializes"
    }, {
      "url": "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-inverseName",
      "valueString": "Generalizes"
    } ],
    "description": "The child code is a more narrow version of the concept represented by the parent code.  I.e. Every child concept is also a valid parent concept.  Used to allow determination of subsumption.  Must be transitive, irreflexive, antisymmetric."
  }, {
    "code": "Generalizes",
    "type": "Coding",
    "extension": [ {
      "url": "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-symmetry",
      "valueCode": "antisymmetric"
    }, {
      "url": "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-transitivity",
      "valueCode": "transitive"
    }, {
      "url": "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-reflexivity",
      "valueCode": "irreflexive"
    }, {
      "url": "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-isNavigable",
      "valueBoolean": true
    }, {
      "url": "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-relationshipKind",
      "valueCode": "Generalizes"
    }, {
      "url": "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-inverseName",
      "valueString": "Specializes"
    } ],
    "description": "Inverse of Specializes.  Only included as a derived relationship."
  }, {
    "uri": "http://terminology.hl7.org/CodeSystem/utg-concept-properties#v3-internal-id",
    "code": "internalId",
    "type": "code",
    "description": "The internal identifier for the concept in the HL7 Access database repository."
  }, {
    "uri": "http://hl7.org/fhir/concept-properties#notSelectable",
    "code": "notSelectable",
    "type": "boolean",
    "description": "Indicates that the code is abstract - only intended to be used as a selector for other concepts"
  }, {
    "uri": "http://hl7.org/fhir/concept-properties#status",
    "code": "status",
    "type": "code",
    "description": "Designation of a concept's state. Normally is not populated unless the state is retired."
  } ],
  "name": "QueryParameterValue",
  "type": null,
  "experimental": null,
  "resourceType": "CodeSystem",
  "title": "QueryParameterValue",
  "package_version": "1.0.0",
  "status": "active",
  "language": "en",
  "hierarchyMeaning": "is-a",
  "id": "dbf4a360-23e7-4526-8459-73fa13a48b50",
  "kind": null,
  "url": "http://terminology.hl7.org/CodeSystem/v3-QueryParameterValue",
  "identifier": [ {
    "value": "urn:oid:2.16.840.1.113883.5.1096",
    "system": "urn:ietf:rfc:3986"
  } ],
  "concept": [ {
    "code": "_DispenseQueryFilterCode",
    "concept": [ {
      "code": "ALLDISP",
      "display": "all dispenses",
      "property": [ {
        "code": "status",
        "valueCode": "active"
      }, {
        "code": "internalId",
        "valueCode": "23300"
      } ],
      "definition": "**Description:**Returns all dispenses to date for a prescription."
    }, {
      "code": "LASTDISP",
      "display": "last dispense",
      "property": [ {
        "code": "status",
        "valueCode": "active"
      }, {
        "code": "internalId",
        "valueCode": "23301"
      } ],
      "definition": "**Description:**Returns the most recent dispense for a prescription."
    }, {
      "code": "NODISP",
      "display": "no dispense",
      "property": [ {
        "code": "status",
        "valueCode": "active"
      }, {
        "code": "internalId",
        "valueCode": "23302"
      } ],
      "definition": "**Description:**Returns no dispense for a prescription."
    } ],
    "display": "dispense query filter code",
    "property": [ {
      "code": "notSelectable",
      "valueBoolean": true
    }, {
      "code": "status",
      "valueCode": "active"
    }, {
      "code": "internalId",
      "valueCode": "23299"
    } ],
    "definition": "**Description:**Filter codes used to manage volume of dispenses returned by a parameter-based queries."
  }, {
    "code": "_OrderFilterCode",
    "concept": [ {
      "code": "AO",
      "display": "all orders",
      "property": [ {
        "code": "status",
        "valueCode": "active"
      }, {
        "code": "internalId",
        "valueCode": "23617"
      } ],
      "definition": "Return all orders."
    }, {
      "code": "ONR",
      "display": "orders without results",
      "property": [ {
        "code": "status",
        "valueCode": "active"
      }, {
        "code": "internalId",
        "valueCode": "23619"
      } ],
      "definition": "Return only those orders that do not have results."
    }, {
      "code": "OWR",
      "display": "orders with results",
      "property": [ {
        "code": "status",
        "valueCode": "active"
      }, {
        "code": "internalId",
        "valueCode": "23618"
      } ],
      "definition": "Return only those orders that have results."
    } ],
    "display": "_OrderFilterCode",
    "property": [ {
      "code": "notSelectable",
      "valueBoolean": true
    }, {
      "code": "status",
      "valueCode": "active"
    }, {
      "code": "internalId",
      "valueCode": "23616"
    } ],
    "definition": "Filter codes used to manage types of orders being returned by a parameter-based query."
  }, {
    "code": "_PrescriptionDispenseFilterCode",
    "concept": [ {
      "code": "C",
      "display": "Completely dispensed",
      "property": [ {
        "code": "status",
        "valueCode": "active"
      }, {
        "code": "internalId",
        "valueCode": "21540"
      } ],
      "definition": "Filter to only include SubstanceAdministration orders which have no remaining quantity authorized to be dispensed."
    }, {
      "code": "N",
      "display": "Never Dispensed",
      "property": [ {
        "code": "status",
        "valueCode": "active"
      }, {
        "code": "internalId",
        "valueCode": "21538"
      } ],
      "definition": "Filter to only include SubstanceAdministration orders which have no fulfilling supply events performed."
    }, {
      "code": "R",
      "display": "Dispensed with remaining fills",
      "property": [ {
        "code": "status",
        "valueCode": "active"
      }, {
        "code": "internalId",
        "valueCode": "21539"
      } ],
      "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."
    } ],
    "display": "Prescription Dispense Filter Code",
    "property": [ {
      "code": "notSelectable",
      "valueBoolean": true
    }, {
      "code": "status",
      "valueCode": "active"
    }, {
      "code": "internalId",
      "valueCode": "21537"
    } ],
    "definition": "A \"helper\" vocabulary used to construct complex query filters based on how and whether a prescription has been dispensed."
  }, {
    "code": "_QueryParameterValue",
    "concept": [ {
      "code": "ISSFA",
      "display": "all",
      "property": [ {
        "code": "status",
        "valueCode": "active"
      }, {
        "code": "internalId",
        "valueCode": "21987"
      } ],
      "definition": "**Description:**Result set should not be filtered based on the presence of issues."
    }, {
      "code": "ISSFI",
      "display": "with issues",
      "property": [ {
        "code": "status",
        "valueCode": "active"
      }, {
        "code": "internalId",
        "valueCode": "21988"
      } ],
      "definition": "**Description:**Result set should be filtered to only include records with associated issues."
    }, {
      "code": "ISSFU",
      "display": "with unmanaged issues",
      "property": [ {
        "code": "status",
        "valueCode": "active"
      }, {
        "code": "internalId",
        "valueCode": "21989"
      } ],
      "definition": "**Description:**Result set should be filtered to only include records with associated unmanaged issues."
    } ],
    "display": "QueryParameterValue",
    "property": [ {
      "code": "notSelectable",
      "valueBoolean": true
    }, {
      "code": "status",
      "valueCode": "active"
    }, {
      "code": "internalId",
      "valueCode": "21986"
    } ],
    "definition": "**Description:**Indicates how result sets should be filtered based on whether they have associated issues."
  } ],
  "version": "2.0.0",
  "contact": [ {
    "name": "HL7 Modeling and Methodology Workgroup"
  } ]
}