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

Publication Build: This will be filled in by the publication tooling

: FeatureQueryOutputParametersExample - JSON Representation

Raw json | Download


{
  "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"
        }
      ]
    }
  ]
}