New Zealand Rheumatic Fever FHIR Implementation Guide
1.0.0 - draft

New Zealand Rheumatic Fever FHIR Implementation Guide, published by Te Whatu Ora. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/tewhatuora/fhir-rheumatic-fever/ and changes regularly. 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)"
          }
        }
      ]
    }
  ]
}