FHIR IG analytics| Package | fhir.r4.wales.test |
| Resource Type | Questionnaire |
| Id | Example-DataStandardsWales-Questionnaire-GrowthChartCondition.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
]
}
]
}