This page is part of the FHIR Specification (v4.0.1: R4 - Mixed Normative and STU) in it's permanent home (it will always be available at this URL). 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
Vocabulary Work Group | Maturity Level: N/A | Standards Status: Informative |
Raw XML (canonical form + also see XML Format Specification)
The domain of coded values used as parameters within QueryByParameter queries.
<?xml version="1.0" encoding="UTF-8"?> <CodeSystem xmlns="http://hl7.org/fhir"> <id value="v3-QueryParameterValue"/> <meta> <lastUpdated value="2018-08-12T00:00:00.000+10:00"/> </meta> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"> <p> Release Date: 2018-08-12</p> <table class="grid"> <tr> <td> <b> Level</b> </td> <td> <b> Code</b> </td> <td> <b> Display</b> </td> <td> <b> Definition</b> </td> </tr> <tr> <td> 1</td> <td> <span style="color: grey"> <i> (_DispenseQueryFilterCode)</i> </span> <b> <i> Abstract</i> </b> </td> <td> <a name="v3-QueryParameterValue-_DispenseQueryFilterCode">Â </a> </td> <td> Description:Filter codes used to manage volume of dispenses returned by a parameter-based queries. <br/> </td> </tr> <tr> <td> 2</td> <td> Â Â ALLDISP <a name="v3-QueryParameterValue-ALLDISP"> </a> </td> <td> all dispenses</td> <td> Description:Returns all dispenses to date for a prescription. <br/> </td> </tr> <tr> <td> 2</td> <td> Â Â LASTDISP <a name="v3-QueryParameterValue-LASTDISP"> </a> </td> <td> last dispense</td> <td> Description:Returns the most recent dispense for a prescription. <br/> </td> </tr> <tr> <td> 2</td> <td> Â Â NODISP <a name="v3-QueryParameterValue-NODISP"> </a> </td> <td> no dispense</td> <td> Description:Returns no dispense for a prescription. <br/> </td> </tr> <tr> <td> 1</td> <td> <span style="color: grey"> <i> (_OrderFilterCode)</i> </span> <b> <i> Abstract</i> </b> </td> <td> <a name="v3-QueryParameterValue-_OrderFilterCode">Â </a> </td> <td> Filter codes used to manage types of orders being returned by a parameter-based query. <br/> </td> </tr> <tr> <td> 2</td> <td> Â Â AO <a name="v3-QueryParameterValue-AO"> </a> </td> <td> all orders</td> <td> Return all orders. <br/> </td> </tr> <tr> <td> 2</td> <td> Â Â ONR <a name="v3-QueryParameterValue-ONR"> </a> </td> <td> orders without results</td> <td> Return only those orders that do not have results. <br/> </td> </tr> <tr> <td> 2</td> <td> Â Â OWR <a name="v3-QueryParameterValue-OWR"> </a> </td> <td> orders with results</td> <td> Return only those orders that have results. <br/> </td> </tr> <tr> <td> 1</td> <td> <span style="color: grey"> <i> (_PrescriptionDispenseFilterCode)</i> </span> <b> <i> Abstract</i> </b> </td> <td> <a name="v3-QueryParameterValue-_PrescriptionDispenseFilterCode">Â </a> </td> <td> A "helper" vocabulary used to construct complex query filters based on how and whether a prescription has been dispensed. <br/> </td> </tr> <tr> <td> 2</td> <td> Â Â C <a name="v3-QueryParameterValue-C"> </a> </td> <td> Completely dispensed</td> <td> Filter to only include SubstanceAdministration orders which have no remaining quantity authorized to be dispensed. <br/> </td> </tr> <tr> <td> 2</td> <td> Â Â N <a name="v3-QueryParameterValue-N"> </a> </td> <td> Never Dispensed</td> <td> Filter to only include SubstanceAdministration orders which have no fulfilling supply events performed. <br/> </td> </tr> <tr> <td> 2</td> <td> Â Â R <a name="v3-QueryParameterValue-R"> </a> </td> <td> Dispensed with remaining fills</td> <td> 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. <br/> </td> </tr> <tr> <td> 1</td> <td> <span style="color: grey"> <i> (_QueryParameterValue)</i> </span> <b> <i> Abstract</i> </b> </td> <td> <a name="v3-QueryParameterValue-_QueryParameterValue">Â </a> </td> <td> Description:Indicates how result sets should be filtered based on whether they have associated issues. <br/> </td> </tr> <tr> <td> 2</td> <td> Â Â ISSFA <a name="v3-QueryParameterValue-ISSFA"> </a> </td> <td> all</td> <td> Description:Result set should not be filtered based on the presence of issues. <br/> </td> </tr> <tr> <td> 2</td> <td> Â Â ISSFI <a name="v3-QueryParameterValue-ISSFI"> </a> </td> <td> with issues</td> <td> Description:Result set should be filtered to only include records with associated issues. <br/> </td> </tr> <tr> <td> 2</td> <td> Â Â ISSFU <a name="v3-QueryParameterValue-ISSFU"> </a> </td> <td> with unmanaged issues</td> <td> Description:Result set should be filtered to only include records with associated unmanaged issues. <br/> </td> </tr> </table> </div> </text> <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"> <valueCode value="external"/> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"> <valueInteger value="0"/> </extension> <url value="http://terminology.hl7.org/CodeSystem/v3-QueryParameterValue"/> <identifier> <system value="urn:ietf:rfc:3986"/> <value value="urn:oid:2.16.840.1.113883.5.1096"/> </identifier> <version value="2018-08-12"/> <name value="v3.QueryParameterValue"/> <title value="v3 Code System QueryParameterValue"/> <status value="active"/> <experimental value="false"/> <date value="2018-08-12T00:00:00+10:00"/> <publisher value="HL7, Inc"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org"/> </telecom> </contact> <description value=" The domain of coded values used as parameters within QueryByParameter queries."/> <caseSensitive value="true"/> <valueSet value="http://terminology.hl7.org/ValueSet/v3-QueryParameterValue"/> <hierarchyMeaning value="is-a"/> <content value="complete"/> <property> <code value="notSelectable"/> <uri value="http://hl7.org/fhir/concept-properties#notSelectable"/> <description value="Indicates that the code is abstract - only intended to be used as a selector for other concepts"/> <type value="boolean"/> </property> <concept> <code value="_DispenseQueryFilterCode"/> <display value="dispense query filter code"/> <definition value="Description:Filter codes used to manage volume of dispenses returned by a parameter-based queries."/> <property> <code value="notSelectable"/> <valueBoolean value="true"/> </property> <concept> <code value="ALLDISP"/> <display value="all dispenses"/> <definition value="Description:Returns all dispenses to date for a prescription."/> </concept> <concept> <code value="LASTDISP"/> <display value="last dispense"/> <definition value="Description:Returns the most recent dispense for a prescription."/> </concept> <concept> <code value="NODISP"/> <display value="no dispense"/> <definition value="Description:Returns no dispense for a prescription."/> </concept> </concept> <concept> <code value="_OrderFilterCode"/> <display value="_OrderFilterCode"/> <definition value="Filter codes used to manage types of orders being returned by a parameter-based query."/> <property> <code value="notSelectable"/> <valueBoolean value="true"/> </property> <concept> <code value="AO"/> <display value="all orders"/> <definition value="Return all orders."/> </concept> <concept> <code value="ONR"/> <display value="orders without results"/> <definition value="Return only those orders that do not have results."/> </concept> <concept> <code value="OWR"/> <display value="orders with results"/> <definition value="Return only those orders that have results."/> </concept> </concept> <concept> <code value="_PrescriptionDispenseFilterCode"/> <display value="Prescription Dispense Filter Code"/> <definition value="A "helper" vocabulary used to construct complex query filters based on how and whether a prescription has been dispensed."/> <property> <code value="notSelectable"/> <valueBoolean value="true"/> </property> <concept> <code value="C"/> <display value="Completely dispensed"/> <definition value="Filter to only include SubstanceAdministration orders which have no remaining quantity authorized to be dispensed."/> </concept> <concept> <code value="N"/> <display value="Never Dispensed"/> <definition value="Filter to only include SubstanceAdministration orders which have no fulfilling supply events performed."/> </concept> <concept> <code value="R"/> <display value="Dispensed with remaining fills"/> <definition value="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."/> </concept> </concept> <concept> <code value="_QueryParameterValue"/> <display value="QueryParameterValue"/> <definition value="Description:Indicates how result sets should be filtered based on whether they have associated issues."/> <property> <code value="notSelectable"/> <valueBoolean value="true"/> </property> <concept> <code value="ISSFA"/> <display value="all"/> <definition value="Description:Result set should not be filtered based on the presence of issues."/> </concept> <concept> <code value="ISSFI"/> <display value="with issues"/> <definition value="Description:Result set should be filtered to only include records with associated issues."/> </concept> <concept> <code value="ISSFU"/> <display value="with unmanaged issues"/> <definition value="Description:Result set should be filtered to only include records with associated unmanaged issues."/> </concept> </concept> </CodeSystem>
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.