FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.application-feature.r4
Resource TypeParameters
IdParameters-FeatureQueryOutputParametersExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

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