FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageethiopia.fhir.hiv
Resource TypeQuestionnaire
IdQuestionnaire-FamilyIndexCaseContactsQuestionnaire.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/jembi/ethiopia-hiv/Questionnaire-FamilyIndexCaseContactsQuestionnaire.html
URLhttp://moh.gov.et/fhir/hiv/Questionnaire/FamilyIndexCaseContactsQuestionnaire
Version1.0.1
Statusactive
Date2026-02-09T05:22:58+00:00
NameFamilyIndexCaseContactsQuestionnaire
TitleQuestionnaire - Family Index Case Contacts
DescriptionA questionaire that assesses the HIV and health status for index case contacts.

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Questionnaire FamilyIndexCaseContactsQuestionnaire

LinkIDTextCardinalityTypeDescription & Constraintsdoco
.. FamilyIndexCaseContactsQuestionnaireA questionaire that assesses the HIV and health status for index case contacts.Questionnairehttp://moh.gov.et/fhir/hiv/Questionnaire/FamilyIndexCaseContactsQuestionnaire#1.0.1
... 1.1Currently living with the index case0..1choiceValue Set: Yes/No Codes
... 1.2What is the contact's current health status0..1reference
... 2Previous HIV Testing Services0..1group
.... 2.1Has the contact been previsouly tested for HIV0..1choiceValue Set: Yes/No Codes
.... 2.2Date of previous HIV test1..1dateEnable When: 2.1 =
.... 2.3Previous HIV test result1..1quantityEnable When: 2.2 exists
... 3Current HIV Testing Services0..1group
.... 3.1Will the contact be counseled for HIV today0..1choiceValue Set: Yes/No Codes
.... 3.2Will the contact be tested for HIV0..1choiceValue Set: Yes/No Codes
.... 3.3Date of HIV test1..1dateEnable When: 3.2 =
.... 3.4HIV test result1..1quantityEnable When: 3.3 exists
.... 3.5Reason for not being tested for HIV1..1choiceEnable When: 3.2 =
Value Set: Reason For Not Testing
.... 3.6Other reason for not being tested for HIV1..1stringEnable When: 3.5 =
... 4HIV Program0..1group
.... 4.1Is the contact linked to HIV care0..1choiceValue Set: Yes/No Codes
.... 4.2Contact identifiers1..1referenceEnable When: 4.1 =

doco Documentation for this format

Source1

{
  "resourceType": "Questionnaire",
  "id": "FamilyIndexCaseContactsQuestionnaire",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://moh.gov.et/fhir/hiv/Questionnaire/FamilyIndexCaseContactsQuestionnaire",
  "version": "1.0.1",
  "name": "FamilyIndexCaseContactsQuestionnaire",
  "title": "Questionnaire - Family Index Case Contacts",
  "status": "active",
  "subjectType": [
    "Observation"
  ],
  "date": "2026-02-09T05:22:58+00:00",
  "publisher": "Jembi Health Systems",
  "contact": [
    {
      "name": "Jembi Health Systems",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.jembi.org"
        },
        {
          "system": "email",
          "value": "info@jembi.org"
        }
      ]
    },
    {
      "name": "Jembi Health Systems",
      "telecom": [
        {
          "system": "email",
          "value": "info@jembi.org",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A questionaire that assesses the HIV and health status for index case contacts.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "ET",
          "display": "Ethiopia"
        }
      ]
    }
  ],
  "item": [
    {
      "linkId": "1.1",
      "code": [
        {
          "system": "http://snomed.info/sct",
          "code": "408821002"
        }
      ],
      "text": "Currently living with the index case",
      "type": "choice",
      "required": false,
      "repeats": false,
      "answerValueSet": "http://moh.gov.et/fhir/hiv/ValueSet/yes-no-value-set"
    },
    {
      "linkId": "1.2",
      "code": [
        {
          "system": "http://loinc.org",
          "code": "11323-3"
        }
      ],
      "text": "What is the contact's current health status",
      "type": "reference",
      "required": false,
      "repeats": false
    },
    {
      "linkId": "2",
      "text": "Previous HIV Testing Services",
      "type": "group",
      "required": false,
      "repeats": false,
      "item": [
        {
          "linkId": "2.1",
          "code": [
            {
              "system": "http://snomed.info/sct",
              "code": "171121004"
            }
          ],
          "text": "Has the contact been previsouly tested for HIV",
          "type": "choice",
          "required": false,
          "repeats": false,
          "answerValueSet": "http://moh.gov.et/fhir/hiv/ValueSet/yes-no-value-set"
        },
        {
          "linkId": "2.2",
          "code": [
            {
              "system": "http://loinc.org",
              "code": "67723-7"
            }
          ],
          "text": "Date of previous HIV test",
          "type": "date",
          "enableWhen": [
            {
              "question": "2.1",
              "operator": "=",
              "answerCoding": {
                "system": "http://moh.gov.et/fhir/hiv/CodeSystem/yes-no-code-system",
                "code": "true"
              }
            }
          ],
          "required": true,
          "repeats": false
        },
        {
          "linkId": "2.3",
          "code": [
            {
              "system": "http://snomed.info/sct",
              "code": "315124004"
            }
          ],
          "text": "Previous HIV test result",
          "type": "quantity",
          "enableWhen": [
            {
              "question": "2.2",
              "operator": "exists",
              "answerBoolean": true
            }
          ],
          "required": true,
          "repeats": false
        }
      ]
    },
    {
      "linkId": "3",
      "text": "Current HIV Testing Services",
      "type": "group",
      "required": false,
      "repeats": false,
      "item": [
        {
          "linkId": "3.1",
          "code": [
            {
              "system": "http://snomed.info/sct",
              "code": "313077009"
            }
          ],
          "text": "Will the contact be counseled for HIV today",
          "type": "choice",
          "required": false,
          "repeats": false,
          "answerValueSet": "http://moh.gov.et/fhir/hiv/ValueSet/yes-no-value-set"
        },
        {
          "linkId": "3.2",
          "code": [
            {
              "system": "http://snomed.info/sct",
              "code": "171121004"
            }
          ],
          "text": "Will the contact be tested for HIV",
          "type": "choice",
          "required": false,
          "repeats": false,
          "answerValueSet": "http://moh.gov.et/fhir/hiv/ValueSet/yes-no-value-set"
        },
        {
          "linkId": "3.3",
          "code": [
            {
              "system": "http://loinc.org",
              "code": "67723-7"
            }
          ],
          "text": "Date of HIV test",
          "type": "date",
          "enableWhen": [
            {
              "question": "3.2",
              "operator": "=",
              "answerCoding": {
                "system": "http://moh.gov.et/fhir/hiv/CodeSystem/yes-no-code-system",
                "code": "true"
              }
            }
          ],
          "required": true,
          "repeats": false
        },
        {
          "linkId": "3.4",
          "code": [
            {
              "system": "http://snomed.info/sct",
              "code": "315124004"
            }
          ],
          "text": "HIV test result",
          "type": "quantity",
          "enableWhen": [
            {
              "question": "3.3",
              "operator": "exists",
              "answerBoolean": true
            }
          ],
          "required": true,
          "repeats": false
        },
        {
          "linkId": "3.5",
          "code": [
            {
              "system": "http://snomed.info/sct",
              "code": "445032002"
            }
          ],
          "text": "Reason for not being tested for HIV",
          "type": "choice",
          "enableWhen": [
            {
              "question": "3.2",
              "operator": "=",
              "answerCoding": {
                "system": "http://moh.gov.et/fhir/hiv/CodeSystem/yes-no-code-system",
                "code": "false"
              }
            }
          ],
          "required": true,
          "repeats": false,
          "answerValueSet": "http://moh.gov.et/fhir/hiv/ValueSet/reason-for-not-testing-value-set"
        },
        {
          "linkId": "3.6",
          "code": [
            {
              "system": "http://moh.gov.et/fhir/hiv/CodeSystem/family-index-case-contacts-questionnaire-code-system",
              "code": "Other-Reason-Not-Tested-for-HIV"
            }
          ],
          "text": "Other reason for not being tested for HIV",
          "type": "string",
          "enableWhen": [
            {
              "question": "3.5",
              "operator": "=",
              "answerCoding": {
                "system": "http://loinc.org",
                "code": "LA46-8"
              }
            }
          ],
          "required": true,
          "repeats": false
        }
      ]
    },
    {
      "linkId": "4",
      "text": "HIV Program",
      "type": "group",
      "required": false,
      "repeats": false,
      "item": [
        {
          "linkId": "4.1",
          "code": [
            {
              "system": "http://loinc.org",
              "code": "LP95599-4"
            }
          ],
          "text": "Is the contact linked to HIV care",
          "type": "choice",
          "required": false,
          "repeats": false,
          "answerValueSet": "http://moh.gov.et/fhir/hiv/ValueSet/yes-no-value-set"
        },
        {
          "linkId": "4.2",
          "code": [
            {
              "system": "http://loinc.org",
              "code": "94648-3"
            }
          ],
          "text": "Contact identifiers",
          "type": "reference",
          "enableWhen": [
            {
              "question": "4.1",
              "operator": "=",
              "answerCoding": {
                "system": "http://moh.gov.et/fhir/hiv/CodeSystem/yes-no-code-system",
                "code": "true"
              }
            }
          ],
          "required": true,
          "repeats": false
        }
      ]
    }
  ]
}