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

FHIR IG analytics

Packageethiopia.fhir.hiv
Resource TypeQuestionnaireResponse
IdQuestionnaireResponse-IndexCaseAssessmentExample2.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 IndexCaseAssessmentExample2

LinkIDTextDefinitionAnswerdoco
.. IndexCaseAssessmentExample2Questionnaire:Questionnaire - Index Case Assessment
... 1.1Did the index case agree to be interviewedYes/No Codes: false (No)
... 1.2Reason for not being interviewedLOINC: LA46-8 (Other)
... 1.3Other Reason for not being interviewedsome other reason

doco Documentation for this format

Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "IndexCaseAssessmentExample2",
  "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": "LA46-8"
          }
        }
      ]
    },
    {
      "linkId": "1.3",
      "text": "Other Reason for not being interviewed",
      "answer": [
        {
          "valueString": "some other reason"
        }
      ]
    }
  ]
}