FHIR IG analytics| Package | ethiopia.fhir.hiv |
| Resource Type | QuestionnaireResponse |
| Id | QuestionnaireResponse-IndexCaseAssessmentExample1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: QuestionnaireResponse IndexCaseAssessmentExample1
| LinkID | Text | Definition | Answer |
|---|---|---|---|
![]() | Questionnaire:Questionnaire - Index Case Assessment | ||
![]() ![]() | Did the index case agree to be interviewed | Yes/No Codes: false (No) | |
![]() ![]() | Reason for not being interviewed | LOINC: 81954-0 (Date of death [Date]) | |
{
"resourceType": "QuestionnaireResponse",
"id": "IndexCaseAssessmentExample1",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"questionnaire": "http://moh.gov.et/fhir/hiv/Questionnaire/IndexCaseAssessmentQuestionnaire",
"status": "completed",
"subject": {
"reference": "Patient/GeneralPatientExample"
},
"encounter": {
"reference": "Encounter/GeneralEncounterExample"
},
"authored": "2008-10-13",
"author": {
"reference": "Practitioner/GeneralPractitionerExample"
},
"item": [
{
"linkId": "1.1",
"text": "Did the index case agree to be interviewed",
"answer": [
{
"valueCoding": {
"system": "http://moh.gov.et/fhir/hiv/CodeSystem/yes-no-code-system",
"code": "false"
}
}
]
},
{
"linkId": "1.2",
"text": "Reason for not being interviewed",
"answer": [
{
"valueCoding": {
"system": "http://loinc.org",
"code": "81954-0"
}
}
]
}
]
}