| Package | hl7.fhir.uv.application-feature |
| Resource Type | OperationDefinition |
| Id | feature-query |
| FHIR Version | R5 |
| Source | http://hl7.org/fhir/uv/application-feature/https://build.fhir.org/ig/HL7/capstmt/OperationDefinition-feature-query.html |
| URL | http://hl7.org/fhir/uv/application-feature/OperationDefinition/feature-query |
| Version | 1.0.0 |
| Status | active |
| Date | 2025-05-15T09:57:57+00:00 |
| Name | FeatureQuery |
| Title | Feature Query |
| Realm | uv |
| Authority | hl7 |
| Description | This operation allows clients to query for features supported by a server. The operation may be invoked via HTTP GET or POST. Details are on the [specification](specification.html#asking-for-features) page. |
| Type | true |
| Kind | operation |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationDefinition feature-query
URL: [base]/$feature-query
Input parameters Profile:Feature Query Input Parameters
Output parameters Profile:Feature Query Output Parameters
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | feature | 1..1 | Parameters | The feature(s) that are the subject of the query | ||
| OUT | return | 0..1 | Parameters | The answer to or any values associated with the queried feature |
{
"resourceType": "OperationDefinition",
"id": "feature-query",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fhir"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 1,
"_valueInteger": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/uv/application-feature/ImplementationGuide/hl7.fhir.uv.application-feature"
}
]
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use",
"_valueCode": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/uv/application-feature/ImplementationGuide/hl7.fhir.uv.application-feature"
}
]
}
}
],
"url": "http://hl7.org/fhir/uv/application-feature/OperationDefinition/feature-query",
"version": "1.0.0",
"name": "FeatureQuery",
"title": "Feature Query",
"status": "active",
"kind": "operation",
"date": "2025-05-15T09:57:57+00:00",
"publisher": "HL7 International / FHIR Infrastructure",
"contact": [
{
"name": "HL7 International / FHIR Infrastructure",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/fiwg"
}
]
}
],
"description": "This operation allows clients to query for features supported by a server. The operation may be invoked via HTTP GET or POST. Details are on the [specification](specification.html#asking-for-features) page.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"code": "feature-query",
"base": "https://hl7.org/fhir/uv/application-feature/OperationDefinition/feature-query",
"system": true,
"type": true,
"instance": false,
"inputProfile": "http://hl7.org/fhir/uv/application-feature/StructureDefinition/FeatureQueryInputParameters",
"outputProfile": "http://hl7.org/fhir/uv/application-feature/StructureDefinition/FeatureQueryOutputParameters",
"parameter": [
{
"name": "feature",
"use": "in",
"min": 1,
"max": "1",
"documentation": "The feature(s) that are the subject of the query",
"type": "Parameters"
},
{
"name": "return",
"use": "out",
"min": 0,
"max": "1",
"documentation": "The answer to or any values associated with the queried feature",
"type": "Parameters"
}
]
}