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

: RecurrenceDiagnosisQuestionnaireResponse - 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/RecurrenceDiagnosisQuestionnaire",
  "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" : "ReceivingAntibioticProphylaxis",
      "answer" : [
        {
          "valueString" : "No - Discontinued Prematurely"
        }
      ]
    },
    {
      "linkId" : "TypeOfProphylaxis",
      "answer" : [
        {
          "valueString" : "Benzathine Penicillin"
        }
      ]
    },
    {
      "linkId" : "MedicationRoute",
      "answer" : [
        {
          "valueString" : "Intramuscular Injection"
        }
      ]
    },
    {
      "linkId" : "PrescribedFrequency",
      "answer" : [
        {
          "valueString" : "28 Days"
        }
      ]
    },
    {
      "linkId" : "ProphylaxisAdherence",
      "answer" : [
        {
          "valueString" : "Patient missed 3 appointments in last 6 months due to transport issues"
        }
      ]
    },
    {
      "linkId" : "ProphylaxisProvider",
      "answer" : [
        {
          "valueString" : "Community nursing service"
        }
      ]
    },
    {
      "linkId" : "LastDocumentedDose",
      "answer" : [
        {
          "valueDate" : "2023-06-15"
        }
      ]
    },
    {
      "linkId" : "RiskFactorsRecurrence",
      "answer" : [
        {
          "valueString" : "Living in crowded housing conditions; recent streptococcal infection in household"
        }
      ]
    }
  ]
}