FHIR Cross-Version Extensions package for FHIR R4B from FHIR R4 - Version 0.0.1-snapshot-2. See the Directory of published versions
| Page standards status: External | Maturity Level: 0 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "v3-QueryParameterValue"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem v3-QueryParameterValue</b></p><a name=\"v3-QueryParameterValue\"> </a><a name=\"hcv3-QueryParameterValue\"> </a><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Name</b></td><td><b>Code</b></td><td><b>URI</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>Not Selectable</td><td>notSelectable</td><td>http://hl7.org/fhir/concept-properties#notSelectable</td><td>boolean</td><td>Indicates that the code is abstract - only intended to be used as a selector for other concepts</td></tr></table><p><b>Concepts</b></p><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/v3-QueryParameterValue</code> defines the following codes in a Is-A hierarchy:</p><table class=\"codes\"><tr><td><b>Lvl</b></td><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>Not Selectable</b></td></tr><tr><td>1</td><td style=\"white-space:nowrap\">_DispenseQueryFilterCode<a name=\"v3-QueryParameterValue-_DispenseQueryFilterCode\"> </a></td><td>dispense query filter code</td><td>Description:Filter codes used to manage volume of dispenses returned by a parameter-based queries.</td><td>true</td></tr><tr><td>2</td><td style=\"white-space:nowrap\"> ALLDISP<a name=\"v3-QueryParameterValue-ALLDISP\"> </a></td><td>all dispenses</td><td>Description:Returns all dispenses to date for a prescription.</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\"> LASTDISP<a name=\"v3-QueryParameterValue-LASTDISP\"> </a></td><td>last dispense</td><td>Description:Returns the most recent dispense for a prescription.</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\"> NODISP<a name=\"v3-QueryParameterValue-NODISP\"> </a></td><td>no dispense</td><td>Description:Returns no dispense for a prescription.</td><td/></tr><tr><td>1</td><td style=\"white-space:nowrap\">_OrderFilterCode<a name=\"v3-QueryParameterValue-_OrderFilterCode\"> </a></td><td>_OrderFilterCode</td><td>Filter codes used to manage types of orders being returned by a parameter-based query.</td><td>true</td></tr><tr><td>2</td><td style=\"white-space:nowrap\"> AO<a name=\"v3-QueryParameterValue-AO\"> </a></td><td>all orders</td><td>Return all orders.</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\"> ONR<a name=\"v3-QueryParameterValue-ONR\"> </a></td><td>orders without results</td><td>Return only those orders that do not have results.</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\"> OWR<a name=\"v3-QueryParameterValue-OWR\"> </a></td><td>orders with results</td><td>Return only those orders that have results.</td><td/></tr><tr><td>1</td><td style=\"white-space:nowrap\">_PrescriptionDispenseFilterCode<a name=\"v3-QueryParameterValue-_PrescriptionDispenseFilterCode\"> </a></td><td>Prescription Dispense Filter Code</td><td>A \"helper\" vocabulary used to construct complex query filters based on how and whether a prescription has been dispensed.</td><td>true</td></tr><tr><td>2</td><td style=\"white-space:nowrap\"> 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.</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\"> 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.</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\"> 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.</td><td/></tr><tr><td>1</td><td style=\"white-space:nowrap\">_QueryParameterValue<a name=\"v3-QueryParameterValue-_QueryParameterValue\"> </a></td><td>QueryParameterValue</td><td>Description:Indicates how result sets should be filtered based on whether they have associated issues.</td><td>true</td></tr><tr><td>2</td><td style=\"white-space:nowrap\"> 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.</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\"> 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.</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\"> 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.</td><td/></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "external" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v 0 ]
] [
( fhir:extension [
fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
fhir:value [
a fhir:id ;
fhir:v "hl7.fhir.uv.xver-r4.r4b" ] ] [
fhir:url [ fhir:v "version"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "0.0.1-snapshot-2" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "fhir" ]
] ) ; #
fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-QueryParameterValue"^^xsd:anyURI] ; #
fhir:version [ fhir:v "2018-08-12"] ; #
fhir:name [ fhir:v "v3.QueryParameterValue"] ; #
fhir:title [ fhir:v "v3 Code System QueryParameterValue"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2018-08-12T00:00:00+10:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "FHIR Infrastructure"] ; #
fhir:contact ( [
fhir:name [ fhir:v "FHIR Infrastructure" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ] ] )
] ) ; #
fhir:description [ fhir:v "The domain of coded values used as parameters within QueryByParameter queries."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:valueSet [
fhir:v "http://terminology.hl7.org/ValueSet/v3-QueryParameterValue"^^xsd:anyURI ;
fhir:link <http://terminology.hl7.org/ValueSet/v3-QueryParameterValue>
] ; #
fhir:hierarchyMeaning [ fhir:v "is-a"] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:property ( [
fhir:code [ fhir:v "notSelectable" ] ;
fhir:uri [ fhir:v "http://hl7.org/fhir/concept-properties#notSelectable"^^xsd:anyURI ] ;
fhir:description [ fhir:v "Indicates that the code is abstract - only intended to be used as a selector for other concepts" ] ;
fhir:type [ fhir:v "boolean" ]
] ) ; #
fhir:concept ( [
fhir:code [ fhir:v "_DispenseQueryFilterCode" ] ;
fhir:display [ fhir:v "dispense query filter code" ] ;
fhir:definition [ fhir:v "Description:Filter codes used to manage volume of dispenses returned by a parameter-based queries." ] ;
( fhir:property [
fhir:code [ fhir:v "notSelectable" ] ;
fhir:value [
a fhir:boolean ;
fhir:v true ] ] ) ;
( fhir:concept [
fhir:code [ fhir:v "ALLDISP" ] ;
fhir:display [ fhir:v "all dispenses" ] ;
fhir:definition [ fhir:v "Description:Returns all dispenses to date for a prescription." ] ] [
fhir:code [ fhir:v "LASTDISP" ] ;
fhir:display [ fhir:v "last dispense" ] ;
fhir:definition [ fhir:v "Description:Returns the most recent dispense for a prescription." ] ] [
fhir:code [ fhir:v "NODISP" ] ;
fhir:display [ fhir:v "no dispense" ] ;
fhir:definition [ fhir:v "Description:Returns no dispense for a prescription." ] ] )
] [
fhir:code [ fhir:v "_OrderFilterCode" ] ;
fhir:display [ fhir:v "_OrderFilterCode" ] ;
fhir:definition [ fhir:v "Filter codes used to manage types of orders being returned by a parameter-based query." ] ;
( fhir:property [
fhir:code [ fhir:v "notSelectable" ] ;
fhir:value [
a fhir:boolean ;
fhir:v true ] ] ) ;
( fhir:concept [
fhir:code [ fhir:v "AO" ] ;
fhir:display [ fhir:v "all orders" ] ;
fhir:definition [ fhir:v "Return all orders." ] ] [
fhir:code [ fhir:v "ONR" ] ;
fhir:display [ fhir:v "orders without results" ] ;
fhir:definition [ fhir:v "Return only those orders that do not have results." ] ] [
fhir:code [ fhir:v "OWR" ] ;
fhir:display [ fhir:v "orders with results" ] ;
fhir:definition [ fhir:v "Return only those orders that have results." ] ] )
] [
fhir:code [ fhir:v "_PrescriptionDispenseFilterCode" ] ;
fhir:display [ fhir:v "Prescription Dispense Filter Code" ] ;
fhir:definition [ fhir:v "A \"helper\" vocabulary used to construct complex query filters based on how and whether a prescription has been dispensed." ] ;
( fhir:property [
fhir:code [ fhir:v "notSelectable" ] ;
fhir:value [
a fhir:boolean ;
fhir:v true ] ] ) ;
( fhir:concept [
fhir:code [ fhir:v "C" ] ;
fhir:display [ fhir:v "Completely dispensed" ] ;
fhir:definition [ fhir:v "Filter to only include SubstanceAdministration orders which have no remaining quantity authorized to be dispensed." ] ] [
fhir:code [ fhir:v "N" ] ;
fhir:display [ fhir:v "Never Dispensed" ] ;
fhir:definition [ fhir:v "Filter to only include SubstanceAdministration orders which have no fulfilling supply events performed." ] ] [
fhir:code [ fhir:v "R" ] ;
fhir:display [ fhir:v "Dispensed with remaining fills" ] ;
fhir:definition [ fhir:v "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." ] ] )
] [
fhir:code [ fhir:v "_QueryParameterValue" ] ;
fhir:display [ fhir:v "QueryParameterValue" ] ;
fhir:definition [ fhir:v "Description:Indicates how result sets should be filtered based on whether they have associated issues." ] ;
( fhir:property [
fhir:code [ fhir:v "notSelectable" ] ;
fhir:value [
a fhir:boolean ;
fhir:v true ] ] ) ;
( fhir:concept [
fhir:code [ fhir:v "ISSFA" ] ;
fhir:display [ fhir:v "all" ] ;
fhir:definition [ fhir:v "Description:Result set should not be filtered based on the presence of issues." ] ] [
fhir:code [ fhir:v "ISSFI" ] ;
fhir:display [ fhir:v "with issues" ] ;
fhir:definition [ fhir:v "Description:Result set should be filtered to only include records with associated issues." ] ] [
fhir:code [ fhir:v "ISSFU" ] ;
fhir:display [ fhir:v "with unmanaged issues" ] ;
fhir:definition [ fhir:v "Description:Result set should be filtered to only include records with associated unmanaged issues." ] ] )
] ) . #
IG © 2025+ FHIR Infrastructure. Package hl7.fhir.uv.xver-r4.r4b#0.0.1-snapshot-2 based on FHIR 4.3.0. Generated 2025-09-13
Links: Table of Contents |
QA Report
| Version History |
|
History
