FHIR IG analytics| Package | hl7.fhir.uv.xver-r4.r4b |
| Resource Type | CodeSystem |
| Id | CodeSystem-v3-QueryParameterValue.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem v3-QueryParameterValue
Properties
This code system defines the following properties for its concepts
| Name | Code | URI | Type | Description |
| Not Selectable | notSelectable | http://hl7.org/fhir/concept-properties#notSelectable | boolean | Indicates that the code is abstract - only intended to be used as a selector for other concepts |
Concepts
This case-sensitive code system http://terminology.hl7.org/CodeSystem/v3-QueryParameterValue defines the following codes in a Is-A hierarchy:
{
"resourceType": "CodeSystem",
"id": "v3-QueryParameterValue",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "external"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 0
},
{
"extension": [
{
"url": "packageId",
"valueId": "hl7.fhir.uv.xver-r4.r4b"
},
{
"url": "version",
"valueString": "0.0.1-snapshot-2"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/package-source"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fhir"
}
],
"url": "http://terminology.hl7.org/CodeSystem/v3-QueryParameterValue",
"version": "2018-08-12",
"name": "v3.QueryParameterValue",
"title": "v3 Code System QueryParameterValue",
"status": "active",
"experimental": false,
"date": "2018-08-12T00:00:00+10:00",
"publisher": "FHIR Infrastructure",
"contact": [
{
"name": "FHIR Infrastructure",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/fiwg"
}
]
}
],
"description": "The domain of coded values used as parameters within QueryByParameter queries.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"caseSensitive": true,
"valueSet": "http://terminology.hl7.org/ValueSet/v3-QueryParameterValue",
"hierarchyMeaning": "is-a",
"content": "complete",
"property": [
{
"code": "notSelectable",
"uri": "http://hl7.org/fhir/concept-properties#notSelectable",
"description": "Indicates that the code is abstract - only intended to be used as a selector for other concepts",
"type": "boolean"
}
],
"concept": [
{
"code": "_DispenseQueryFilterCode",
"display": "dispense query filter code",
"definition": "Description:Filter codes used to manage volume of dispenses returned by a parameter-based queries.",
"property": [
{
"code": "notSelectable",
"valueBoolean": true
}
],
"concept": [
{
"code": "ALLDISP",
"display": "all dispenses",
"definition": "Description:Returns all dispenses to date for a prescription."
},
{
"code": "LASTDISP",
"display": "last dispense",
"definition": "Description:Returns the most recent dispense for a prescription."
},
{
"code": "NODISP",
"display": "no dispense",
"definition": "Description:Returns no dispense for a prescription."
}
]
},
{
"code": "_OrderFilterCode",
"display": "_OrderFilterCode",
"definition": "Filter codes used to manage types of orders being returned by a parameter-based query.",
"property": [
{
"code": "notSelectable",
"valueBoolean": true
}
],
"concept": [
{
"code": "AO",
"display": "all orders",
"definition": "Return all orders."
},
{
"code": "ONR",
"display": "orders without results",
"definition": "Return only those orders that do not have results."
},
{
"code": "OWR",
"display": "orders with results",
"definition": "Return only those orders that have results."
}
]
},
{
"code": "_PrescriptionDispenseFilterCode",
"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.",
"property": [
{
"code": "notSelectable",
"valueBoolean": true
}
],
"concept": [
{
"code": "C",
"display": "Completely dispensed",
"definition": "Filter to only include SubstanceAdministration orders which have no remaining quantity authorized to be dispensed."
},
{
"code": "N",
"display": "Never Dispensed",
"definition": "Filter to only include SubstanceAdministration orders which have no fulfilling supply events performed."
},
{
"code": "R",
"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",
"display": "QueryParameterValue",
"definition": "Description:Indicates how result sets should be filtered based on whether they have associated issues.",
"property": [
{
"code": "notSelectable",
"valueBoolean": true
}
],
"concept": [
{
"code": "ISSFA",
"display": "all",
"definition": "Description:Result set should not be filtered based on the presence of issues."
},
{
"code": "ISSFI",
"display": "with issues",
"definition": "Description:Result set should be filtered to only include records with associated issues."
},
{
"code": "ISSFU",
"display": "with unmanaged issues",
"definition": "Description:Result set should be filtered to only include records with associated unmanaged issues."
}
]
}
]
}