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

FHIR IG analytics

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

LinkIDTextDefinitionAnswerdoco
.. FamilyIndexCaseContactsExample1Questionnaire:Questionnaire - Family Index Case Contacts
... 1.1Currently living with the index caseYes/No Codes: false (No)
... 1.2What is the contact's current health statusObservation General health - Reported
... 2
.... 2.1Has the contact been previsouly tested for HIVYes/No Codes: false (No)

doco Documentation for this format

Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "FamilyIndexCaseContactsExample1",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "questionnaire": "http://moh.gov.et/fhir/hiv/Questionnaire/FamilyIndexCaseContactsQuestionnaire",
  "status": "completed",
  "subject": {
    "reference": "Patient/GeneralPatientExample"
  },
  "encounter": {
    "reference": "Encounter/GeneralEncounterExample"
  },
  "authored": "2008-10-13",
  "author": {
    "reference": "Practitioner/GeneralPractitionerExample"
  },
  "item": [
    {
      "linkId": "1.1",
      "text": "Currently living with the index case",
      "answer": [
        {
          "valueCoding": {
            "system": "http://moh.gov.et/fhir/hiv/CodeSystem/yes-no-code-system",
            "code": "false"
          }
        }
      ]
    },
    {
      "linkId": "1.2",
      "text": "What is the contact's current health status",
      "answer": [
        {
          "valueReference": {
            "reference": "Observation/IndexCaseContactHealthStatusFamilyMemberExample"
          }
        }
      ]
    },
    {
      "linkId": "2",
      "item": [
        {
          "linkId": "2.1",
          "text": "Has the contact been previsouly tested for HIV",
          "answer": [
            {
              "valueCoding": {
                "system": "http://moh.gov.et/fhir/hiv/CodeSystem/yes-no-code-system",
                "code": "false"
              }
            }
          ]
        }
      ]
    }
  ]
}