{ "resourceType": "Questionnaire", "id": "ANCDELIVERY", "item": [ { "linkId": "12.0", "type": "group", "text": "Pregnancy Outcome - Baby", "repeats": true, "item": [ { "linkId": "12.6", "type": "group", "text": "Live Birth/Stillbirth", "item": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/questionnaire-item-control", "code": "radio-button", "display": "Radio Button" } ] } } ], "linkId": "12.6.1", "type": "choice", "text": "Is it Live Birth/Stillbirth?", "answerOption": [ { "valueCoding": { "code": "live-birth", "display": "Live Birth" } }, { "valueCoding": { "code": "still-birth", "display": "Stillbirth" } } ] }, { "enableWhen": [ { "question": "12.6.1", "operator": "=", "answerCoding": { "code": "live-birth", "display": "Live Birth" } } ], "linkId": "12.6.3", "type": "group", "text": "Baby Gender", "item": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/questionnaire-item-control", "code": "radio-button", "display": "Radio Button" } ] } } ], "linkId": "12.6.3.1", "type": "choice", "text": "Sex of Baby", "answerOption": [ { "valueCoding": { "code": "male", "display": "Male" } }, { "valueCoding": { "code": "female", "display": "Female" } } ] } ] }, { "enableWhen": [ { "question": "12.6.1", "operator": "=", "answerCoding": { "code": "still-birth", "display": "Stillbirth" } } ], "linkId": "12.6.4", "type": "group", "text": "Stillbirth Type", "item": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/questionnaire-item-control", "code": "radio-button", "display": "Radio Button" } ] } } ], "linkId": "12.6.4.1", "type": "choice", "text": "Stillbirth Type", "answerOption": [ { "valueCoding": { "code": "FSB", "display": "FSB" } }, { "valueCoding": { "code": "MSB", "display": "MSB" } } ] } ] } ] } ] } ] }