RIVO-Noord Zorgviewer Implementation Guide
1.6.0 - sprint43 Netherlands flag

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

: Nexus AllergyIntolerance Example - JSON Representation

Raw json | Download

{
  "resourceType" : "AllergyIntolerance",
  "id" : "41",
  "meta" : {
    "lastUpdated" : "2024-04-17T09:59:44.301+02:00",
    "profile" : [
      🔗 "http://nictiz.nl/fhir/StructureDefinition/zib-AllergyIntolerance"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n                  <table>\n                     <caption>AllergyIntolerance. typeCode-RCT: Xxx-Helleman, J (M). id: urn:oid:2.16.840.1.113883.2.4.3.148.1.1.6.5.41 (urn:ietf:rfc:3986), Status: status-active / status-confirmed</caption>\n                     <tbody>\n                        <tr>\n                           <th>code</th>\n                           <td>\n                              <span title=\"Bijengif (16224591000119103 - SNOMED CT)\">Bijengif</span>\n                           </td>\n                        </tr>\n                        <tr>\n                           <th>Onset</th>\n                           <td>8 November 2008</td>\n                        </tr>\n                        <tr>\n                           <th>Reaction</th>\n                           <td>\n                              <ul>\n                                 <li>\n                                    <div>\n                                       <span title=\"Ernstig (24484000 - SNOMED CT)\">Ernstig</span>\n                                    </div>\n                                    <div>\n                                       <span title=\"Misselijk en braken (16932000 - SNOMED CT)\">Misselijk en braken</span>\n                                    </div>\n                                 </li>\n                              </ul>\n                           </td>\n                        </tr>\n                     </tbody>\n                  </table>\n               </div>"
  },
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.2.4.3.148.1.1.6.5.41"
    }
  ],
  "clinicalStatus" : "active",
  "_clinicalStatus" : {
    "extension" : [
      {
        "url" : "http://nictiz.nl/fhir/StructureDefinition/code-specification",
        "valueCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ActStatus",
              "code" : "active",
              "display" : "Actief"
            }
          ]
        }
      }
    ]
  },
  "verificationStatus" : "confirmed",
  "criticality" : "high",
  "_criticality" : {
    "extension" : [
      {
        "url" : "http://nictiz.nl/fhir/StructureDefinition/code-specification",
        "valueCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "24484000",
              "display" : "Ernstig"
            }
          ]
        }
      }
    ]
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "16224591000119103",
        "display" : "Bijengif"
      }
    ]
  },
  "patient" : {
    "reference" : "https://example.org/Patient/330073",
    "display" : "Xxx-Helleman, J (M)"
  },
  "onsetDateTime" : "2008-11-08",
  "reaction" : [
    {
      "id" : "41",
      "manifestation" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "16932000",
              "display" : "Misselijk en braken"
            }
          ]
        }
      ],
      "severity" : "severe",
      "_severity" : {
        "extension" : [
          {
            "url" : "http://nictiz.nl/fhir/StructureDefinition/code-specification",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://snomed.info/sct",
                  "code" : "24484000",
                  "display" : "Ernstig"
                }
              ]
            }
          }
        ]
      }
    }
  ]
}