FHIR IG analytics| Package | ethiopia.fhir.hiv |
| Resource Type | QuestionnaireResponse |
| Id | QuestionnaireResponse-IndexCaseAssessmentFullExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: QuestionnaireResponse IndexCaseAssessmentFullExample
| LinkID | Text | Definition | Answer |
|---|---|---|---|
![]() | Questionnaire:Questionnaire - Index Case Assessment | ||
![]() ![]() | Did the index case agree to be interviewed | Yes/No Codes: true (Yes) | |
![]() ![]() | When did the index case receive the interview | 2008-10-13 | |
![]() ![]() | Was the index case interviewed for partner services | Yes/No Codes: true (Yes) | |
![]() ![]() | When was the index case interviewed for partner services | 2008-10-13 | |
![]() ![]() | Number of sexual partners in past 12 months | 4 | |
![]() ![]() | Number of sexual partners in past 24 months | 6 | |
![]() ![]() | Is the index client willing to identify the sex partners | Yes/No Codes: true (Yes) | |
![]() ![]() | What is the next visit date | 2008-11-13 | |
{
"resourceType": "QuestionnaireResponse",
"id": "IndexCaseAssessmentFullExample",
"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": "true"
}
}
]
},
{
"linkId": "1.4",
"text": "When did the index case receive the interview",
"answer": [
{
"valueDate": "2008-10-13"
}
]
},
{
"linkId": "1.5",
"text": "Was the index case interviewed for partner services",
"answer": [
{
"valueCoding": {
"system": "http://moh.gov.et/fhir/hiv/CodeSystem/yes-no-code-system",
"code": "true"
}
}
]
},
{
"linkId": "1.6",
"text": "When was the index case interviewed for partner services",
"answer": [
{
"valueDate": "2008-10-13"
}
]
},
{
"linkId": "1.7",
"text": "Number of sexual partners in past 12 months",
"answer": [
{
"valueInteger": 4
}
]
},
{
"linkId": "1.8",
"text": "Number of sexual partners in past 24 months",
"answer": [
{
"valueInteger": 6
}
]
},
{
"linkId": "1.9",
"text": "Is the index client willing to identify the sex partners",
"answer": [
{
"valueCoding": {
"system": "http://moh.gov.et/fhir/hiv/CodeSystem/yes-no-code-system",
"code": "true"
}
}
]
},
{
"linkId": "1.11",
"text": "What is the next visit date",
"answer": [
{
"valueDate": "2008-11-13"
}
]
}
]
}