Guia de implementação do Core do Brasil: Release 1 - BR Realm | STU1
1.0.0 - STU1
BR
!!Guia de implementação do Core do Brasil: Release 1 - BR Realm | STU1 - Compilação de desenvolvimento local (v1.0.0) construída pelas ferramentas de compilação FHIR (HL7® FHIR® Standard). Veja o Diretório de versões publicadas
{
"resourceType" : "AllergyIntolerance",
"id" : "b2549739-2479-406e-ab6e-1e4251b08bc9",
"language" : "pt-BR",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"pt-BR\" lang=\"pt-BR\"><p class=\"res-header-id\"><b>Narrativa gerada: AllergyIntolerance b2549739-2479-406e-ab6e-1e4251b08bc9</b></p><a name=\"b2549739-2479-406e-ab6e-1e4251b08bc9\"> </a><a name=\"hcb2549739-2479-406e-ab6e-1e4251b08bc9\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Língua: pt-BR</p></div><p><b>clinicalStatus</b>: <span title=\"Códigos:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Códigos:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}\">Confirmed</span></p><p><b>type</b>: Allergy</p><p><b>category</b>: Medication</p><p><b>criticality</b>: High Risk</p><p><b>code</b>: <span title=\"Códigos:{https://terminologia.saude.gov.br/fhir/CodeSystem/BRAlergenosCBARA camarao}\">Alergia a camarão</span></p><p><b>patient</b>: <a href=\"Patient-b2f63a4c-ddaa-4652-8481-ac1ff473104e.html\">João Carlos Silva</a></p><h3>Reactions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Substance</b></td><td><b>Manifestation</b></td><td><b>Severity</b></td><td><b>ExposureRoute</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Códigos:{https://terminologia.saude.gov.br/fhir/CodeSystem/BRMedicamento BR0272974}\">FENOXIMETILPENICILINA POTÁSSICA 1.200.000 UI SOL INJ (FR-AMP)</span></td><td><span title=\"Códigos:{https://terminologia.saude.gov.br/fhir/CodeSystem/BRMedDRA 10002424}\">Angioedema</span></td><td>Severe</td><td><span title=\"Códigos:{http://standardterms.edqm.eu 20045000}\">Intravenosa</span></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" : [
"medication"
],
"criticality" : "high",
"code" : {
"coding" : [
{
"system" : "https://terminologia.saude.gov.br/fhir/CodeSystem/BRAlergenosCBARA",
"code" : "camarao",
"display" : "Camarão"
}
],
"text" : "Alergia a camarão"
},
"patient" : {
🔗 "reference" : "Patient/b2f63a4c-ddaa-4652-8481-ac1ff473104e",
"display" : "João Carlos Silva"
},
"reaction" : [
{
"substance" : {
"coding" : [
{
"system" : "https://terminologia.saude.gov.br/fhir/CodeSystem/BRMedicamento",
"code" : "BR0272974",
"display" : "FENOXIMETILPENICILINA POTÁSSICA 1.200.000 UI SOL INJ (FR-AMP)"
}
],
"text" : "FENOXIMETILPENICILINA POTÁSSICA 1.200.000 UI SOL INJ (FR-AMP)"
},
"manifestation" : [
{
"coding" : [
{
"system" : "https://terminologia.saude.gov.br/fhir/CodeSystem/BRMedDRA",
"code" : "10002424",
"display" : "angioedema"
}
],
"text" : "Angioedema"
}
],
"severity" : "severe",
"exposureRoute" : {
"coding" : [
{
"system" : "http://standardterms.edqm.eu",
"code" : "20045000",
"display" : "Intravenous use"
}
],
"text" : "Intravenosa"
}
}
]
}