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

FHIR IG analytics

Packagefhir.r4.wales.test
Resource TypeQuestionnaire
IdExample-DataStandardsWales-Questionnaire-GrowthChartCondition.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": "Questionnaire",
  "id": "Example-DataStandardsWales-Questionnaire-GrowthChartCondition",
  "meta": {
    "profile": [
      "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Questionnaire"
    ]
  },
  "title": "Growth Chart Condition",
  "status": "active",
  "description": "This questionnaire is to document if the patient has Turner's, Down's syndrome or neither. This information will determine the graph shown on the patient's growth chart.",
  "item": [
    {
      "linkId": "GC001",
      "type": "choice",
      "required": true,
      "answerOption": [
        {
          "valueString": "Turner syndrome present"
        },
        {
          "valueString": "Down syndrome present"
        },
        {
          "valueString": "UK WHO"
        }
      ]
    }
  ]
}