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

: RecurrenceDiagnosisQuestionnaireResponse - TTL Representation

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:QuestionnaireResponse ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:meta [
    ( 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:questionnaire [
fhir:v "https://fhir-ig.digital.health.nz/rheumatic-fever/Questionnaire/RecurrenceDiagnosisQuestionnaire"^^xsd:anyURI ;
fhir:link <https://fhir-ig.digital.health.nz/rheumatic-fever/Questionnaire/RecurrenceDiagnosisQuestionnaire>
  ] ; # 
  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 "2023-08-01T10:00:00Z"^^xsd:dateTime] ; # 
  fhir:item ( [
fhir:linkId [ fhir:v "ReceivingAntibioticProphylaxis" ] ;
    ( fhir:answer [
fhir:value [
a fhir:string ;
fhir:v "No - Discontinued Prematurely"       ]     ] )
  ] [
fhir:linkId [ fhir:v "TypeOfProphylaxis" ] ;
    ( fhir:answer [
fhir:value [
a fhir:string ;
fhir:v "Benzathine Penicillin"       ]     ] )
  ] [
fhir:linkId [ fhir:v "MedicationRoute" ] ;
    ( fhir:answer [
fhir:value [
a fhir:string ;
fhir:v "Intramuscular Injection"       ]     ] )
  ] [
fhir:linkId [ fhir:v "PrescribedFrequency" ] ;
    ( fhir:answer [
fhir:value [
a fhir:string ;
fhir:v "28 Days"       ]     ] )
  ] [
fhir:linkId [ fhir:v "ProphylaxisAdherence" ] ;
    ( fhir:answer [
fhir:value [
a fhir:string ;
fhir:v "Patient missed 3 appointments in last 6 months due to transport issues"       ]     ] )
  ] [
fhir:linkId [ fhir:v "ProphylaxisProvider" ] ;
    ( fhir:answer [
fhir:value [
a fhir:string ;
fhir:v "Community nursing service"       ]     ] )
  ] [
fhir:linkId [ fhir:v "LastDocumentedDose" ] ;
    ( fhir:answer [
fhir:value [
a fhir:date ;
fhir:v "2023-06-15"^^xsd:date       ]     ] )
  ] [
fhir:linkId [ fhir:v "RiskFactorsRecurrence" ] ;
    ( fhir:answer [
fhir:value [
a fhir:string ;
fhir:v "Living in crowded housing conditions; recent streptococcal infection in household"       ]     ] )
  ] ) . #