RIVO-Noord Zorgviewer Implementation Guide
1.4.0 - sprint39 Netherlands flag

RIVO-Noord Zorgviewer Implementation Guide - Local Development build (v1.4.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Epic AllergyIntolerance Example - JSON Representation

Raw json | Download


{
  "resourceType" : "AllergyIntolerance",
  "id" : "eot677ioPb4frLYJYyuabIg3",
  "meta" : {
    "profile" : [
      🔗 "http://nictiz.nl/fhir/StructureDefinition/zib-AllergyIntolerance"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Gegenereerde narrative: AllergyIntolerance eot677ioPb4frLYJYyuabIg3</b></p><a name=\"eot677ioPb4frLYJYyuabIg3\"> </a><a name=\"hceot677ioPb4frLYJYyuabIg3\"> </a><a name=\"eot677ioPb4frLYJYyuabIg3-nl-NL\"> </a><p><b>clinicalStatus</b>: Active</p><p><b>verificationStatus</b>: Confirmed</p><p><b>category</b>: Food</p><p><b>code</b>: <span title=\"Codes:\">PINDA</span></p><p><b>patient</b>: <a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2017@2.2.18&amp;canonical=https://example.org/Patient/e52TXUJRLVxP2kvdXvNgS7euM1.HY8bVBMNNhsLwftTo3\">Fictief, Jan</a></p><p><b>onset</b>: 2017-12-03 --&gt; (continue)</p><p><b>assertedDate</b>: 2017-12-03 10:23:22+0000</p><h3>Reactions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Manifestation</b></td><td><b>Description</b></td><td><b>Severity</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">Erythrodermie</span></td><td>Erythrodermie</td><td>Moderate</td></tr></table></div>"
  },
  "clinicalStatus" : "active",
  "verificationStatus" : "confirmed",
  "category" : [
    "food"
  ],
  "code" : {
    "text" : "PINDA"
  },
  "patient" : {
    "reference" : "https://example.org/Patient/e52TXUJRLVxP2kvdXvNgS7euM1.HY8bVBMNNhsLwftTo3",
    "display" : "Fictief, Jan"
  },
  "onsetPeriod" : {
    "start" : "2017-12-03"
  },
  "assertedDate" : "2017-12-03T10:23:22Z",
  "reaction" : [
    {
      "manifestation" : [
        {
          "text" : "Erythrodermie"
        }
      ],
      "description" : "Erythrodermie",
      "severity" : "moderate"
    }
  ]
}