| Package | hl7.fhir.us.davinci-cdex |
| Resource Type | Questionnaire |
| Id | cdex-questionnaire-example1 |
| FHIR Version | R4 |
| Source | http://hl7.org/fhir/us/davinci-cdex/https://build.fhir.org/ig/HL7/davinci-ecdx/Questionnaire-cdex-questionnaire-example1.html |
| URL | http://example.org/cdex-questionnaire-example1 |
| Version | 2.1.0 |
| Status | active |
| Date | 2022-01-17 |
| Name | HomeOxygenTherapyQuestionnaire |
| Title | Home Oxygen Therapy Questionnaire |
| Realm | us |
| Authority | hl7 |
| Copyright | Used by permission of HL7 International all rights reserved Creative Commons License |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Questionnaire cdex-questionnaire-example1
Structure| LinkID | Text | Cardinality | Type | Description & Constraints |
|---|---|---|---|---|
![]() | Questionnaire | http://example.org/cdex-questionnaire-example1#2.1.0 | ||
![]() ![]() | Relevant Patient Diagnoses (conditions that might be expected to improve with oxygen therapy) | 1..1 | text | |
![]() ![]() | Order Reason | 1..1 | choice | Options: 4 options |
Options Sets
Answer options for 2
{
"resourceType": "Questionnaire",
"id": "cdex-questionnaire-example1",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://example.org/cdex-questionnaire-example1",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.40.21.35.1"
}
],
"version": "2.1.0",
"name": "HomeOxygenTherapyQuestionnaire",
"title": "Home Oxygen Therapy Questionnaire",
"status": "active",
"subjectType": [
"Patient"
],
"date": "2022-01-17",
"publisher": "HL7 International / Payer/Provider Information Exchange Work Group",
"contact": [
{
"name": "HL7 International / Payer/Provider Information Exchange Work Group",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/claims"
},
{
"system": "email",
"value": "pie@lists.hl7.org"
}
]
}
],
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US"
}
]
}
],
"copyright": "Used by permission of HL7 International all rights reserved Creative Commons License",
"item": [
{
"linkId": "1",
"text": "Relevant Patient Diagnoses (conditions that might be expected to improve with oxygen therapy)",
"type": "text",
"required": true
},
{
"linkId": "2",
"text": "Order Reason",
"type": "choice",
"required": true,
"answerOption": [
{
"valueCoding": {
"system": "http://example.org",
"code": "1",
"display": "Initial or original order for certification"
}
},
{
"valueCoding": {
"system": "http://example.org",
"code": "2",
"display": "Change in status"
}
},
{
"valueCoding": {
"system": "http://example.org",
"code": "3",
"display": "Revision or change in equipment"
}
},
{
"valueCoding": {
"system": "http://example.org",
"code": "4",
"display": "Replacement"
}
}
]
}
]
}