FHIR IG analytics| Package | csiro.fhir.au.smartforms |
| Resource Type | Questionnaire |
| Id | Questionnaire-EarHealthAndHearing.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/aehrc/smart-forms-ig/Questionnaire-EarHealthAndHearing.html |
| URL | http://www.health.gov.au/assessments/mbs/715/EarHealthAndHearing |
| Version | 0.4.0 |
| Status | draft |
| Date | 2025-03-14 |
| Name | EarHealthAndHearing |
| Title | Aboriginal and Torres Strait Islander Health Check - Ear Health And Hearing |
| Realm | au |
| Copyright | Copyright © 2022+ Australian Government Department of Health and Aged Care - All rights reserved. This content is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. See https://creativecommons.org/licenses/by-sa/4.0/. |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Questionnaire EarHealthAndHearing
Structure| LinkID | Text | Cardinality | Type | Flags | Description & Constraints |
|---|---|---|---|---|---|
![]() | Questionnaire | http://www.health.gov.au/assessments/mbs/715/EarHealthAndHearing#0.4.0 | |||
![]() ![]() | Ear health and hearing | 0..1 | group | ||
![]() ![]() ![]() | In progress | 0..1 | display | ||
![]() ![]() ![]() | Complete | 0..1 | display | ||
![]() ![]() ![]() | Attention required | 0..1 | display | ||
![]() ![]() ![]() | Child listening concerns | 0..1 | group | ||
![]() ![]() ![]() ![]() | Is there anything that you are worried about with your child's listening? | 0..1 | choice | Value Set: Yes/No | |
![]() ![]() ![]() ![]() | Details | 0..1 | text | Enable When: f982c374-f023-4e68-8968-1f1f5d3969ae = | |
![]() ![]() ![]() | Child language concerns | 0..1 | group | ||
![]() ![]() ![]() ![]() | Is there anything you are worried about with your child's language/talking? | 0..1 | choice | Value Set: Yes/No | |
![]() ![]() ![]() ![]() | Details | 0..1 | text | Enable When: 06c150f8-4d54-4d10-aeff-2ef7567b6812 = | |
![]() ![]() ![]() | Child snoring | 0..1 | group | ||
![]() ![]() ![]() ![]() | Do you notice snoring/noisy breathing at night/while your child is sleeping? | 0..1 | choice | Value Set: Yes/No | |
![]() ![]() ![]() ![]() | Details | 0..1 | text | Enable When: b326271b-e9b1-45a0-b899-125364833702 = | |
![]() ![]() ![]() | Hearing concerns | 0..1 | group | ||
![]() ![]() ![]() ![]() | Is there anything that you are worried about with your hearing? | 0..1 | choice | Value Set: Yes/No | |
![]() ![]() ![]() ![]() | Details | 0..1 | text | Enable When: 3e53edc7-c90e-4681-a006-b7a05b91a02c = | |
![]() ![]() ![]() | Last hearing test (audiology) | 0..1 | date | ||
![]() ![]() ![]() | Ear examination | 0..1 | group | ||
![]() ![]() ![]() ![]() | Otoscopy | 0..1 | group | ||
![]() ![]() ![]() ![]() ![]() | Video otoscopy procedure recommended where possible as it allows for parental education and for images to be saved for tracking over time. | 0..1 | display | ||
![]() ![]() ![]() ![]() ![]() | Otoscopy findings | 0..1 | group | ||
![]() ![]() ![]() ![]() ![]() ![]() | Left ear | 0..* | open-choice | Options: 10 options | |
![]() ![]() ![]() ![]() ![]() ![]() | Right ear | 0..* | open-choice | Options: 10 options | |
![]() ![]() ![]() ![]() ![]() | Otoscopy findings | 0..1 | group | ||
![]() ![]() ![]() ![]() ![]() ![]() | Left ear | 0..* | open-choice | Options: 6 options | |
![]() ![]() ![]() ![]() ![]() ![]() | Right ear | 0..* | open-choice | Options: 6 options | |
![]() ![]() ![]() ![]() | Tympanometry | 0..1 | group | ||
![]() ![]() ![]() ![]() ![]() | Left ear | 0..1 | text | ||
![]() ![]() ![]() ![]() ![]() | Right ear | 0..1 | text | ||
![]() ![]() ![]() | Health priorities, actions and follow-up | 0..1 | text | ||
![]() ![]() ![]() | null | 0..1 | display | ||
![]() ![]() ![]() | Section completion status | 0..1 | choice | Options: 3 options | |
Options Sets
Answer options for dedfc83e-7451-404d-bd24-97b1254304eb
Answer options for 23daa784-4476-447f-8aa2-42933b4490d9
Answer options for 079df9c5-234c-4129-8769-800dab47a59a
Answer options for ce1fc869-a412-4aea-aa53-36e794a14519
Answer options for MarkComplete-6
ValueSet #YesNo
Expansion based on codesystem expandedYes-NoIndicator v2.0.0 (CodeSystem)
This value set contains 2 concepts
| System | Code | Display | Definition |
http://terminology.hl7.org/CodeSystem/v2-0532 | Y | Yes | Yes |
http://terminology.hl7.org/CodeSystem/v2-0532 | N | No | No |
{
"resourceType": "Questionnaire",
"id": "EarHealthAndHearing",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-render",
"http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-modular"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "ValueSet",
"id": "YesNo",
"url": "https://smartforms.csiro.au/ig/ValueSet/YesNo",
"name": "YesNo",
"title": "Yes/No",
"status": "draft",
"experimental": false,
"description": "Concepts for Yes and No",
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0532",
"version": "2.0.0",
"concept": [
{
"code": "Y",
"display": "Yes"
},
{
"code": "N",
"display": "No"
}
]
}
]
},
"expansion": {
"identifier": "urn:uuid:5d9dbf1e-e156-4961-bb02-051dfc831832",
"timestamp": "2025-09-18T16:28:54+10:00",
"total": 2,
"offset": 0,
"parameter": [
{
"name": "count",
"valueInteger": 1000
},
{
"name": "offset",
"valueInteger": 0
},
{
"name": "excludeNested",
"valueBoolean": false
},
{
"name": "used-codesystem",
"valueUri": "http://terminology.hl7.org/CodeSystem/v2-0532|2.0.0"
}
],
"contains": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0532",
"code": "Y",
"display": "Yes"
},
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0532",
"code": "N",
"display": "No"
}
]
}
}
],
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-assemble-expectation",
"valueCode": "assemble-child"
},
{
"extension": [
{
"url": "name",
"valueCoding": {
"system": "http://hl7.org/fhir/uv/sdc/CodeSystem/launchContext",
"code": "patient"
}
},
{
"url": "type",
"valueCode": "Patient"
},
{
"url": "description",
"valueString": "The patient that is to be used to pre-populate the form"
}
],
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-launchContext"
},
{
"extension": [
{
"url": "name",
"valueCoding": {
"system": "http://hl7.org/fhir/uv/sdc/CodeSystem/launchContext",
"code": "user"
}
},
{
"url": "type",
"valueCode": "Practitioner"
},
{
"url": "description",
"valueString": "The practitioner user that is to be used to pre-populate the form"
}
],
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-launchContext"
},
{
"extension": [
{
"url": "name",
"valueCoding": {
"system": "http://hl7.org/fhir/uv/sdc/CodeSystem/launchContext",
"code": "encounter"
}
},
{
"url": "type",
"valueCode": "Encounter"
},
{
"url": "description",
"valueString": "The encounter that is to be used to pre-populate the form"
}
],
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-launchContext"
},
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-assembleContext",
"valueString": "age"
},
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-Questionnaire.versionAlgorithm[x]",
"valueCoding": {
"system": "http://hl7.org/fhir/version-algorithm",
"code": "semver"
}
}
],
"url": "http://www.health.gov.au/assessments/mbs/715/EarHealthAndHearing",
"version": "0.4.0",
"name": "EarHealthAndHearing",
"title": "Aboriginal and Torres Strait Islander Health Check - Ear Health And Hearing",
"status": "draft",
"experimental": false,
"subjectType": [
"Patient"
],
"date": "2025-03-14",
"publisher": "AEHRC CSIRO",
"contact": [
{
"name": "AEHRC CSIRO",
"telecom": [
{
"system": "url",
"value": "https://confluence.csiro.au/display/PCDQFPhase2/Primary+Care+Data+Quality+Foundations+-+Phase+2"
}
]
}
],
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "AU",
"display": "Australia"
}
]
}
],
"copyright": "Copyright © 2022+ Australian Government Department of Health and Aged Care - All rights reserved.\nThis content is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.\nSee https://creativecommons.org/licenses/by-sa/4.0/.\n",
"item": [
{
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-enableWhenExpression",
"valueExpression": {
"language": "text/fhirpath",
"expression": "%age.exists()"
}
}
],
"linkId": "de71bbd0-178c-4974-9c75-55d5a48c66f7",
"text": "Ear health and hearing",
"type": "group",
"repeats": false,
"item": [
{
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-enableWhenExpression",
"valueExpression": {
"language": "text/fhirpath",
"expression": "%resource.repeat(item).where(linkId='MarkComplete-6').answer.value = 'In progress' or %resource.repeat(item).where(linkId='MarkComplete-6').answer.value.empty()"
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
"valueCodeableConcept": {
"coding": [
{
"system": "https://smartforms.csiro.au/ig/CodeSystem/QuestionnaireItemControlExtended",
"code": "context-display"
}
]
}
}
],
"linkId": "CD-in-progress-6",
"text": "In progress",
"_text": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/rendering-xhtml",
"valueString": "<div title=\"In progress\" xmlns=\"http://www.w3.org/1999/xhtml\">\r\n\t<div style=\"display: flex; flex-direction: row;\">\r\n\t\t<img width='24' height='24' src='data:image/svg+xml;base64,\r\n\t\tPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9IiM3NTc1NzUiIGQ9Im0xNS44NCAxMC4ybC0xLjAxIDEuMDFsLTIuMDctMi4wM2wxLjAxLTEuMDJjLjItLjIxLjU0LS4yMi43OCAwbDEuMjkgMS4yNWMuMjEuMjEuMjIuNTUgMCAuNzlNOCAxMy45MWw0LjE3LTQuMTlsMi4wNyAyLjA4bC00LjE2IDQuMkg4di0yLjA5TTEzIDJ2MmM0LjM5LjU0IDcuNSA0LjUzIDYuOTYgOC45MkE4LjAxNCA4LjAxNCAwIDAgMSAxMyAxOS44OHYyYzUuNS0uNiA5LjQ1LTUuNTQgOC44NS0xMS4wM0MyMS4zMyA2LjE5IDE3LjY2IDIuNSAxMyAybS0yIDBjLTEuOTYuMTgtMy44MS45NS01LjMzIDIuMkw3LjEgNS43NGMxLjEyLS45IDIuNDctMS40OCAzLjktMS42OHYtMk00LjI2IDUuNjdBOS44MSA5LjgxIDAgMCAwIDIuMDUgMTFoMmMuMTktMS40Mi43NS0yLjc3IDEuNjQtMy45TDQuMjYgNS42N00yLjA2IDEzYy4yIDEuOTYuOTcgMy44MSAyLjIxIDUuMzNsMS40Mi0xLjQzQTguMDAyIDguMDAyIDAgMCAxIDQuMDYgMTNoLTJtNSA1LjM3bC0xLjM5IDEuMzdBOS45OTQgOS45OTQgMCAwIDAgMTEgMjJ2LTJhOC4wMDIgOC4wMDIgMCAwIDEtMy45LTEuNjNoLS4wNFoiLz48L3N2Zz4=' \r\n\t\tstyle=\"align-self: center;\"/>\r\n\t</div>\r\n</div>"
}
]
},
"type": "display"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-enableWhenExpression",
"valueExpression": {
"language": "text/fhirpath",
"expression": "%resource.repeat(item).where(linkId='MarkComplete-6').answer.value = 'Complete'"
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
"valueCodeableConcept": {
"coding": [
{
"system": "https://smartforms.csiro.au/ig/CodeSystem/QuestionnaireItemControlExtended",
"code": "context-display"
}
]
}
}
],
"linkId": "CD-complete-6",
"text": "Complete",
"_text": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/rendering-xhtml",
"valueString": "<div title=\"Complete\" xmlns=\"http://www.w3.org/1999/xhtml\">\r\n\t<div style=\"display: flex; flex-direction: row;\">\r\n\t\t<img width='24' height='24' src='data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9IiMyZTdkMzIiIGQ9Ik0yMCAxMmE4IDggMCAwIDEtOCA4YTggOCAwIDAgMS04LThhOCA4IDAgMCAxIDgtOGMuNzYgMCAxLjUuMTEgMi4yLjMxbDEuNTctMS41N0E5LjgyMiA5LjgyMiAwIDAgMCAxMiAyQTEwIDEwIDAgMCAwIDIgMTJhMTAgMTAgMCAwIDAgMTAgMTBhMTAgMTAgMCAwIDAgMTAtMTBNNy45MSAxMC4wOEw2LjUgMTEuNUwxMSAxNkwyMSA2bC0xLjQxLTEuNDJMMTEgMTMuMTdsLTMuMDktMy4wOVoiLz48L3N2Zz4='\r\n\t\tstyle=\"align-self: center;\"/>\r\n\t</div>\r\n</div>"
}
]
},
"type": "display"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-enableWhenExpression",
"valueExpression": {
"language": "text/fhirpath",
"expression": "%resource.repeat(item).where(linkId='MarkComplete-6').answer.value = 'Attention required'"
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
"valueCodeableConcept": {
"coding": [
{
"system": "https://smartforms.csiro.au/ig/CodeSystem/QuestionnaireItemControlExtended",
"code": "context-display"
}
]
}
}
],
"linkId": "CD-attention-6",
"text": "Attention required",
"_text": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/rendering-xhtml",
"valueString": "<div title=\"Attention required\" xmlns=\"http://www.w3.org/1999/xhtml\">\r\n\t<div style=\"display: flex; flex-direction: row;\">\r\n\t\t<img width='24' height='24' src='data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI0MiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkY4QzAwIiBzdHJva2Utd2lkdGg9IjkiLz48bGluZSB4MT0iNTAiIHkxPSIyOCIgeDI9IjUwIiB5Mj0iNjAiIHN0cm9rZT0iI0ZGOEMwMCIgc3Ryb2tlLXdpZHRoPSI5Ii8+PGNpcmNsZSBjeD0iNTAiIGN5PSI3NCIgcj0iNSIgZmlsbD0iI0ZGOEMwMCIvPjwvc3ZnPg=='\r\n\t\tstyle=\"align-self: center;\"/>\r\n\t</div>\r\n</div>"
}
]
},
"type": "display"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-enableWhenExpression",
"valueExpression": {
"language": "text/fhirpath",
"expression": "%age <= 12"
}
}
],
"linkId": "f3473e82-4336-4858-96de-3a61eff5abfb",
"text": "Child listening concerns",
"type": "group",
"repeats": false,
"item": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"code": "radio-button"
}
]
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-choiceOrientation",
"valueCode": "horizontal"
}
],
"linkId": "f982c374-f023-4e68-8968-1f1f5d3969ae",
"text": "Is there anything that you are worried about with your child's listening?",
"type": "choice",
"repeats": false,
"answerValueSet": "#YesNo"
},
{
"linkId": "297114f4-8c3f-4916-b840-c38ea14d37b1",
"text": "Details",
"type": "text",
"enableWhen": [
{
"question": "f982c374-f023-4e68-8968-1f1f5d3969ae",
"operator": "=",
"answerCoding": {
"system": "http://terminology.hl7.org/CodeSystem/v2-0136",
"code": "Y"
}
}
],
"repeats": false
}
]
},
{
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-enableWhenExpression",
"valueExpression": {
"language": "text/fhirpath",
"expression": "%age <= 12"
}
}
],
"linkId": "d2a3a346-7b20-4634-beb4-f2bdc7252fe5",
"text": "Child language concerns",
"type": "group",
"repeats": false,
"item": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"code": "radio-button"
}
]
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-choiceOrientation",
"valueCode": "horizontal"
}
],
"linkId": "06c150f8-4d54-4d10-aeff-2ef7567b6812",
"text": "Is there anything you are worried about with your child's language/talking?",
"type": "choice",
"repeats": false,
"answerValueSet": "#YesNo"
},
{
"linkId": "30dc1581-f6b7-49f0-be09-3902178a495f",
"text": "Details",
"type": "text",
"enableWhen": [
{
"question": "06c150f8-4d54-4d10-aeff-2ef7567b6812",
"operator": "=",
"answerCoding": {
"system": "http://terminology.hl7.org/CodeSystem/v2-0136",
"code": "Y"
}
}
],
"repeats": false
}
]
},
{
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-enableWhenExpression",
"valueExpression": {
"language": "text/fhirpath",
"expression": "%age <= 12"
}
}
],
"linkId": "6662bc91-fd05-4ea0-a96b-1cc124a9769a",
"text": "Child snoring",
"type": "group",
"repeats": false,
"item": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"code": "radio-button"
}
]
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-choiceOrientation",
"valueCode": "horizontal"
}
],
"linkId": "b326271b-e9b1-45a0-b899-125364833702",
"text": "Do you notice snoring/noisy breathing at night/while your child is sleeping?",
"type": "choice",
"repeats": false,
"answerValueSet": "#YesNo"
},
{
"linkId": "36a3967c-e79a-49a7-8022-ac9561c4e656",
"text": "Details",
"type": "text",
"enableWhen": [
{
"question": "b326271b-e9b1-45a0-b899-125364833702",
"operator": "=",
"answerCoding": {
"system": "http://terminology.hl7.org/CodeSystem/v2-0136",
"code": "Y"
}
}
],
"repeats": false
}
]
},
{
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-enableWhenExpression",
"valueExpression": {
"language": "text/fhirpath",
"expression": "%age > 12"
}
}
],
"linkId": "ec7b6e93-e1f0-41f5-b2c2-43c7ddff8aed",
"text": "Hearing concerns",
"type": "group",
"repeats": false,
"item": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"code": "radio-button"
}
]
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-choiceOrientation",
"valueCode": "horizontal"
}
],
"linkId": "3e53edc7-c90e-4681-a006-b7a05b91a02c",
"text": "Is there anything that you are worried about with your hearing?",
"type": "choice",
"repeats": false,
"answerValueSet": "#YesNo"
},
{
"linkId": "d72dacb8-a9b3-483b-ae24-8b062873b2cb",
"text": "Details",
"type": "text",
"enableWhen": [
{
"question": "3e53edc7-c90e-4681-a006-b7a05b91a02c",
"operator": "=",
"answerCoding": {
"system": "http://terminology.hl7.org/CodeSystem/v2-0136",
"code": "Y"
}
}
],
"repeats": false
}
]
},
{
"linkId": "11aa62ca-5a52-428b-952b-cfbcd2c75824",
"text": "Last hearing test (audiology)",
"type": "date",
"repeats": false
},
{
"linkId": "31452c47-30b2-4590-95f4-b2b75aad2fb6",
"text": "Ear examination",
"type": "group",
"repeats": false,
"item": [
{
"linkId": "44c3434d-ea52-43bd-b635-34184e5f037d",
"text": "Otoscopy",
"type": "group",
"repeats": false,
"item": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-displayCategory",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/questionnaire-display-category",
"code": "instructions"
}
]
}
},
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-enableWhenExpression",
"valueExpression": {
"language": "text/fhirpath",
"expression": "%age <= 12"
}
}
],
"linkId": "fe96046a-a202-4c22-ad3e-00419e717185",
"text": "Video otoscopy procedure recommended where possible as it allows for parental education and for images to be saved for tracking over time.",
"type": "display"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-enableWhenExpression",
"valueExpression": {
"language": "text/fhirpath",
"expression": "%age <= 12"
}
}
],
"linkId": "2841915f-c8d2-4edb-8bc7-39b63385a2fb",
"text": "Otoscopy findings",
"type": "group",
"repeats": false,
"item": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"code": "check-box"
}
]
}
},
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-openLabel",
"valueString": "Other, please specify"
}
],
"linkId": "dedfc83e-7451-404d-bd24-97b1254304eb",
"text": "Left ear",
"type": "open-choice",
"repeats": true,
"answerOption": [
{
"valueString": "Clear and intact"
},
{
"valueString": "Dull and intact"
},
{
"valueString": "Discharge"
},
{
"valueString": "Retracted"
},
{
"valueString": "Unable to view eardrum"
},
{
"valueString": "Wax"
},
{
"valueString": "Grommet in canal"
},
{
"valueString": "Grommet in eardrum"
},
{
"valueString": "Perforation"
},
{
"valueString": "Red/bulging"
}
]
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"code": "check-box"
}
]
}
},
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-openLabel",
"valueString": "Other, please specify"
}
],
"linkId": "23daa784-4476-447f-8aa2-42933b4490d9",
"text": "Right ear",
"type": "open-choice",
"repeats": true,
"answerOption": [
{
"valueString": "Clear and intact"
},
{
"valueString": "Dull and intact"
},
{
"valueString": "Discharge"
},
{
"valueString": "Retracted"
},
{
"valueString": "Unable to view eardrum"
},
{
"valueString": "Wax"
},
{
"valueString": "Grommet in canal"
},
{
"valueString": "Grommet in eardrum"
},
{
"valueString": "Perforation"
},
{
"valueString": "Red/bulging"
}
]
}
]
},
{
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-enableWhenExpression",
"valueExpression": {
"language": "text/fhirpath",
"expression": "%age > 12"
}
}
],
"linkId": "361b3c80-375b-423e-bb61-5732826bc2f0",
"text": "Otoscopy findings",
"type": "group",
"repeats": false,
"item": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"code": "check-box"
}
]
}
},
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-openLabel",
"valueString": "Other, please specify"
}
],
"linkId": "079df9c5-234c-4129-8769-800dab47a59a",
"text": "Left ear",
"type": "open-choice",
"repeats": true,
"answerOption": [
{
"valueString": "Clear and intact"
},
{
"valueString": "Dull and intact"
},
{
"valueString": "Discharge"
},
{
"valueString": "Retracted"
},
{
"valueString": "Unable to view eardrum"
},
{
"valueString": "Wax"
}
]
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"code": "check-box"
}
]
}
},
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-openLabel",
"valueString": "Other, please specify"
}
],
"linkId": "ce1fc869-a412-4aea-aa53-36e794a14519",
"text": "Right ear",
"type": "open-choice",
"repeats": true,
"answerOption": [
{
"valueString": "Clear and intact"
},
{
"valueString": "Dull and intact"
},
{
"valueString": "Discharge"
},
{
"valueString": "Retracted"
},
{
"valueString": "Unable to view eardrum"
},
{
"valueString": "Wax"
}
]
}
]
}
]
},
{
"extension": [
{
"url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-enableWhenExpression",
"valueExpression": {
"language": "text/fhirpath",
"expression": "(%age > 5) and (%age <= 12)"
}
}
],
"linkId": "972afa06-9649-43d9-b8ce-c802f7f27e39",
"text": "Tympanometry",
"type": "group",
"repeats": false,
"item": [
{
"linkId": "a0d1413f-31e5-4b29-a00b-235f50f91cf7",
"text": "Left ear",
"type": "text",
"repeats": false
},
{
"linkId": "6423348a-943f-41e5-b4f2-ef5a34e56414",
"text": "Right ear",
"type": "text",
"repeats": false
}
]
}
]
},
{
"linkId": "ac87b23a-b022-4d62-9e82-1c56583bca34",
"text": "Health priorities, actions and follow-up",
"type": "text",
"repeats": false
},
{
"linkId": "earhealthandhearing-section-end-divider",
"_text": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/rendering-xhtml",
"valueString": "<div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"border-top: 1px solid #ccc;\"></div>"
}
]
},
"type": "display"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"code": "radio-button"
}
]
}
}
],
"linkId": "MarkComplete-6",
"text": "Section completion status",
"type": "choice",
"repeats": false,
"answerOption": [
{
"valueString": "Complete",
"_valueString": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/rendering-xhtml",
"valueString": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\r\n\t<div style=\"display: flex; flex-direction: row;\">Complete \r\n\t\t<img width='19' height='19' src='data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9IiMyZTdkMzIiIGQ9Ik0yMCAxMmE4IDggMCAwIDEtOCA4YTggOCAwIDAgMS04LThhOCA4IDAgMCAxIDgtOGMuNzYgMCAxLjUuMTEgMi4yLjMxbDEuNTctMS41N0E5LjgyMiA5LjgyMiAwIDAgMCAxMiAyQTEwIDEwIDAgMCAwIDIgMTJhMTAgMTAgMCAwIDAgMTAgMTBhMTAgMTAgMCAwIDAgMTAtMTBNNy45MSAxMC4wOEw2LjUgMTEuNUwxMSAxNkwyMSA2bC0xLjQxLTEuNDJMMTEgMTMuMTdsLTMuMDktMy4wOVoiLz48L3N2Zz4='\r\n\t\tstyle=\"align-self: center;\"/>\r\n\t</div>\r\n</div>"
}
]
}
},
{
"valueString": "In progress",
"_valueString": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/rendering-xhtml",
"valueString": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\r\n\t<div style=\"display: flex; flex-direction: row;\">In progress \r\n\t\t<img width='20' height='20' src='data:image/svg+xml;base64,\r\n\t\tPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9IiM3NTc1NzUiIGQ9Im0xNS44NCAxMC4ybC0xLjAxIDEuMDFsLTIuMDctMi4wM2wxLjAxLTEuMDJjLjItLjIxLjU0LS4yMi43OCAwbDEuMjkgMS4yNWMuMjEuMjEuMjIuNTUgMCAuNzlNOCAxMy45MWw0LjE3LTQuMTlsMi4wNyAyLjA4bC00LjE2IDQuMkg4di0yLjA5TTEzIDJ2MmM0LjM5LjU0IDcuNSA0LjUzIDYuOTYgOC45MkE4LjAxNCA4LjAxNCAwIDAgMSAxMyAxOS44OHYyYzUuNS0uNiA5LjQ1LTUuNTQgOC44NS0xMS4wM0MyMS4zMyA2LjE5IDE3LjY2IDIuNSAxMyAybS0yIDBjLTEuOTYuMTgtMy44MS45NS01LjMzIDIuMkw3LjEgNS43NGMxLjEyLS45IDIuNDctMS40OCAzLjktMS42OHYtMk00LjI2IDUuNjdBOS44MSA5LjgxIDAgMCAwIDIuMDUgMTFoMmMuMTktMS40Mi43NS0yLjc3IDEuNjQtMy45TDQuMjYgNS42N00yLjA2IDEzYy4yIDEuOTYuOTcgMy44MSAyLjIxIDUuMzNsMS40Mi0xLjQzQTguMDAyIDguMDAyIDAgMCAxIDQuMDYgMTNoLTJtNSA1LjM3bC0xLjM5IDEuMzdBOS45OTQgOS45OTQgMCAwIDAgMTEgMjJ2LTJhOC4wMDIgOC4wMDIgMCAwIDEtMy45LTEuNjNoLS4wNFoiLz48L3N2Zz4=' \r\n\t\tstyle=\"align-self: center;\"/>\r\n\t</div>\r\n</div>"
}
]
}
},
{
"valueString": "Attention required",
"_valueString": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/rendering-xhtml",
"valueString": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\r\n\t<div style=\"display: flex; flex-direction: row;\">Attention required \r\n\t\t<img width='19' height='19' src='data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI0MiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkY4QzAwIiBzdHJva2Utd2lkdGg9IjkiLz48bGluZSB4MT0iNTAiIHkxPSIyOCIgeDI9IjUwIiB5Mj0iNjAiIHN0cm9rZT0iI0ZGOEMwMCIgc3Ryb2tlLXdpZHRoPSI5Ii8+PGNpcmNsZSBjeD0iNTAiIGN5PSI3NCIgcj0iNSIgZmlsbD0iI0ZGOEMwMCIvPjwvc3ZnPg=='\r\n\t\tstyle=\"align-self: center;\"/>\r\n\t</div>\r\n</div>"
}
]
}
}
]
}
]
}
]
}