FHIR IG analytics| Package | ethiopia.fhir.hiv |
| Resource Type | QuestionnaireResponse |
| Id | QuestionnaireResponse-IndexCaseScreeningExample2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: QuestionnaireResponse IndexCaseScreeningExample2
| LinkID | Text | Definition | Answer |
|---|---|---|---|
![]() | Questionnaire:Questionnaire - Index Case Screening | ||
![]() ![]() | Is the client newly enrolled | Yes/No Codes: true (Yes) | |
![]() ![]() | Does the client have a high viral load | Yes/No Codes: true (Yes) | |
![]() ![]() | Does the client have an ART status of Restart | Yes/No Codes: false (No) | |
{
"resourceType": "QuestionnaireResponse",
"id": "IndexCaseScreeningExample2",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"questionnaire": "http://moh.gov.et/fhir/hiv/Questionnaire/IndexCaseScreeningQuestionnaire",
"status": "completed",
"subject": {
"reference": "Patient/GeneralPatientExample"
},
"encounter": {
"reference": "Encounter/GeneralEncounterExample"
},
"authored": "2008-10-13",
"author": {
"reference": "Practitioner/GeneralPractitionerExample"
},
"item": [
{
"linkId": "1.1",
"text": "Is the client newly enrolled",
"answer": [
{
"extension": [
{
"url": "http://moh.gov.et/fhir/hiv/StructureDefinition/resource-value-reference",
"valueReference": {
"reference": "Observation/LinkedToCareExample"
}
}
],
"valueCoding": {
"system": "http://moh.gov.et/fhir/hiv/CodeSystem/yes-no-code-system",
"code": "true"
}
}
]
},
{
"linkId": "1.2",
"text": "Does the client have a high viral load",
"answer": [
{
"extension": [
{
"url": "http://moh.gov.et/fhir/hiv/StructureDefinition/resource-value-reference",
"valueReference": {
"reference": "Observation/UnsuppressedViralLoadResultExample"
}
}
],
"valueCoding": {
"system": "http://moh.gov.et/fhir/hiv/CodeSystem/yes-no-code-system",
"code": "true"
}
}
]
},
{
"linkId": "1.3",
"text": "Does the client have an ART status of Restart",
"answer": [
{
"valueCoding": {
"system": "http://moh.gov.et/fhir/hiv/CodeSystem/yes-no-code-system",
"code": "false"
}
}
]
}
]
}