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

: MedicationsAndFollowUpGuidanceQuestionnaireResponse - TTL Representation

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:QuestionnaireResponse ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:meta [
fhir:versionId [ fhir:v "2" ] ;
fhir:lastUpdated [ fhir:v "2024-08-07T08:31:00Z"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse>     ] ) ;
    ( fhir:tag [
fhir:system [ fhir:v "https://fhir-ig.digital.health.nz/rheumatic-fever/CodeSystem/nz-rheumaticfever-codesystem"^^xsd:anyURI ] ;
fhir:code [ fhir:v "rf-nz" ] ;
fhir:display [ fhir:v "rheumatic fever" ]     ] )
  ] ; # 
  fhir:basedOn ( [
fhir:reference [ fhir:v "CarePlan/RegisteredPatient" ]
  ] ) ; # 
  fhir:questionnaire [
fhir:v "https://fhir-ig.digital.health.nz/rheumatic-fever/Questionnaire/MedicationsAndFollowUpGuidanceQuestionnaire|1.0.0"^^xsd:anyURI ;
fhir:link <https://fhir-ig.digital.health.nz/rheumatic-fever/Questionnaire/MedicationsAndFollowUpGuidanceQuestionnaire|1.0.0>
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:subject [
fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ;
fhir:identifier [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/nhi-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ZKC7284" ]     ] ;
fhir:display [ fhir:v "Sage Westbrook" ]
  ] ; # 
  fhir:authored [ fhir:v "2024-06-20T04:00:00Z"^^xsd:dateTime] ; # 
  fhir:author [
fhir:type [ fhir:v "Organization"^^xsd:anyURI ] ;
fhir:identifier [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/hpi-organisation-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "G0M086-B" ]     ] ;
fhir:display [ fhir:v "Te Tai Tokerau Rheumatic Fever Secondary Prevention Service" ]
  ] ; # 
  fhir:item ( [
fhir:linkId [ fhir:v "SourceOfOralMedications" ] ;
fhir:text [ fhir:v "Source of oral medications? (choose one)" ] ;
    ( fhir:answer [
fhir:value [ fhir:v "Monthly visit from a nurse" ]     ] )
  ] [
fhir:linkId [ fhir:v "CaseOnWarfarin" ] ;
fhir:text [ fhir:v "Case on warfarin? (Yes/No/Unknown)" ] ;
    ( fhir:answer [
fhir:value [
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:linkId [ fhir:v "WarfarinSupervisionService" ] ;
fhir:text [ fhir:v "Warfarin supervision service (choose one)" ] ;
    ( fhir:answer [
fhir:value [ fhir:v "Pharmacy" ]     ] )
  ] [
fhir:linkId [ fhir:v "MonitoringResultSource" ] ;
fhir:text [ fhir:v "International normalised ratio (INR) monitoring result source (choose one)" ] ;
    ( fhir:answer [
fhir:value [ fhir:v "Éclair" ]     ] )
  ] [
fhir:linkId [ fhir:v "FollowUpClinicalService" ] ;
fhir:text [ fhir:v "Follow-up clinical service? (choose one)" ] ;
    ( fhir:answer [
fhir:value [ fhir:v "GP" ]     ] )
  ] [
fhir:linkId [ fhir:v "PrescribingMethod" ] ;
fhir:text [ fhir:v "Method of prescribing (choose one)" ] ;
    ( fhir:answer [
fhir:value [ fhir:v "Standing Order (local)" ]     ] )
  ] ) . #