New Zealand rheumatic fever FHIR Implementation Guide
0.4.6 - draft

New Zealand rheumatic fever FHIR Implementation Guide, published by Te Whatu Ora. This guide is not an authorized publication; it is the continuous build for version 0.4.6 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/tewhatuora/rheumatic-fever/ and changes regularly. See the Directory of published versions

: PatientMedicationAllergyQuestionnaireResponse - XML Representation

Raw xml | Download



<QuestionnaireResponse xmlns="http://hl7.org/fhir">
  <meta>
    <versionId value="2"/>
    <lastUpdated value="2024-08-07T08:31:00Z"/>
    <profile
             value="http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse"/>
    <tag>
      <system
              value="https://build.fhir.org/ig/tewhatuora/rheumatic-fever/CodeSystem/nz-rheumaticfever-codesystem"/>
      <code value="rf-nz"/>
      <display value="rheumatic fever"/>
    </tag>
  </meta>
  <basedOn>🔗 
    <reference value="CarePlan/RegisteredPatient"/>
  </basedOn>
  <questionnaire
                 value="https://build.fhir.org/ig/tewhatuora/rheumatic-fever/Questionnaire/PatientMedicationAllergyQuestionnaire|1.0.0"/>
  <status value="completed"/>
  <subject>
    <type value="Patient"/>
    <identifier>
      <use value="official"/>
      <system value="https://standards.digital.health.nz/ns/nhi-id"/>
      <value value="ZKC7284"/>
    </identifier>
    <display value="Sage Westbrook"/>
  </subject>
  <authored value="2023-06-19T02:08:00.504Z"/>
  <author>
    <type value="Organization"/>
    <identifier>
      <use value="official"/>
      <system
              value="https://standards.digital.health.nz/ns/hpi-organisation-id"/>
      <value value="G0M086-B"/>
    </identifier>
    <display
             value="Te Tai Tokerau Rheumatic Fever Secondary Prevention Service"/>
  </author>
  <item>
    <linkId value="MedicationAllergies"/>
    <text value="Medication allergies? (Yes/No/Unknown)"/>
    <answer>
      <valueCoding>
        <system value="http://snomed.info/sct"/>
        <code value="373066001"/>
        <display value="Yes (qualifier value)"/>
      </valueCoding>
    </answer>
  </item>
  <item>
    <linkId value="AllergyDetails"/>
    <text value="If yes, select which substances apply"/>
    <answer>
      <valueCoding>
        <system value="http://snomed.info/sct"/>
        <code value="91931000"/>
        <display value="Allergy to erythromycin"/>
      </valueCoding>
    </answer>
    <answer>
      <valueCoding>
        <system value="http://snomed.info/sct"/>
        <code value="419511003"/>
        <display value="Propensity to adverse reactions to drug (finding)"/>
      </valueCoding>
    </answer>
  </item>
</QuestionnaireResponse>