Te Whatu Ora Shared Care FHIR API
0.3.9 - release New Zealand flag

Te Whatu Ora Shared Care FHIR API - Local Development build (v0.3.9) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: SecondaryProphylaxisAugustEncounterBundle - 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:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2023-11-27T00:00:00Z"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/Bundle"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/Bundle>     ] )
  ] ; # 
  fhir:type [ fhir:v "transaction"] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "http://example.org/fhir/Encounter/1"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/Encounter/1> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "Encounter"^^xsd:anyURI ]     ]
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/MedicationStatement/1"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/MedicationStatement/1> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "MedicationStatement"^^xsd:anyURI ]     ]
  ] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/QuestionnaireResponse/1"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/QuestionnaireResponse/1> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "QuestionnaireResponse"^^xsd:anyURI ]     ]
  ] ) . # 

<http://example.org/fhir/Encounter/1> a fhir:Encounter ;
  fhir:meta [
fhir:lastUpdated [ fhir:v "2023-11-27T00:00:00Z"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "https://fhir-ig-uat.digital.health.nz/shared-care/StructureDefinition/ManaakiNgaTahiEncounter"^^xsd:anyURI ;
fhir:link <https://fhir-ig-uat.digital.health.nz/shared-care/StructureDefinition/ManaakiNgaTahiEncounter>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Encounter_null\"> </a><p><b>Generated Narrative: Encounter </b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">ResourceEncounter Updated&quot;2023-11-27 00:00:00+0000&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ManaakiNgaTahiEncounter.html\">ManaakiNgaTahiEncounter</a></p></div><p><b>status</b>: finished</p><p><b>class</b>: ambulatory (Details: ActCode code AMB  = ' ambulatory ', stated as ' ambulatory ')</p><p><b>subject</b>: <span>: Madeleine Meringue</span></p><blockquote><p><b>participant</b></p><p><b>individual</b>: <span>: Isabel Injecta</span></p></blockquote><blockquote><p><b>participant</b></p><p><b>individual</b>: <span>: Madeleine Meringue</span></p></blockquote><p><b>appointment</b>: <a href=\"Appointment-SecondaryProphylaxisAppointment-August-Fulfilled.html\">Appointment/SecondaryProphylaxisAppointment-August-Fulfilled</a></p><p><b>period</b>: 2023-08-08 02:10:00+0000 --&gt; 2023-08-08 03:15:00+0000</p><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td></tr><tr><td style=\"display: none\">*</td><td><span>: PHNs Whangarei</span></td></tr></table><p><b>serviceProvider</b>: <span>: Te Tai Tokerau Rheumatic Fever Secondary Prevention Service</span></p></div>"
  ] ; # 
  fhir:status [ fhir:v "finished"] ; # 
  fhir:class [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AMB" ] ;
fhir:display [ fhir:v "ambulatory" ]
  ] ; # 
  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 "SCF7824" ]     ] ;
fhir:display [ fhir:v "Madeleine Meringue" ]
  ] ; # 
  fhir:participant ( [
fhir:individual [
fhir:type [ fhir:v "Practitioner"^^xsd:anyURI ] ;
fhir:identifier [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/hpi-practitioner-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "99ZAAA" ]       ] ;
fhir:display [ fhir:v "Isabel Injecta" ]     ]
  ] [
fhir:individual [
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 "SCF7824" ]       ] ;
fhir:display [ fhir:v "Madeleine Meringue" ]     ]
  ] ) ; # 
  fhir:appointment ( [
fhir:reference [ fhir:v "Appointment/SecondaryProphylaxisAppointment-August-Fulfilled" ]
  ] ) ; # 
  fhir:period [
fhir:start [ fhir:v "2023-08-08T02:10:00Z"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2023-08-08T03:15:00Z"^^xsd:dateTime ]
  ] ; # 
  fhir:location ( [
fhir:location [
fhir:type [ fhir:v "Location"^^xsd:anyURI ] ;
fhir:identifier [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/hpi-facility-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "F3S457-C" ]       ] ;
fhir:display [ fhir:v "PHNs Whangarei" ]     ]
  ] ) ; # 
  fhir:serviceProvider [
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" ]
  ] . # 

<http://example.org/fhir/MedicationStatement/1> a fhir:MedicationStatement ;
  fhir:meta [
fhir:lastUpdated [ fhir:v "2023-11-27T00:00:00Z"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org.nz/fhir/StructureDefinition/NzMedicationStatement"^^xsd:anyURI ;
fhir:link <http://hl7.org.nz/fhir/StructureDefinition/NzMedicationStatement>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationStatement_null\"> </a><p><b>Generated Narrative: MedicationStatement </b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">ResourceMedicationStatement Updated&quot;2023-11-27 00:00:00+0000&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://simplifier.net/resolve?scope=fhir.org.nz.ig.base@3.0.0&amp;canonical=http://hl7.org.nz/fhir/StructureDefinition/NzMedicationStatement\">MedicationStatement resource for use in NZ</a></p></div><p><b>basedOn</b>: <a href=\"MedicationRequest-PlannedMedicationRequestExample.html\">MedicationRequest/PlannedMedicationRequestExample</a></p><p><b>partOf</b>: <a name=\"hccontained-Lignocaine-dose\"> </a></p><blockquote><p/><p><a name=\"contained-Lignocaine-dose\"> </a></p><p><a name=\"hccontained-Lignocaine-dose\"> </a></p><p><b>partOf</b>: See on this page: http://example.org/fhir/MedicationStatement/1</p><p><b>status</b>: completed</p><p><b>medication</b>: lidocaine hydrochloride anhydrous 1% (20 mg/2 mL) injection, ampoule <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (nzmt.org.nz#10747581000116100)</span></p><p><b>subject</b>: <span>: Madeleine Meringue</span></p><blockquote><p><b>dosage</b></p><blockquote><p><b>doseAndRate</b></p></blockquote></blockquote></blockquote><p><b>status</b>: completed</p><p><b>medication</b>: <a href=\"Medication-SecondaryProphylaxisMedicationExample.html\">Medication/SecondaryProphylaxisMedicationExample</a></p><p><b>subject</b>: <span>: Madeleine Meringue</span></p><p><b>context</b>: See on this page: http://example.org/fhir/Encounter/1</p><p><b>effective</b>: 2023-08-08 03:15:00+0000</p><p><b>dateAsserted</b>: 2023-08-18 03:15:00+0000</p><p><b>note</b>: Benzathine Brand used:**Bicillin L-A**</p><blockquote><p><b>dosage</b></p><p><b>site</b>: Structure of left ventrogluteal region (body structure) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#299151000210101)</span></p><p><b>route</b>: Intramuscular route (qualifier value) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#78421000)</span></p><blockquote><p><b>doseAndRate</b></p></blockquote></blockquote><hr/><blockquote><p><b>Generated Narrative: MedicationStatement  #contained-Lignocaine-dose</b><a name=\"contained-Lignocaine-dose\"> </a><a name=\"hccontained-Lignocaine-dose\"> </a></p><p><b>partOf</b>: <a href=\"Bundle-SecondaryProphylaxisAugustEncounterBundle.html#http-//example.org/fhir/MedicationStatement/1\">http://example.org/fhir/MedicationStatement/1</a></p><p><b>status</b>: completed</p><p><b>medication</b>: lidocaine hydrochloride anhydrous 1% (20 mg/2 mL) injection, ampoule <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (nzmt.org.nz#10747581000116100)</span></p><p><b>subject</b>: <span>: Madeleine Meringue</span></p><blockquote><p><b>dosage</b></p><blockquote><p><b>doseAndRate</b></p></blockquote></blockquote></blockquote></div>"
  ] ; # 
  fhir:contained ( [
a fhir:MedicationStatement ;
fhir:id [ fhir:v "contained-Lignocaine-dose" ] ;
    ( fhir:partOf [
fhir:link <http://example.org/fhir/MedicationStatement/1> ;
fhir:reference [ fhir:v "http://example.org/fhir/MedicationStatement/1" ]     ] ) ;
fhir:status [ fhir:v "completed" ] ;
fhir:medication [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://nzmt.org.nz"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10747581000116100" ] ;
fhir:display [ fhir:v "lidocaine hydrochloride anhydrous 1% (20 mg/2 mL) injection, ampoule" ]       ] )     ] ;
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 "SCF7824" ]       ] ;
fhir:display [ fhir:v "Madeleine Meringue" ]     ] ;
    ( fhir:dosage [
      ( fhir:doseAndRate [
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "0.25"^^xsd:decimal ] ;
fhir:unit [ fhir:v "ml" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ml" ]         ]       ] )     ] )
  ] ) ; # 
  fhir:basedOn ( [
fhir:reference [ fhir:v "MedicationRequest/PlannedMedicationRequestExample" ]
  ] ) ; # 
  fhir:partOf ( [
fhir:reference [ fhir:v "#contained-Lignocaine-dose" ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "Medication/SecondaryProphylaxisMedicationExample" ]
  ] ; # 
  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 "SCF7824" ]     ] ;
fhir:display [ fhir:v "Madeleine Meringue" ]
  ] ; # 
  fhir:context [
fhir:link <http://example.org/fhir/Encounter/1> ;
fhir:reference [ fhir:v "http://example.org/fhir/Encounter/1" ]
  ] ; # 
  fhir:effective [ fhir:v "2023-08-08T03:15:00Z"^^xsd:dateTime] ; # 
  fhir:dateAsserted [ fhir:v "2023-08-18T03:15:00Z"^^xsd:dateTime] ; # 
  fhir:note ( [
fhir:text [ fhir:v "Benzathine Brand used:**Bicillin L-A**" ]
  ] ) ; # 
  fhir:dosage ( [
fhir:site [
      ( fhir:coding [
a sct:299151000210101 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "299151000210101" ] ;
fhir:display [ fhir:v "Structure of left ventrogluteal region (body structure)" ]       ] )     ] ;
fhir:route [
      ( fhir:coding [
a sct:78421000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "78421000" ] ;
fhir:display [ fhir:v "Intramuscular route (qualifier value)" ]       ] )     ] ;
    ( fhir:doseAndRate [
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "25"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg" ]       ]     ] )
  ] ) . # 

<http://example.org/fhir/QuestionnaireResponse/1> a fhir:QuestionnaireResponse ;
  fhir:meta [
fhir:lastUpdated [ fhir:v "2023-11-27T00:00:00Z"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"QuestionnaireResponse_null\"> </a><p><b>Generated Narrative: QuestionnaireResponse </b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">ResourceQuestionnaireResponse Updated&quot;2023-11-27 00:00:00+0000&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/R4/questionnaireresponse.html\">QuestionnaireResponse</a></p></div><p><b>basedOn</b>: <a href=\"CarePlan-CarePlanWithOneAppointmentCompleted.html\">CarePlan/CarePlanWithOneAppointmentCompleted</a></p><p><b>questionnaire</b>: <a href=\"Questionnaire-SecondaryProphylaxisHealthAssessmentQuestionnaire.html\">Secondary Prophylaxis Health Assessment Questionnaire</a></p><p><b>status</b>: completed</p><p><b>subject</b>: <span>: Madeleine Meringue</span></p><p><b>encounter</b>: See on this page: http://example.org/fhir/Encounter/1</p><p><b>authored</b>: 2023-08-08 01:08:00+0000</p><p><b>author</b>: <span>: Te Tai Tokerau Rheumatic Fever Secondary Prevention Service</span></p><blockquote><p><b>item</b></p><p><b>linkId</b>: ReasonsInjectionOverdue</p><p><b>text</b>: Reason(s) injection was give late? (multiple choice)</p><blockquote><p><b>answer</b></p><p><b>value</b>: Patient Not Available on the Day</p></blockquote><blockquote><p><b>answer</b></p><p><b>value</b>: Other</p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: OverdueInjectionOtherDetail</p><p><b>text</b>: Other details for late injection (enter text)</p><h3>Answers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>The patient couldn't find a park for the classic Hilux.</td></tr></table></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: OtherPainManagementToolsUsed</p><p><b>text</b>: Pain management tools used? (multiple choice)</p><blockquote><p><b>answer</b></p><p><b>value</b>: Ice pack</p></blockquote><blockquote><p><b>answer</b></p><p><b>value</b>: Numbing spray</p></blockquote><blockquote><p><b>answer</b></p><p><b>value</b>: Distraction</p></blockquote><blockquote><p><b>answer</b></p><p><b>value</b>: Other</p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: PainManagementOtherDetails</p><p><b>text</b>: Details of other pain management (enter text)</p><h3>Answers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>We discovered in this appointment that Chocolate Chip Cookie ice cream helps a lot!</td></tr></table></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: PostInjectionConcern</p><p><b>text</b>: Post injection concern or possible reaction identified?</p><h3>Answers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>true</td></tr></table></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: PostInjectionConcernDetails</p><p><b>text</b>: If Yes, Record Details, Symptoms, Actions Taken and Follow-Up Plan (enter text)</p><h3>Answers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Madeleine had a bit more than the usual sensitivity at the injection site so we dished out extra ice cream, which was nice.</td></tr></table></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: AnyOtherConcerns</p><p><b>text</b>: Were There Any Other Concerns or Issues Identified During the Visit?</p><h3>Answers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>true</td></tr></table></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: OtherConcernsDetail</p><p><b>text</b>: If yes, describe details, actions taken, and follow-up planned (enter text)</p><h3>Answers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>A shortage of ice cream in our freezer led to some unnecessary worries for Madeleine.</td></tr></table></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: HealthEducationTopicsDiscussed</p><p><b>text</b>: Health education topics discussed? (multiple choice)</p><blockquote><p><b>answer</b></p><p><b>value</b>: Secondary prophylaxis</p></blockquote><blockquote><p><b>answer</b></p><p><b>value</b>: Nutrition</p></blockquote><blockquote><p><b>answer</b></p><p><b>value</b>: Other</p></blockquote></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: HealthEducationOtherDetail</p><p><b>text</b>: Enter details of other health education topic discussed (enter text)</p><h3>Answers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Madeleine and I discussed the importance of punctuality and the benefits of planning ahead.</td></tr></table></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: RecentOrUpcomingAppointments</p><p><b>text</b>: Any recent or upcoming follow-up appointments?</p><h3>Answers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>true</td></tr></table></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: RecentOrUpcomingAppointmentsDetails</p><p><b>text</b>: Enter details and dates of any recent or upcoming follow-up appointments (enter text)</p><h3>Answers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Madeleine has an upcoming follow-up appointment covering iOS calendar basics</td></tr></table></blockquote><blockquote><p><b>item</b></p><p><b>linkId</b>: PlanForNextMedicationAppointment</p><p><b>text</b>: Comments for the next appointment (enter text)</p><h3>Answers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>The plan for the next medication appointment is to keep up the good work</td></tr></table></blockquote></div>"
  ] ; # 
  fhir:basedOn ( [
fhir:reference [ fhir:v "CarePlan/CarePlanWithOneAppointmentCompleted" ]
  ] ) ; # 
  fhir:questionnaire [
fhir:v "https://fhir-ig-uat.digital.health.nz/shared-care/Questionnaire/SecondaryProphylaxisHealthAssessmentQuestionnaire"^^xsd:anyURI ;
fhir:link <https://fhir-ig-uat.digital.health.nz/shared-care/Questionnaire/SecondaryProphylaxisHealthAssessmentQuestionnaire>
  ] ; # 
  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 "SCF7824" ]     ] ;
fhir:display [ fhir:v "Madeleine Meringue" ]
  ] ; # 
  fhir:encounter [
fhir:link <http://example.org/fhir/Encounter/1> ;
fhir:reference [ fhir:v "http://example.org/fhir/Encounter/1" ]
  ] ; # 
  fhir:authored [ fhir:v "2023-08-08T01:08:00.504Z"^^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 "ReasonsInjectionOverdue" ] ;
fhir:text [ fhir:v "Reason(s) injection was give late? (multiple choice)" ] ;
    ( fhir:answer [
fhir:value [ fhir:v "Patient Not Available on the Day" ]     ] [
fhir:value [ fhir:v "Other" ]     ] )
  ] [
fhir:linkId [ fhir:v "OverdueInjectionOtherDetail" ] ;
fhir:text [ fhir:v "Other details for late injection (enter text)" ] ;
    ( fhir:answer [
fhir:value [ fhir:v "The patient couldn't find a park for the classic Hilux." ]     ] )
  ] [
fhir:linkId [ fhir:v "OtherPainManagementToolsUsed" ] ;
fhir:text [ fhir:v "Pain management tools used? (multiple choice)" ] ;
    ( fhir:answer [
fhir:value [ fhir:v "Ice pack" ]     ] [
fhir:value [ fhir:v "Numbing spray" ]     ] [
fhir:value [ fhir:v "Distraction" ]     ] [
fhir:value [ fhir:v "Other" ]     ] )
  ] [
fhir:linkId [ fhir:v "PainManagementOtherDetails" ] ;
fhir:text [ fhir:v "Details of other pain management (enter text)" ] ;
    ( fhir:answer [
fhir:value [ fhir:v "We discovered in this appointment that Chocolate Chip Cookie ice cream helps a lot!" ]     ] )
  ] [
fhir:linkId [ fhir:v "PostInjectionConcern" ] ;
fhir:text [ fhir:v "Post injection concern or possible reaction identified?" ] ;
    ( fhir:answer [
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] )
  ] [
fhir:linkId [ fhir:v "PostInjectionConcernDetails" ] ;
fhir:text [ fhir:v "If Yes, Record Details, Symptoms, Actions Taken and Follow-Up Plan (enter text)" ] ;
    ( fhir:answer [
fhir:value [ fhir:v "Madeleine had a bit more than the usual sensitivity at the injection site so we dished out extra ice cream, which was nice." ]     ] )
  ] [
fhir:linkId [ fhir:v "AnyOtherConcerns" ] ;
fhir:text [ fhir:v "Were There Any Other Concerns or Issues Identified During the Visit?" ] ;
    ( fhir:answer [
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] )
  ] [
fhir:linkId [ fhir:v "OtherConcernsDetail" ] ;
fhir:text [ fhir:v "If yes, describe details, actions taken, and follow-up planned (enter text)" ] ;
    ( fhir:answer [
fhir:value [ fhir:v "A shortage of ice cream in our freezer led to some unnecessary worries for Madeleine." ]     ] )
  ] [
fhir:linkId [ fhir:v "HealthEducationTopicsDiscussed" ] ;
fhir:text [ fhir:v "Health education topics discussed? (multiple choice)" ] ;
    ( fhir:answer [
fhir:value [ fhir:v "Secondary prophylaxis" ]     ] [
fhir:value [ fhir:v "Nutrition" ]     ] [
fhir:value [ fhir:v "Other" ]     ] )
  ] [
fhir:linkId [ fhir:v "HealthEducationOtherDetail" ] ;
fhir:text [ fhir:v "Enter details of other health education topic discussed (enter text)" ] ;
    ( fhir:answer [
fhir:value [ fhir:v "Madeleine and I discussed the importance of punctuality and the benefits of planning ahead." ]     ] )
  ] [
fhir:linkId [ fhir:v "RecentOrUpcomingAppointments" ] ;
fhir:text [ fhir:v "Any recent or upcoming follow-up appointments?" ] ;
    ( fhir:answer [
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] )
  ] [
fhir:linkId [ fhir:v "RecentOrUpcomingAppointmentsDetails" ] ;
fhir:text [ fhir:v "Enter details and dates of any recent or upcoming follow-up appointments (enter text)" ] ;
    ( fhir:answer [
fhir:value [ fhir:v "Madeleine has an upcoming follow-up appointment covering iOS calendar basics" ]     ] )
  ] [
fhir:linkId [ fhir:v "PlanForNextMedicationAppointment" ] ;
fhir:text [ fhir:v "Comments for the next appointment (enter text)" ] ;
    ( fhir:answer [
fhir:value [ fhir:v "The plan for the next medication appointment is to keep up the good work" ]     ] )
  ] ) . #