FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.xver-r4.r4b
Resource TypeCodeSystem
IdCodeSystem-v3-QueryParameterValue.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

NameCodeURITypeDescription
Not SelectablenotSelectablehttp://hl7.org/fhir/concept-properties#notSelectablebooleanIndicates 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:

LvlCodeDisplayDefinitionNot Selectable
1_DispenseQueryFilterCode dispense query filter codeDescription:Filter codes used to manage volume of dispenses returned by a parameter-based queries.true
2  ALLDISP all dispensesDescription:Returns all dispenses to date for a prescription.
2  LASTDISP last dispenseDescription:Returns the most recent dispense for a prescription.
2  NODISP no dispenseDescription:Returns no dispense for a prescription.
1_OrderFilterCode _OrderFilterCodeFilter codes used to manage types of orders being returned by a parameter-based query.true
2  AO all ordersReturn all orders.
2  ONR orders without resultsReturn only those orders that do not have results.
2  OWR orders with resultsReturn only those orders that have results.
1_PrescriptionDispenseFilterCode Prescription Dispense Filter CodeA "helper" vocabulary used to construct complex query filters based on how and whether a prescription has been dispensed.true
2  C Completely dispensedFilter to only include SubstanceAdministration orders which have no remaining quantity authorized to be dispensed.
2  N Never DispensedFilter to only include SubstanceAdministration orders which have no fulfilling supply events performed.
2  R Dispensed with remaining fillsFilter to only include SubstanceAdministration orders which have had at least one fulfilling supply event, but which still have outstanding quantity remaining to be authorized.
1_QueryParameterValue QueryParameterValueDescription:Indicates how result sets should be filtered based on whether they have associated issues.true
2  ISSFA allDescription:Result set should not be filtered based on the presence of issues.
2  ISSFI with issuesDescription:Result set should be filtered to only include records with associated issues.
2  ISSFU with unmanaged issuesDescription:Result set should be filtered to only include records with associated unmanaged issues.

Source1

{
  "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."
        }
      ]
    }
  ]
}