Guia de implementação do Core do Brasil: Release 1 - BR Realm | STU1
1.0.0 - STU1 Brazil flag

This page is part of the Core do Brasil (v1.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Exemplo de alergia e intolerância. - JSON Representation

Raw json | Download

{
  "resourceType" : "AllergyIntolerance",
  "id" : "42a8e4ee-cc8b-4c07-bee2-da8fe14ada34",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance 42a8e4ee-cc8b-4c07-bee2-da8fe14ada34</b></p><a name=\"42a8e4ee-cc8b-4c07-bee2-da8fe14ada34\"> </a><a name=\"hc42a8e4ee-cc8b-4c07-bee2-da8fe14ada34\"> </a><a name=\"42a8e4ee-cc8b-4c07-bee2-da8fe14ada34-pt-BR\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}\">Confirmed</span></p><p><b>type</b>: Allergy</p><p><b>category</b>: Food</p><p><b>criticality</b>: High Risk</p><p><b>code</b>: <span title=\"Codes:{https://terminologia.saude.gov.br/fhir/CodeSystem/BRAlergenosCBARA amendoim}\">Alergia a Amendoim</span></p><p><b>patient</b>: <a href=\"Patient-b2f63a4c-ddaa-4652-8481-ac1ff473104e.html\">João Pereira</a></p><h3>Reactions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Manifestation</b></td><td><b>Onset</b></td><td><b>Severity</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://terminologia.saude.gov.br/fhir/CodeSystem/BRMedDRA 10002424}\">Angioedema</span></td><td>2023-05-12</td><td>Moderate</td></tr></table></div>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code" : "active",
        "display" : "Active"
      }
    ]
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code" : "confirmed",
        "display" : "Confirmed"
      }
    ]
  },
  "type" : "allergy",
  "category" : [
    "food"
  ],
  "criticality" : "high",
  "code" : {
    "coding" : [
      {
        "system" : "https://terminologia.saude.gov.br/fhir/CodeSystem/BRAlergenosCBARA",
        "code" : "amendoim",
        "display" : "Amendoim"
      }
    ],
    "text" : "Alergia a Amendoim"
  },
  "patient" : {
    🔗 "reference" : "Patient/b2f63a4c-ddaa-4652-8481-ac1ff473104e",
    "display" : "João Pereira"
  },
  "reaction" : [
    {
      "manifestation" : [
        {
          "coding" : [
            {
              "system" : "https://terminologia.saude.gov.br/fhir/CodeSystem/BRMedDRA",
              "code" : "10002424",
              "display" : "angioedema"
            }
          ],
          "text" : "Angioedema"
        }
      ],
      "onset" : "2023-05-12",
      "severity" : "moderate"
    }
  ]
}