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

FHIR IG analytics

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

LinkIDTextDefinitionAnswerdoco
.. IndexCaseAssessmentExample1Questionnaire:Questionnaire - Index Case Assessment
... 1.1Did the index case agree to be interviewedYes/No Codes: false (No)
... 1.2Reason for not being interviewedLOINC: 81954-0 (Date of death [Date])

doco Documentation for this format

Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "IndexCaseAssessmentExample1",
  "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": "81954-0"
          }
        }
      ]
    }
  ]
}