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 - JSON Representation

Raw json | Download


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