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

: FeatureQueryInputParametersExample - JSON Representation

Raw json | Download


{
  "resourceType" : "Parameters",
  "id" : "FeatureQueryInputParametersExample",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/application-feature/StructureDefinition/FeatureQueryInputParameters"
    ]
  },
  "parameter" : [
    {
      "name" : "feature",
      "part" : [
        {
          "name" : "name",
          "valueUri" : "versioning"
        },
        {
          "name" : "value",
          "valueUri" : "versioned"
        }
      ]
    }
  ]
}