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
{
"resourceType" : "Parameters",
"id" : "FeatureQueryOutputParametersExample",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/uv/application-feature/StructureDefinition/FeatureQueryOutputParameters"
]
},
"parameter" : [
{
"name" : "feature",
"part" : [
{
"name" : "name",
"valueUri" : "versioning"
},
{
"name" : "value",
"valueUri" : "versioned"
},
{
"name" : "answer",
"valueBoolean" : true
},
{
"name" : "processing-status",
"valueCode" : "all-ok"
}
]
}
]
}