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
Draft as of 2024-06-17 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "OralSecondaryProphylaxisHealthAssessmentQuestionnaire"] ; #
fhir:url [ fhir:v "https://fhir-ig.digital.health.nz/rheumatic-fever/Questionnaire/OralSecondaryProphylaxisHealthAssessmentQuestionnaire"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:value [ fhir:v "OralSecondaryProphylaxisHealthAssessmentQuestionnaire" ] ;
fhir:period [
fhir:start [ fhir:v "2024-06-17"^^xsd:date ] ]
] ) ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "OralSecondaryProphylaxisHealthAssessmentQuestionnaire"] ; #
fhir:title [ fhir:v "Oral Secondary Prophylaxis Health Assessment Questionnaire"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:subjectType ( [ fhir:v "Patient"] ) ; #
fhir:date [ fhir:v "2024-06-17"^^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 an oral secondary prophylaxis medication appointment"] ; #
fhir:purpose [ fhir:v "Gathers information about patient health at an appointemnt for oral secondary prophylaxis medication"] ; #
fhir:item ( [
fhir:linkId [ fhir:v "page1" ] ;
fhir:prefix [ fhir:v "page1" ] ;
fhir:text [ fhir:v "Please complete this questionnaire at the oral secondary prophylaxis appointment to assess a rheumatic fever patient's health." ] ;
fhir:type [ fhir:v "display" ]
] [
fhir:linkId [ fhir:v "MedicationIssues" ] ;
fhir:prefix [ fhir:v "1" ] ;
fhir:text [ fhir:v "Has the patient had any issues taking their medications?" ] ;
fhir:type [ fhir:v "boolean" ] ;
fhir:required [ fhir:v "true"^^xsd:boolean ]
] [
fhir:linkId [ fhir:v "DelaysObtainingMedication" ] ;
fhir:prefix [ fhir:v "2)" ] ;
fhir:text [ fhir:v "Were there delays in obtaining medications that interrupted the patient’s treatment?" ] ;
fhir:type [ fhir:v "boolean" ] ;
fhir:required [ fhir:v "true"^^xsd:boolean ]
] [
fhir:linkId [ fhir:v "DelaysObtainingMedicationDetail" ] ;
fhir:prefix [ fhir:v "2.1)" ] ;
fhir:text [ fhir:v "Enter details of delays in obtaining medication that interrupted patient's treatment (enter text)" ] ;
fhir:type [ fhir:v "text" ] ;
( fhir:enableWhen [
fhir:question [ fhir:v "DelaysObtainingMedication" ] ;
fhir:operator [ fhir:v "=" ] ;
fhir:answer [ fhir:v "true"^^xsd:boolean ] ] ) ;
fhir:required [ fhir:v "true"^^xsd:boolean ]
] [
fhir:linkId [ fhir:v "SufficientMedication" ] ;
fhir:prefix [ fhir:v "3)" ] ;
fhir:text [ fhir:v "Does the patient have enough medication to last until their next check-in?" ] ;
fhir:type [ fhir:v "boolean" ] ;
fhir:required [ fhir:v "true"^^xsd:boolean ]
] [
fhir:linkId [ fhir:v "PlanForObtainingMedications" ] ;
fhir:prefix [ fhir:v "4)" ] ;
fhir:text [ fhir:v "Plan for obtaining medications to last until next check-in (enter text)" ] ;
fhir:type [ fhir:v "text" ] ;
fhir:required [ fhir:v "true"^^xsd:boolean ]
] [
fhir:linkId [ fhir:v "AnyOtherConcerns" ] ;
fhir:prefix [ fhir:v "5)" ] ;
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"^^xsd:boolean ] ;
( fhir:initial [
fhir:value [ fhir:v "false"^^xsd:boolean ] ] )
] [
fhir:linkId [ fhir:v "OtherConcernsDetail" ] ;
fhir:prefix [ fhir:v "5.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 [ fhir:v "true"^^xsd:boolean ] ] ) ;
fhir:required [ fhir:v "true"^^xsd:boolean ]
] [
fhir:linkId [ fhir:v "HealthEducationTopicsDiscussed" ] ;
fhir:prefix [ fhir:v "6)" ] ;
fhir:text [ fhir:v "Health education topics discussed? (multiple choice)" ] ;
fhir:type [ fhir:v "choice" ] ;
fhir:required [ fhir:v "true"^^xsd:boolean ] ;
fhir:repeats [ fhir:v "true"^^xsd:boolean ] ;
( fhir:answerOption [
fhir:value [ fhir:v "Secondary prophylaxis" ] ] [
fhir:value [ fhir:v "Sore Throat Management" ] ] [
fhir:value [ fhir:v "Skin Infection Management" ] ] [
fhir:value [ fhir:v "Dental Health" ] ] [
fhir:value [ fhir:v "Endocarditis Prophylaxis" ] ] [
fhir:value [ fhir:v "Nutrition" ] ] [
fhir:value [ fhir:v "Physical Activity" ] ] [
fhir:value [ fhir:v "Healthy Home Environments" ] ] [
fhir:value [ fhir:v "Sexual Health" ] ] [
fhir:value [ fhir:v "Other" ] ] )
] [
fhir:linkId [ fhir:v "HealthEducationOtherDetail" ] ;
fhir:prefix [ fhir:v "6.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 [ fhir:v "Other" ] ] ) ;
fhir:required [ fhir:v "true"^^xsd:boolean ]
] [
fhir:linkId [ fhir:v "RecentOrUpcomingAppointments" ] ;
fhir:prefix [ fhir:v "7)" ] ;
fhir:text [ fhir:v "Any recent or upcoming follow-up appointments?" ] ;
fhir:type [ fhir:v "boolean" ] ;
fhir:required [ fhir:v "true"^^xsd:boolean ]
] [
fhir:linkId [ fhir:v "RecentOrUpcomingAppointmentsDetails" ] ;
fhir:prefix [ fhir:v "7.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 [ fhir:v "true"^^xsd:boolean ] ] ) ;
fhir:required [ fhir:v "true"^^xsd:boolean ]
] [
fhir:linkId [ fhir:v "PlanForNextMedicationAppointment" ] ;
fhir:prefix [ fhir:v "8)" ] ;
fhir:text [ fhir:v "Comments for the next appointment (enter text)" ] ;
fhir:type [ fhir:v "text" ] ;
fhir:required [ fhir:v "true"^^xsd:boolean ]
] ) . #
IG © 2024+ Te Whatu Ora. Package tewhatuora.rheumaticfever#1.0.0 based on FHIR 4.0.1. Generated 2024-09-26
Links: Table of Contents |
QA Report