New Zealand Rheumatic Fever FHIR Implementation Guide
1.0.0 - draft

New Zealand Rheumatic Fever FHIR Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: DiagnosisRiskFactorsQuestionnaireResponse - JSON Representation

Raw json | Download

{
  "resourceType" : "QuestionnaireResponse",
  "meta" : {
    "tag" : [
      {
        "system" : "https://fhir-ig.digital.health.nz/rheumatic-fever/CodeSystem/nz-rheumaticfever-codesystem",
        "code" : "rf-nz",
        "display" : "rheumatic fever"
      }
    ]
  },
  "questionnaire" : "https://fhir-ig.digital.health.nz/rheumatic-fever/Questionnaire/DiagnosisRiskFactorsQuestionnaire",
  "status" : "completed",
  "subject" : {
    "type" : "Patient",
    "identifier" : {
      "use" : "official",
      "system" : "https://standards.digital.health.nz/ns/nhi-id",
      "value" : "ZKC7284"
    },
    "display" : "Sage Westbrook"
  },
  "authored" : "2023-08-01T10:00:00Z",
  "item" : [
    {
      "linkId" : "SoreThroat4Weeks",
      "answer" : [
        {
          "valueCoding" : {
            "system" : "http://snomed.info/sct",
            "code" : "373066001",
            "display" : "Yes (qualifier value)"
          }
        }
      ]
    },
    {
      "linkId" : "AntibioticsSoreThroat",
      "answer" : [
        {
          "valueCoding" : {
            "system" : "http://snomed.info/sct",
            "code" : "373066001",
            "display" : "Yes (qualifier value)"
          }
        }
      ]
    },
    {
      "linkId" : "AntibioticsDetails",
      "answer" : [
        {
          "valueString" : "Amoxicillin 500mg TDS for 10 days"
        }
      ]
    },
    {
      "linkId" : "SoreThroatTreatedProperly",
      "answer" : [
        {
          "valueCoding" : {
            "system" : "http://snomed.info/sct",
            "code" : "373067005",
            "display" : "No (qualifier value)"
          }
        }
      ]
    },
    {
      "linkId" : "FamilyHistoryARFRHD",
      "answer" : [
        {
          "valueCoding" : {
            "system" : "http://snomed.info/sct",
            "code" : "373066001",
            "display" : "Yes (qualifier value)"
          }
        }
      ]
    },
    {
      "linkId" : "FamilyHistoryDetails",
      "answer" : [
        {
          "valueString" : "Mother diagnosed with rheumatic heart disease at age 25, required valve replacement"
        }
      ]
    },
    {
      "linkId" : "FamilyHistoryRelationship",
      "answer" : [
        {
          "valueCoding" : {
            "system" : "http://snomed.info/sct",
            "code" : "40683002",
            "display" : "Parent (person)"
          }
        }
      ]
    },
    {
      "linkId" : "PastMedicalHistoryARF",
      "answer" : [
        {
          "valueCoding" : {
            "system" : "http://snomed.info/sct",
            "code" : "373067005",
            "display" : "No (qualifier value)"
          }
        }
      ]
    },
    {
      "linkId" : "EvidencePreviousRHD",
      "answer" : [
        {
          "valueCoding" : {
            "system" : "http://snomed.info/sct",
            "code" : "373067005",
            "display" : "No (qualifier value)"
          }
        }
      ]
    }
  ]
}