FHIR Application Feature Framework Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. 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"
}
]
}
]
}