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

FHIR IG analytics

Packageuz.dhp.integrations
Resource TypeQuestionnaireResponse
IdQuestionnaireResponse-example-hcv-response.json
FHIR VersionR5

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


English


Generated Narrative: QuestionnaireResponse example-hcv-response

LinkIDTextDefinitionAnswerdoco
.. example-hcv-responseQuestionnaire:HEPATITIS QUESTIONNAIRE
... grp-1MAIN INFORMATION
.... hx-tx-hcv-hbvHas treatment for HCV/HBV been conducted in the past (in the patient's history)?true
.... hx-tx-hcv-hbv-medsWhat medications were taken against HCV/HBV?Sofosbuvir + Declatasvir
... grp-pregnancyGynecological treatment / Pregnancy
.... pregnancy-trimesterPregnancy duration (Homiladorlik muddati)SNOMED CT: 255246003 (First trimester)

doco Documentation for this format

Russian


Сгенерированный нарратив: QuestionnaireResponse example-hcv-response

LinkIDТекстОпределениеОтветdoco
.. example-hcv-responseQuestionnaire:HEPATITIS QUESTIONNAIRE
... grp-1MAIN INFORMATION
.... hx-tx-hcv-hbvHas treatment for HCV/HBV been conducted in the past (in the patient's history)?true
.... hx-tx-hcv-hbv-medsWhat medications were taken against HCV/HBV?Sofosbuvir + Declatasvir
... grp-pregnancyGynecological treatment / Pregnancy
.... pregnancy-trimesterPregnancy duration (Homiladorlik muddati)SNOMED CT: 255246003 (First trimester)

doco Документация для этого формата

Uzbek


Generated Narrative: QuestionnaireResponse example-hcv-response

LinkIDTextDefinitionAnswerdoco
.. example-hcv-responseQuestionnaire:HEPATITIS QUESTIONNAIRE
... grp-1MAIN INFORMATION
.... hx-tx-hcv-hbvHas treatment for HCV/HBV been conducted in the past (in the patient's history)?true
.... hx-tx-hcv-hbv-medsWhat medications were taken against HCV/HBV?Sofosbuvir + Declatasvir
... grp-pregnancyGynecological treatment / Pregnancy
.... pregnancy-trimesterPregnancy duration (Homiladorlik muddati)SNOMED CT: 255246003 (First trimester)

doco Documentation for this format

Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "example-hcv-response",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:uuid:6f9b9d8e-3b7d-4d87-8f6e-123456789abc"
    }
  ],
  "questionnaire": "https://dhp.uz/fhir/integrations/Questionnaire/hepatitis-questionnaire",
  "status": "completed",
  "subject": {
    "reference": "Patient/example-hepatitis-patient"
  },
  "authored": "2026-03-19T12:00:00Z",
  "author": {
    "reference": "PractitionerRole/muratova-gulshoda-role"
  },
  "item": [
    {
      "linkId": "grp-1",
      "text": "MAIN INFORMATION",
      "item": [
        {
          "linkId": "hx-tx-hcv-hbv",
          "text": "Has treatment for HCV/HBV been conducted in the past (in the patient's history)?",
          "answer": [
            {
              "valueBoolean": true
            }
          ]
        },
        {
          "linkId": "hx-tx-hcv-hbv-meds",
          "text": "What medications were taken against HCV/HBV?",
          "answer": [
            {
              "valueString": "Sofosbuvir + Declatasvir"
            }
          ]
        }
      ]
    },
    {
      "linkId": "grp-pregnancy",
      "text": "Gynecological treatment / Pregnancy",
      "item": [
        {
          "linkId": "pregnancy-trimester",
          "text": "Pregnancy duration (Homiladorlik muddati)",
          "answer": [
            {
              "valueCoding": {
                "system": "http://snomed.info/sct",
                "code": "255246003",
                "display": "First trimester"
              }
            }
          ]
        }
      ]
    }
  ]
}