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

FHIR IG analytics

Packageethiopia.fhir.hiv
Resource TypeQuestionnaireResponse
IdQuestionnaireResponse-IndexCaseAssessmentExample4.json
FHIR VersionR4

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: QuestionnaireResponse IndexCaseAssessmentExample4

LinkIDTextDefinitionAnswerdoco
.. IndexCaseAssessmentExample4Questionnaire:Questionnaire - Index Case Assessment
... 1.1Did the index case agree to be interviewedYes/No Codes: true (Yes)
... 1.4When did the index case receive the interview2008-10-13
... 1.5Was the index case interviewed for partner servicesYes/No Codes: true (Yes)
... 1.6When was the index case interviewed for partner services2008-10-13
... 1.7Number of sexual partners in past 12 months4
... 1.8Number of sexual partners in past 24 months6
... 1.9Is the index client willing to identify the sex partnersYes/No Codes: false (No)
... 1.10Reason for not being able to identify the sex partnerssome other reason

doco Documentation for this format

Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "IndexCaseAssessmentExample4",
  "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": "false"
          }
        }
      ]
    },
    {
      "linkId": "1.10",
      "text": "Reason for not being able to identify the sex partners",
      "answer": [
        {
          "valueString": "some other reason"
        }
      ]
    }
  ]
}