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

FHIR IG analytics

Packagehl7.fhir.uv.application-feature
Resource TypeParameters
IdParameters-FeatureSupportInputParametersExample.json
FHIR VersionR5

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