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

FHIR IG analytics

Packagetewhatuora.rheumaticfever
Resource TypeQuestionnaireResponse
IdQuestionnaireResponse-HealthAssessmentAtOralProphylaxisEncounter.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "HealthAssessmentAtOralProphylaxisEncounter",
  "meta": {
    "versionId": "2",
    "lastUpdated": "2024-08-07T08:31:00Z",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse"
    ],
    "tag": [
      {
        "system": "https://fhir-ig.digital.health.nz/rheumatic-fever/CodeSystem/nz-rheumaticfever-codesystem",
        "code": "rf-nz",
        "display": "rheumatic fever"
      }
    ]
  },
  "basedOn": [
    {
      "reference": "CarePlan/RegisteredPatient"
    }
  ],
  "questionnaire": "https://fhir-ig.digital.health.nz/rheumatic-fever/Questionnaire/OralSecondaryProphylaxisHealthAssessmentQuestionnaire|1.0.0",
  "status": "completed",
  "subject": {
    "type": "Patient",
    "identifier": {
      "use": "official",
      "system": "https://standards.digital.health.nz/ns/nhi-id",
      "value": "ZKC7284"
    },
    "display": "Sage Westbrook"
  },
  "encounter": {
    "reference": "Encounter/SecondaryProphylaxisEncounter"
  },
  "authored": "2023-08-08T01:08:00.504Z",
  "author": {
    "type": "Organization",
    "identifier": {
      "use": "official",
      "system": "https://standards.digital.health.nz/ns/hpi-organisation-id",
      "value": "G0M086-B"
    },
    "display": "Te Tai Tokerau Rheumatic Fever Secondary Prevention Service"
  },
  "item": [
    {
      "linkId": "MedicationIssues",
      "text": "Has the patient had any issues taking their medications?",
      "answer": [
        {
          "valueBoolean": false
        }
      ]
    },
    {
      "linkId": "DelaysObtainingMedication",
      "text": "Were there delays in obtaining medications that interrupted the patient’s treatment?",
      "answer": [
        {
          "valueBoolean": true
        }
      ]
    },
    {
      "linkId": "DelaysObtainingMedicationDetail",
      "text": "Enter details of delays in obtaining medication that interrupted patient's treatment (enter text)",
      "answer": [
        {
          "valueString": "Due to a spike in oral medication prescriptions throughout Northland, Sage had difficulties obtaining medication"
        }
      ]
    },
    {
      "linkId": "SufficientMedication",
      "text": "Does the patient have enough medication to last until their next check-in?",
      "answer": [
        {
          "valueBoolean": true
        }
      ]
    },
    {
      "linkId": "PlanForObtainingMedications",
      "text": "Plan for obtaining medications to last until next check-in (enter text)",
      "answer": [
        {
          "valueString": "Get more"
        }
      ]
    },
    {
      "linkId": "AnyOtherConcerns",
      "text": "Were There Any Other Concerns or Issues Identified During the Visit?",
      "answer": [
        {
          "valueBoolean": true
        }
      ]
    },
    {
      "linkId": "OtherConcernsDetail",
      "text": "If yes, describe details, actions taken, and follow-up planned (enter text)",
      "answer": [
        {
          "valueString": "Sage has decided to set up her own pharmaceutical company to resolve medication supply issues."
        }
      ]
    },
    {
      "linkId": "HealthEducationTopicsDiscussed",
      "text": "Health education topics discussed? (multiple choice)",
      "answer": [
        {
          "valueString": "Secondary prophylaxis"
        },
        {
          "valueString": "Nutrition"
        },
        {
          "valueString": "Other"
        }
      ]
    },
    {
      "linkId": "HealthEducationOtherDetail",
      "text": "Enter details of other health education topic discussed (enter text)",
      "answer": [
        {
          "valueString": "Sage and I were discussing the importance of punctuality but ran out of time."
        }
      ]
    },
    {
      "linkId": "RecentOrUpcomingAppointments",
      "text": "Any recent or upcoming follow-up appointments?",
      "answer": [
        {
          "valueBoolean": true
        }
      ]
    },
    {
      "linkId": "RecentOrUpcomingAppointmentsDetails",
      "text": "Enter details and dates of any recent or upcoming follow-up appointments (enter text)",
      "answer": [
        {
          "valueString": "Sage has an upcoming follow-up with the cardiologist."
        }
      ]
    },
    {
      "linkId": "PlanForNextMedicationAppointment",
      "text": "Comments for the next appointment (enter text)",
      "answer": [
        {
          "valueString": "Keep it rolling"
        }
      ]
    }
  ]
}