HL7 Belgium FHIR specifications
0.1 - QA review

This page is part of the HL7 Belgium FHIR Specifications (v2020May: QA Preview) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

Suspected Allergy - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "AllergyIntolerance",
  "id" : "noel-allergy.v0",
  "meta" : {
    "profile" : [
      "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-allergyintolerance"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: noel-allergy.v0</p><p><b>meta</b>: </p><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical code 'active' = 'Active)</span></p><p><b>verificationStatus</b>: Unconfirmed <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/allergyintolerance-verification code 'unconfirmed' = 'Unconfirmed)</span></p><p><b>type</b>: allergy</p><p><b>category</b>: medication</p><p><b>code</b>: Allergic to Penicillin antibacterial <span style=\"background: LightGoldenRodYellow\">(Details : {[not stated] code '373270004' = '373270004', given as 'Penicillin antibacterial'})</span></p><p><b>patient</b>: <a href=\"Patient-noel.html\">Generated Summary: id: noel; Social Beneficiary Identifier = 80010112344 (OFFICIAL); active; Noël Joyeux (OFFICIAL); noel.joyeux@belgium.be, ph: +322476792981(MOBILE), ph: +3226718655(HOME); gender: male; birthDate: 1980-01-10; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}, {https://www.ehealth.fgov.be/standards/fhir/CodeSystem/be-civilstate 20}\">Married</span></a></p><p><b>onset</b>: 01-Jan-2020 00:00:00</p><p><b>recordedDate</b>: 20-Feb-2020 04:58:00</p><p><b>recorder</b>: <a href=\"Practitioner-durant.html\">Generated Summary: id: durant; 50010112345 (OFFICIAL), 18749704355 (OFFICIAL); Paul Durant (OFFICIAL); ph: 023544117(WORK), paul.durant@durantclinique.be(WORK); gender: male</a></p><p><b>note</b>: to be confirmed by tests.</p></div>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code" : "active"
      }
    ]
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code" : "unconfirmed"
      }
    ]
  },
  "type" : "allergy",
  "category" : [
    "medication"
  ],
  "code" : {
    "coding" : [
      {
        "code" : "373270004",
        "display" : "Penicillin antibacterial"
      }
    ],
    "text" : "Allergic to Penicillin antibacterial"
  },
  "patient" : {
    "reference" : "Patient/noel"
  },
  "onsetDateTime" : "2020",
  "recordedDate" : "2020-02-20T14:58:00+11:00",
  "recorder" : {
    "reference" : "Practitioner/durant"
  },
  "note" : [
    {
      "text" : "to be confirmed by tests."
    }
  ]
}