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

: Recurrence Diagnosis Questionnaire - TTL Representation

Draft as of 2024-01-01

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 "RecurrenceDiagnosisQuestionnaire"] ; # 
  fhir:url [ fhir:v "https://fhir-ig.digital.health.nz/rheumatic-fever/Questionnaire/RecurrenceDiagnosisQuestionnaire"^^xsd:anyURI] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:value [ fhir:v "RecurrenceDiagnosisQuestionnaire" ] ;
fhir:period [
fhir:start [ fhir:v "2024-01-01"^^xsd:date ]     ]
  ] ) ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "RecurrenceDiagnosisQuestionnaire"] ; # 
  fhir:title [ fhir:v "Recurrence Diagnosis Questionnaire"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:subjectType ( [ fhir:v "Patient"] ) ; # 
  fhir:date [ fhir:v "2024-01-01"^^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 prophylaxis and recurrence details for acute rheumatic fever diagnosis"] ; # 
  fhir:purpose [ fhir:v "Gathers information about prophylaxis and recurrence details for acute rheumatic fever diagnosis"] ; # 
  fhir:item ( [
fhir:linkId [ fhir:v "page1" ] ;
fhir:prefix [ fhir:v "page1" ] ;
fhir:text [ fhir:v "Please complete this questionnaire to assess recurrence and prophylaxis details for rheumatic fever diagnosis." ] ;
fhir:type [ fhir:v "display" ]
  ] [
fhir:linkId [ fhir:v "ReceivingAntibioticProphylaxis" ] ;
fhir:prefix [ fhir:v "1)" ] ;
fhir:text [ fhir:v "Was the patient receiving antibiotic prophylaxis?" ] ;
fhir:type [ fhir:v "choice" ] ;
fhir:required [ fhir:v true ] ;
fhir:repeats [ fhir:v false ] ;
    ( fhir:answerOption [
fhir:value [
a fhir:string ;
fhir:v "Yes"       ]     ] [
fhir:value [
a fhir:string ;
fhir:v "No - Completed Treatment"       ]     ] [
fhir:value [
a fhir:string ;
fhir:v "No - Discontinued Prematurely"       ]     ] [
fhir:value [
a fhir:string ;
fhir:v "No - Other"       ]     ] [
fhir:value [
a fhir:string ;
fhir:v "Unknown"       ]     ] )
  ] [
fhir:linkId [ fhir:v "TypeOfProphylaxis" ] ;
fhir:prefix [ fhir:v "2)" ] ;
fhir:text [ fhir:v "Type of Prophylaxis" ] ;
fhir:type [ fhir:v "choice" ] ;
fhir:required [ fhir:v true ] ;
fhir:repeats [ fhir:v false ] ;
    ( fhir:answerOption [
fhir:value [
a fhir:string ;
fhir:v "Benzathine Penicillin"       ]     ] [
fhir:value [
a fhir:string ;
fhir:v "Amoxicillin"       ]     ] [
fhir:value [
a fhir:string ;
fhir:v "Penicillin V"       ]     ] [
fhir:value [
a fhir:string ;
fhir:v "Erythromycin"       ]     ] [
fhir:value [
a fhir:string ;
fhir:v "Roxithromycin"       ]     ] [
fhir:value [
a fhir:string ;
fhir:v "Other"       ]     ] [
fhir:value [
a fhir:string ;
fhir:v "Unknown"       ]     ] [
fhir:value [
a fhir:string ;
fhir:v "None"       ]     ] )
  ] [
fhir:linkId [ fhir:v "OtherProphylaxis" ] ;
fhir:prefix [ fhir:v "3)" ] ;
fhir:text [ fhir:v "Other Prophylaxis" ] ;
fhir:type [ fhir:v "text" ] ;
    ( fhir:enableWhen [
fhir:question [ fhir:v "TypeOfProphylaxis" ] ;
fhir:operator [ fhir:v "=" ] ;
fhir:answer [
a fhir:string ;
fhir:v "Other"       ]     ] ) ;
fhir:required [ fhir:v true ]
  ] [
fhir:linkId [ fhir:v "MedicationRoute" ] ;
fhir:prefix [ fhir:v "4)" ] ;
fhir:text [ fhir:v "Medication Route" ] ;
fhir:type [ fhir:v "choice" ] ;
fhir:required [ fhir:v true ] ;
fhir:repeats [ fhir:v false ] ;
    ( fhir:answerOption [
fhir:value [
a fhir:string ;
fhir:v "Intramuscular Injection"       ]     ] [
fhir:value [
a fhir:string ;
fhir:v "Subcutaneous Injection"       ]     ] [
fhir:value [
a fhir:string ;
fhir:v "Oral"       ]     ] )
  ] [
fhir:linkId [ fhir:v "PrescribedFrequency" ] ;
fhir:prefix [ fhir:v "5)" ] ;
fhir:text [ fhir:v "Prescribed Frequency" ] ;
fhir:type [ fhir:v "choice" ] ;
fhir:required [ fhir:v true ] ;
fhir:repeats [ fhir:v false ] ;
    ( fhir:answerOption [
fhir:value [
a fhir:string ;
fhir:v "28 Days"       ]     ] [
fhir:value [
a fhir:string ;
fhir:v "21 Days"       ]     ] [
fhir:value [
a fhir:string ;
fhir:v "Daily"       ]     ] [
fhir:value [
a fhir:string ;
fhir:v "10 Weeks"       ]     ] [
fhir:value [
a fhir:string ;
fhir:v "13 Weeks"       ]     ] [
fhir:value [
a fhir:string ;
fhir:v "Other"       ]     ] )
  ] [
fhir:linkId [ fhir:v "OtherPrescribedFrequency" ] ;
fhir:prefix [ fhir:v "6)" ] ;
fhir:text [ fhir:v "Other Prescribed Frequency" ] ;
fhir:type [ fhir:v "text" ] ;
    ( fhir:enableWhen [
fhir:question [ fhir:v "PrescribedFrequency" ] ;
fhir:operator [ fhir:v "=" ] ;
fhir:answer [
a fhir:string ;
fhir:v "Other"       ]     ] ) ;
fhir:required [ fhir:v true ]
  ] [
fhir:linkId [ fhir:v "ProphylaxisAdherence" ] ;
fhir:prefix [ fhir:v "7)" ] ;
fhir:text [ fhir:v "What was the patient's adherence to prophylaxis in the last 12 months?" ] ;
fhir:type [ fhir:v "text" ] ;
fhir:required [ fhir:v true ]
  ] [
fhir:linkId [ fhir:v "ProphylaxisProvider" ] ;
fhir:prefix [ fhir:v "8)" ] ;
fhir:text [ fhir:v "Who was providing the prophylaxis at the time?" ] ;
fhir:type [ fhir:v "text" ] ;
fhir:required [ fhir:v true ]
  ] [
fhir:linkId [ fhir:v "LastDocumentedDose" ] ;
fhir:prefix [ fhir:v "9)" ] ;
fhir:text [ fhir:v "Date of last documented secondary prophylaxis benzathine dose?" ] ;
fhir:type [ fhir:v "date" ] ;
fhir:required [ fhir:v true ]
  ] [
fhir:linkId [ fhir:v "RiskFactorsRecurrence" ] ;
fhir:prefix [ fhir:v "10)" ] ;
fhir:text [ fhir:v "Risk Factors for Recurrence?" ] ;
fhir:type [ fhir:v "text" ] ;
fhir:required [ fhir:v true ]
  ] ) . #