FHIR Application Feature Framework Implementation Guide
1.0.0-ballot - STU1 Ballot International flag

This page is part of the FHIR Application Feature Framework Implementation Guide (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: Feature Query - JSON Representation

Page standards status: Trial-use Maturity Level: 1

Raw json | Download


{
  "resourceType" : "OperationDefinition",
  "id" : "feature-query",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition feature-query</b></p><a name=\"feature-query\"> </a><a name=\"hcfeature-query\"> </a><a name=\"feature-query-en-US\"> </a><p>URL: [base]/$feature-query</p><p>Input parameters Profile:<a href=\"StructureDefinition-FeatureQueryInputParameters.html\">Feature Query Input Parameters</a></p><p>Output parameters Profile:<a href=\"StructureDefinition-FeatureQueryOutputParameters.html\">Feature Query Output Parameters</a></p><p>Parameters</p><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>feature</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/parameters.html\">Parameters</a></td><td/><td><div><p>The feature(s) that are the subject of the query</p>\n</div></td></tr><tr><td>OUT</td><td>return</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/parameters.html\">Parameters</a></td><td/><td><div><p>The answer to or any values associated with the queried feature</p>\n</div></td></tr></table></div>"
  },
  "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-ballot",
  "name" : "FeatureQuery",
  "title" : "Feature Query",
  "status" : "active",
  "kind" : "operation",
  "date" : "2024-08-13T14:00:28+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.",
  "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"
    }
  ]
}