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

: Secondary Prophylaxis Health Assessment Questionnaire - TTL Representation

Draft as of 2023-11-10

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Questionnaire ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "SecondaryProphylaxisHealthAssessmentQuestionnaire"] ; # 
  fhir:url [ fhir:v "https://fhir-ig.digital.health.nz/rheumatic-fever/Questionnaire/SecondaryProphylaxisHealthAssessmentQuestionnaire"^^xsd:anyURI] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:value [ fhir:v "SecondaryProphylaxisHealthAssessmentQuestionnaire" ] ;
fhir:period [
fhir:start [ fhir:v "2023-10-16"^^xsd:date ]     ]
  ] ) ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "SecondaryProphylaxisHealthAssessmentQuestionnaire"] ; # 
  fhir:title [ fhir:v "Secondary Prophylaxis Health Assessment Questionnaire"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:subjectType ( [ fhir:v "Patient"] ) ; # 
  fhir:date [ fhir:v "2023-11-10"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "Te Whatu Ora"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Te Whatu Ora" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.tewhatuora.govt.nz/" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "integration@tewhatuora.govt.nz" ]     ] )
  ] [
fhir:name [ fhir:v "HNZ Integration Team" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "integration@tewhatuora.govt.nz" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Gathers information about patient health at a secondary prophylaxis medication appointment"] ; # 
  fhir:purpose [ fhir:v "Gathers information about patient health at a secondary prophylaxis medication appointment"] ; # 
  fhir:item ( [
fhir:linkId [ fhir:v "page1" ] ;
fhir:prefix [ fhir:v "page1" ] ;
fhir:text [ fhir:v "Please complete this questionnaire at the secondary prophylaxis appointment to assess a rheumatic fever patient's health." ] ;
fhir:type [ fhir:v "display" ]
  ] [
fhir:linkId [ fhir:v "ReasonsInjectionOverdue" ] ;
fhir:prefix [ fhir:v "2)" ] ;
fhir:text [ fhir:v "Reason(s) injection was give late? (multiple choice)" ] ;
fhir:type [ fhir:v "choice" ] ;
fhir:required [ fhir:v true ] ;
fhir:repeats [ fhir:v true ] ;
    ( fhir:answerOption [
fhir:value [
a fhir:string ;
fhir:v "Previously Care On-Hold"       ]     ] [
fhir:value [
a fhir:string ;
fhir:v "Unable to Contact Patient"       ]     ] [
fhir:value [
a fhir:string ;
fhir:v "Patient Not Available on the Day"       ]     ] [
fhir:value [
a fhir:string ;
fhir:v "Patient Declined Treatment"       ]     ] [
fhir:value [
a fhir:string ;
fhir:v "INR Too High"       ]     ] [
fhir:value [
a fhir:string ;
fhir:v "Patient Lost to Follow-Up"       ]     ] [
fhir:value [
a fhir:string ;
fhir:v "Service Delayed To Follow-Up"       ]     ] [
fhir:value [
a fhir:string ;
fhir:v "Service Unavailable on the Day"       ]     ] [
fhir:value [
a fhir:string ;
fhir:v "Service Error"       ]     ] [
fhir:value [
a fhir:string ;
fhir:v "Other"       ]     ] )
  ] [
fhir:linkId [ fhir:v "OverdueInjectionOtherDetail" ] ;
fhir:prefix [ fhir:v "3)" ] ;
fhir:text [ fhir:v "Other details for late injection (enter text)" ] ;
fhir:type [ fhir:v "text" ] ;
fhir:required [ fhir:v true ]
  ] [
fhir:linkId [ fhir:v "OtherPainManagementToolsUsed" ] ;
fhir:prefix [ fhir:v "11)" ] ;
fhir:text [ fhir:v "Pain management tools used? (multiple choice)" ] ;
fhir:type [ fhir:v "choice" ] ;
fhir:required [ fhir:v true ] ;
fhir:repeats [ fhir:v true ] ;
    ( fhir:answerOption [
fhir:value [
a fhir:string ;
fhir:v "Ice pack"       ]     ] [
fhir:value [
a fhir:string ;
fhir:v "Buzzy bee"       ]     ] [
fhir:value [
a fhir:string ;
fhir:v "Numbing cream (Emla)"       ]     ] [
fhir:value [
a fhir:string ;
fhir:v "Numbing spray"       ]     ] [
fhir:value [
a fhir:string ;
fhir:v "Distraction"       ]     ] [
fhir:value [
a fhir:string ;
fhir:v "Very slow injection"       ]     ] [
fhir:value [
a fhir:string ;
fhir:v "Other"       ]     ] )
  ] [
fhir:linkId [ fhir:v "PainManagementOtherDetails" ] ;
fhir:prefix [ fhir:v "11.1)" ] ;
fhir:text [ fhir:v "Details of other pain management (enter text)" ] ;
fhir:type [ fhir:v "text" ] ;
    ( fhir:enableWhen [
fhir:question [ fhir:v "OtherPainManagementToolsUsed" ] ;
fhir:operator [ fhir:v "=" ] ;
fhir:answer [
a fhir:string ;
fhir:v "Other"       ]     ] ) ;
fhir:required [ fhir:v true ]
  ] [
fhir:linkId [ fhir:v "PostInjectionConcern" ] ;
fhir:prefix [ fhir:v "12)" ] ;
fhir:text [ fhir:v "Post injection concern or possible reaction identified?" ] ;
fhir:type [ fhir:v "boolean" ] ;
fhir:required [ fhir:v true ] ;
    ( fhir:initial [
fhir:value [
a fhir:boolean ;
fhir:v false       ]     ] )
  ] [
fhir:linkId [ fhir:v "PostInjectionConcernDetails" ] ;
fhir:prefix [ fhir:v "12.1)" ] ;
fhir:text [ fhir:v "If Yes, Record Details, Symptoms, Actions Taken and Follow-Up Plan (enter text)" ] ;
fhir:type [ fhir:v "text" ] ;
    ( fhir:enableWhen [
fhir:question [ fhir:v "PostInjectionConcern" ] ;
fhir:operator [ fhir:v "=" ] ;
fhir:answer [
a fhir:boolean ;
fhir:v true       ]     ] ) ;
fhir:required [ fhir:v true ]
  ] [
fhir:linkId [ fhir:v "AnyOtherConcerns" ] ;
fhir:prefix [ fhir:v "13)" ] ;
fhir:text [ fhir:v "Were There Any Other Concerns or Issues Identified During the Visit?" ] ;
fhir:type [ fhir:v "boolean" ] ;
fhir:required [ fhir:v true ] ;
    ( fhir:initial [
fhir:value [
a fhir:boolean ;
fhir:v false       ]     ] )
  ] [
fhir:linkId [ fhir:v "OtherConcernsDetail" ] ;
fhir:prefix [ fhir:v "13.1)" ] ;
fhir:text [ fhir:v "If yes, describe details, actions taken, and follow-up planned (enter text)" ] ;
fhir:type [ fhir:v "text" ] ;
    ( fhir:enableWhen [
fhir:question [ fhir:v "AnyOtherConcerns" ] ;
fhir:operator [ fhir:v "=" ] ;
fhir:answer [
a fhir:boolean ;
fhir:v true       ]     ] ) ;
fhir:required [ fhir:v true ]
  ] [
fhir:linkId [ fhir:v "HealthEducationTopicsDiscussed" ] ;
fhir:prefix [ fhir:v "14)" ] ;
fhir:text [ fhir:v "Health education topics discussed? (multiple choice)" ] ;
fhir:type [ fhir:v "choice" ] ;
fhir:required [ fhir:v true ] ;
fhir:repeats [ fhir:v true ] ;
    ( fhir:answerOption [
fhir:value [
a fhir:string ;
fhir:v "Secondary prophylaxis"       ]     ] [
fhir:value [
a fhir:string ;
fhir:v "Sore Throat Management"       ]     ] [
fhir:value [
a fhir:string ;
fhir:v "Skin Infection Management"       ]     ] [
fhir:value [
a fhir:string ;
fhir:v "Dental Health"       ]     ] [
fhir:value [
a fhir:string ;
fhir:v "Endocarditis Prophylaxis"       ]     ] [
fhir:value [
a fhir:string ;
fhir:v "Nutrition"       ]     ] [
fhir:value [
a fhir:string ;
fhir:v "Physical Activity"       ]     ] [
fhir:value [
a fhir:string ;
fhir:v "Healthy Home Environments"       ]     ] [
fhir:value [
a fhir:string ;
fhir:v "Sexual Health"       ]     ] [
fhir:value [
a fhir:string ;
fhir:v "Other"       ]     ] )
  ] [
fhir:linkId [ fhir:v "HealthEducationOtherDetail" ] ;
fhir:prefix [ fhir:v "14.1)" ] ;
fhir:text [ fhir:v "Enter details of other health education topic discussed (enter text)" ] ;
fhir:type [ fhir:v "text" ] ;
    ( fhir:enableWhen [
fhir:question [ fhir:v "HealthEducationTopicsDiscussed" ] ;
fhir:operator [ fhir:v "=" ] ;
fhir:answer [
a fhir:string ;
fhir:v "Other"       ]     ] ) ;
fhir:required [ fhir:v true ]
  ] [
fhir:linkId [ fhir:v "RecentOrUpcomingAppointments" ] ;
fhir:prefix [ fhir:v "15)" ] ;
fhir:text [ fhir:v "Any recent or upcoming follow-up appointments?" ] ;
fhir:type [ fhir:v "boolean" ] ;
fhir:required [ fhir:v true ]
  ] [
fhir:linkId [ fhir:v "RecentOrUpcomingAppointmentsDetails" ] ;
fhir:prefix [ fhir:v "15.1)" ] ;
fhir:text [ fhir:v "Enter details and dates of any recent or upcoming follow-up appointments (enter text)" ] ;
fhir:type [ fhir:v "text" ] ;
    ( fhir:enableWhen [
fhir:question [ fhir:v "RecentOrUpcomingAppointments" ] ;
fhir:operator [ fhir:v "=" ] ;
fhir:answer [
a fhir:boolean ;
fhir:v true       ]     ] ) ;
fhir:required [ fhir:v true ]
  ] [
fhir:linkId [ fhir:v "PlanForNextMedicationAppointment" ] ;
fhir:prefix [ fhir:v "16)" ] ;
fhir:text [ fhir:v "Comments for the next appointment (enter text)" ] ;
fhir:type [ fhir:v "text" ] ;
fhir:required [ fhir:v true ]
  ] ) . #