This page is part of the FHIR Application Feature Framework Implementation Guide (v1.0.0: STU 1) based on FHIR (HL7® FHIR® Standard) v5.0.0. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Parameters",
"id" : "FeatureSupportInputParametersExample",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/uv/application-feature/StructureDefinition/FeatureQueryInputParameters"
]
},
"parameter" : [
{
"name" : "feature",
"part" : [
{
"name" : "definition",
"valueCanonical" : "http://hl7.org/fhir/uv/application-feature/FeatureDefinition/FeatureSupport"
},
{
"name" : "value",
"valueCode" : "1.0.0"
}
]
}
]
}