New Zealand Rheumatic Fever FHIR Implementation Guide
0.4.9 - draft

New Zealand Rheumatic Fever FHIR Implementation Guide - Local Development build (v0.4.9) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Medications and Follow-up Guidance 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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Questionnaire ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "MedicationsAndFollowUpGuidanceQuestionnaire"] ; # 
  fhir:url [ fhir:v "https://fhir-ig.digital.health.nz/rheumatic-fever/Questionnaire/MedicationsAndFollowUpGuidanceQuestionnaire"^^xsd:anyURI] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:value [ fhir:v "MedicationsAndFollowUpGuidanceQuestionnaire" ] ;
fhir:period [
fhir:start [ fhir:v "2023-10-16"^^xsd:date ]     ]
  ] ) ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "MedicationsAndFollowUpGuidanceQuestionnaire"] ; # 
  fhir:title [ fhir:v "Medications and Follow-up Guidance Questionnaire"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  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:name [ fhir:v "David Grainger" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "david.grainger@middleware.co.nz" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Gathers information in secondary prophylaxis planning which guides subsequent medication appointments and follow-up"] ; # 
  fhir:purpose [ fhir:v "Gathers information in secondary prophylaxis planning which guides subsequent medication appointments and follow-up"] ; # 
  fhir:item ( [
fhir:linkId [ fhir:v "page1" ] ;
fhir:prefix [ fhir:v "page1" ] ;
fhir:text [ fhir:v "Please complete this questionnaire to guide practitioners carrying out rheumatic fever secondary prophylaxis." ] ;
fhir:type [ fhir:v "display" ]
  ] [
fhir:linkId [ fhir:v "SourceOfOralMedications" ] ;
fhir:prefix [ fhir:v "1)" ] ;
fhir:text [ fhir:v "Source of oral medications? (choose one)" ] ;
fhir:type [ fhir:v "choice" ] ;
fhir:required [ fhir:v "true"^^xsd:boolean ] ;
fhir:repeats [ fhir:v "false"^^xsd:boolean ] ;
    ( fhir:answerOption [
fhir:value [ fhir:v "GP prescription" ]     ] [
fhir:value [ fhir:v "3 monthly visit from a nurse" ]     ] [
fhir:value [ fhir:v "Monthly visit from a nurse" ]     ] [
fhir:value [ fhir:v "Pick-up from a pharmacy" ]     ] [
fhir:value [ fhir:v "Other" ]     ] )
  ] [
fhir:linkId [ fhir:v "CaseOnWarfarin" ] ;
fhir:prefix [ fhir:v "2)" ] ;
fhir:text [ fhir:v "Case on warfarin? (Yes/No/Unknown)" ] ;
fhir:type [ fhir:v "choice" ] ;
fhir:required [ fhir:v "true"^^xsd:boolean ] ;
fhir:repeats [ fhir:v "false"^^xsd:boolean ] ;
fhir:answerValueSet [
fhir:v "https://fhir-ig.digital.health.nz/rheumatic-fever/ValueSet/nz-questionnaireresponse-qualifiedyesno-code"^^xsd:anyURI ;
fhir:link <https://fhir-ig.digital.health.nz/rheumatic-fever/ValueSet/nz-questionnaireresponse-qualifiedyesno-code>     ]
  ] [
fhir:linkId [ fhir:v "WarfarinSupervisionService" ] ;
fhir:prefix [ fhir:v "2.1)" ] ;
fhir:text [ fhir:v "Warfarin supervision service (choose one)" ] ;
fhir:type [ fhir:v "choice" ] ;
    ( fhir:enableWhen [
fhir:question [ fhir:v "CaseOnWarfarin" ] ;
fhir:operator [ fhir:v "=" ] ;
fhir:answer [
a fhir:Coding, sct:373066001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "373066001" ] ;
fhir:display [ fhir:v "Yes (qualifier value)" ]       ]     ] ) ;
fhir:required [ fhir:v "true"^^xsd:boolean ] ;
fhir:repeats [ fhir:v "false"^^xsd:boolean ] ;
    ( fhir:answerOption [
fhir:value [ fhir:v "GP" ]     ] [
fhir:value [ fhir:v "Pharmacy" ]     ] [
fhir:value [ fhir:v "Hospital service" ]     ] [
fhir:value [ fhir:v "Patient" ]     ] [
fhir:value [ fhir:v "Whanau" ]     ] )
  ] [
fhir:linkId [ fhir:v "MonitoringResultSource" ] ;
fhir:prefix [ fhir:v "3)" ] ;
fhir:text [ fhir:v "International normalised ratio (INR) monitoring result source (choose one)" ] ;
fhir:type [ fhir:v "choice" ] ;
fhir:required [ fhir:v "true"^^xsd:boolean ] ;
fhir:repeats [ fhir:v "false"^^xsd:boolean ] ;
    ( fhir:answerOption [
fhir:value [ fhir:v "Patient" ]     ] [
fhir:value [ fhir:v "Parent" ]     ] [
fhir:value [ fhir:v "Éclair" ]     ] [
fhir:value [ fhir:v "GP" ]     ] [
fhir:value [ fhir:v "Pharmacy" ]     ] [
fhir:value [ fhir:v "INROnline" ]     ] [
fhir:value [ fhir:v "Other" ]     ] )
  ] [
fhir:linkId [ fhir:v "FollowUpClinicalService" ] ;
fhir:prefix [ fhir:v "4)" ] ;
fhir:text [ fhir:v "Follow-up clinical service? (choose one)" ] ;
fhir:type [ fhir:v "choice" ] ;
fhir:required [ fhir:v "true"^^xsd:boolean ] ;
fhir:repeats [ fhir:v "false"^^xsd:boolean ] ;
    ( fhir:answerOption [
fhir:value [ fhir:v "Specialist" ]     ] [
fhir:value [ fhir:v "GP" ]     ] [
fhir:value [ fhir:v "To be determined" ]     ] )
  ] [
fhir:linkId [ fhir:v "PrescribingMethod" ] ;
fhir:prefix [ fhir:v "5)" ] ;
fhir:text [ fhir:v "Method of prescribing (choose one)" ] ;
fhir:type [ fhir:v "choice" ] ;
fhir:required [ fhir:v "true"^^xsd:boolean ] ;
fhir:repeats [ fhir:v "false"^^xsd:boolean ] ;
    ( fhir:answerOption [
fhir:value [ fhir:v "Community Medication Authority" ]     ] [
fhir:value [ fhir:v "Standing Order (local)" ]     ] [
fhir:value [ fhir:v "Standing Order (national)" ]     ] [
fhir:value [ fhir:v "Individual prescription" ]     ] )
  ] ) . #