-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update for fix to rendering code, and add test case for open-choice i…
…n R4 questionnaires
- Loading branch information
Grahame Grieve
committed
Oct 14, 2024
1 parent
1534517
commit bbe1067
Showing
3 changed files
with
224 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
{ | ||
"id":"9bb747d7-2666-47f2-9c79-20bc05198448", | ||
"meta":{ | ||
"versionId":"5" | ||
}, | ||
"contained":[ | ||
{ | ||
"id":"ed364266b937bb3bd73082b1", | ||
"item":[ | ||
{ | ||
"extension":[ | ||
{ | ||
"url":"http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl", | ||
"valueCodeableConcept":{ | ||
"coding":[ | ||
{ | ||
"code":"editableDropdown" | ||
} | ||
] | ||
} | ||
} | ||
], | ||
"id":"specimen-source", | ||
"answerOption":[ | ||
{ | ||
"valueCoding":{ | ||
"code":"U", | ||
"display":"Urine" | ||
} | ||
}, | ||
{ | ||
"valueCoding":{ | ||
"code":"B", | ||
"display":"Blood" | ||
} | ||
}, | ||
{ | ||
"valueCoding":{ | ||
"code":"S", | ||
"display":"Saliva" | ||
} | ||
} | ||
], | ||
"code":[ | ||
{ | ||
"code":"specimen-source" | ||
} | ||
], | ||
"linkId":"specimen-source", | ||
"text":"Source of specimen", | ||
"type":"open-choice" | ||
} | ||
], | ||
"name":"Test Open Choice question", | ||
"status":"active", | ||
"subjectType":[ | ||
"Patient" | ||
], | ||
"resourceType":"Questionnaire" | ||
} | ||
], | ||
"item":[ | ||
{ | ||
"answer":[ | ||
{ | ||
"valueString":"Blood" | ||
} | ||
], | ||
"linkId":"specimen-source", | ||
"text":"Source of specimen" | ||
} | ||
], | ||
"questionnaire":"#ed364266b937bb3bd73082b1", | ||
"status":"in-progress", | ||
"subject":{ | ||
"display":"Test Patient", | ||
"identifier":{ | ||
"value":"4" | ||
}, | ||
"reference":"Patient/4", | ||
"type":"Patient" | ||
}, | ||
"resourceType":"QuestionnaireResponse" | ||
} |