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. - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:AllergyIntolerance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "b2549739-2479-406e-ab6e-1e4251b08bc9"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance b2549739-2479-406e-ab6e-1e4251b08bc9</b></p><a name=\"b2549739-2479-406e-ab6e-1e4251b08bc9\"> </a><a name=\"hcb2549739-2479-406e-ab6e-1e4251b08bc9\"> </a><a name=\"b2549739-2479-406e-ab6e-1e4251b08bc9-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>: Medication</p><p><b>criticality</b>: High Risk</p><p><b>code</b>: <span title=\"Codes:{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=\"Codes:{http://www.whocc.no/atc J01CR50}\">Associações de penicilinas</span></td><td><span title=\"Codes:{https://terminologia.saude.gov.br/fhir/CodeSystem/BRMedDRA 10002424}\">Angioedema</span></td><td>Severe</td><td><span title=\"Codes:{http://standardterms.edqm.eu 20045000}\">Intravenosa</span></td></tr></table></div>"
  ] ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ]     ] )
  ] ; # 
  fhir:verificationStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"^^xsd:anyURI ] ;
fhir:code [ fhir:v "confirmed" ] ;
fhir:display [ fhir:v "Confirmed" ]     ] )
  ] ; # 
  fhir:type [ fhir:v "allergy"] ; # 
  fhir:category ( [ fhir:v "medication"] ) ; # 
  fhir:criticality [ fhir:v "high"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "https://terminologia.saude.gov.br/fhir/CodeSystem/BRAlergenosCBARA"^^xsd:anyURI ] ;
fhir:code [ fhir:v "camarao" ] ;
fhir:display [ fhir:v "Camarão" ]     ] ) ;
fhir:text [ fhir:v "Alergia a camarão" ]
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/b2f63a4c-ddaa-4652-8481-ac1ff473104e" ] ;
fhir:display [ fhir:v "João Carlos Silva" ]
  ] ; # 
  fhir:reaction ( [
fhir:substance [
      ( fhir:coding [
fhir:system [ fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ] ;
fhir:code [ fhir:v "J01CR50" ] ;
fhir:display [ fhir:v "combinations of penicillins" ]       ] ) ;
fhir:text [ fhir:v "Associações de penicilinas" ]     ] ;
    ( fhir:manifestation [
      ( fhir:coding [
fhir:system [ fhir:v "https://terminologia.saude.gov.br/fhir/CodeSystem/BRMedDRA"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10002424" ] ;
fhir:display [ fhir:v "angioedema" ]       ] ) ;
fhir:text [ fhir:v "Angioedema" ]     ] ) ;
fhir:severity [ fhir:v "severe" ] ;
fhir:exposureRoute [
      ( fhir:coding [
fhir:system [ fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ] ;
fhir:code [ fhir:v "20045000" ] ;
fhir:display [ fhir:v "Intravenous use" ]       ] ) ;
fhir:text [ fhir:v "Intravenosa" ]     ]
  ] ) . #