Projeto mareIA: módulo AgroSUS para telemonitoramento e apoio à identificação precoce de intoxicações por uso de defensivos agrícolas
0.1.0 - ci-build Brazil flag

Projeto mareIA: módulo AgroSUS para telemonitoramento e apoio à identificação precoce de intoxicações por uso de defensivos agrícolas, publicado por Fatec Ferraz de Vasconcelos. Este guia não é uma publicação autorizada; é a compilação contínua para a versão 0.1.0 construída pela FHIR (HL7® FHIR® Standard) CI Build. Esta versão é baseada no conteúdo atual de https://github.com/jefersonrl/AgroSUS-FHIR/tree/main e muda regularmente. Veja o Diretório de versões publicadas

Resource Profile: Suspeita ou Confirmação de Intoxicação por Pesticida AgroSUS

Official URL: https://jefersonrl.github.io/AgroSUS-FHIR/StructureDefinition/agrosus-intoxicacao-pesticida Version: 0.1.0
Draft as of 2026-07-27 Computable Name: AgroSUSIntoxicacaoPesticida

Condição clínica registrada por profissional assistencial para representar suspeita, confirmação ou descarte de intoxicação por pesticidas.

Usos:

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

NomeBandeirasCard.TipoDescrição e condicionalismos    Filter: Filtersdoco
.. Condition C 0..* BRCoreCondition Detailed information about conditions, problems or diagnoses
Constraints: con-3, con-4, con-5
... implicitRules ?!Σ 0..1 uri Um conjunto de regras sob as quais este conteúdo foi criado
... modifierExtension ?! 0..* Extension Extensões adicionais que não podem ser ignoradas, mesmo que não reconhecidas
... identifier SΣ 1..1 Identifier Identificador único da condição clínica
.... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Vínculo: IdentifierUse (required): Identifies the purpose for this identifier, if known .
.... system Σ 1..1 uri The namespace for the identifier value
Exemplo General: http://www.acme.com/identifiers/patient
.... value Σ 1..1 string The value that is unique
Exemplo General: 123456
... verificationStatus ?!SΣC 1..1 CodeableConcept Situação da verificação clínica: provisória, confirmada ou refutada
Vínculo: ConditionVerificationStatus (required): The verification status to support or decline the clinical status of the condition or diagnosis.
... category S 1..1 CodeableConcept Categoria da condição clínica
Vínculo: ConditionCategoryCodes (extensible)
... severity S 0..1 CodeableConcept Gravidade avaliada pelo profissional assistencial
Vínculo: Condition/DiagnosisSeverity (preferred): A subjective assessment of the severity of the condition as evaluated by the clinician.
... code SΣ 1..1 CodeableConcept Tipo de efeito tóxico de pesticida segundo a CID-10
Vínculo: Intoxicação por pesticidas AgroSUS (required)
... subject SΣ 1..1 Reference(Paciente AgroSUS) Referência aos dados sobre o indivíduo cuja a condição de saúde está sendo avaliada
... encounter SΣ 0..1 Reference(Atendimento Clínico da UBS AgroSUS) Atendimento da UBS no qual a condição foi avaliada
... onset[x] SΣ 0..1 Data ou período estimado de início
.... onsetDateTime dateTime
.... onsetAge Age
.... onsetPeriod Period
.... onsetRange Range
.... onsetString string
... abatement[x] SC 0..1 Data ou período de resolução da condição
.... abatementDateTime dateTime
.... abatementAge Age
.... abatementPeriod Period
.... abatementRange Range
.... abatementString string
... recordedDate SΣ 1..1 dateTime Data em que a condição foi registrada
... recorder SΣ 1..1 Reference(Função do Profissional Assistencial da UBS AgroSUS) Profissional responsável pelo registro
... asserter SΣ 1..1 Reference(Função do Profissional Assistencial da UBS AgroSUS) Profissional que realizou a avaliação clínica
... evidence SC 1..* BackboneElement Anamnese, resultado ou laudo utilizado como evidência
Constraints: con-2
.... modifierExtension ?!Σ 0..* Extension Extensões adicionais que não podem ser ignoradas, mesmo que não reconhecidas
.... detail SΣC 1..* Reference(Resposta da Anamnese AgroSUS | Resultado Laboratorial AgroSUS | Laudo Laboratorial AgroSUS) Referência a informações de apoio
... note S 0..* Annotation Justificativa e observações clínicas

doco Documentação para este formato

Terminologia Ligações

Caminho Estado Utilização Conjunto de valores Versão Fonte
Condition.identifier.​use Base required IdentifierUse 📍4.0.1 a norma FHIR
Condition.clinicalStatus Base required Condition Clinical Status Codes 📍4.0.1 a norma FHIR
Condition.verificationStatus Base required ConditionVerificationStatus 📍4.0.1 a norma FHIR
Condition.category Base extensible Condition Category Codes 📦4.0.1 a norma FHIR
Condition.severity Base preferred Condition/Diagnosis Severity 📍4.0.1 a norma FHIR
Condition.code Base required Intoxicação por pesticidas AgroSUS 📦0.1.0 este IG

Restrições

Id Grau Caminho(s) Descrição Expressão
con-2 error Condition.evidence evidence SHALL have code or details code.exists() or detail.exists()
con-3 best practice Condition Condition.clinicalStatus SHALL be present if verificationStatus is not entered-in-error and category is problem-list-item clinicalStatus.exists() or verificationStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-ver-status' and code = 'entered-in-error').exists() or category.select($this='problem-list-item').empty()
con-4 error Condition If condition is abated, then clinicalStatus must be either inactive, resolved, or remission abatement.empty() or clinicalStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-clinical' and (code='resolved' or code='remission' or code='inactive')).exists()
con-5 error Condition Condition.clinicalStatus SHALL NOT be present if verification Status is entered-in-error verificationStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-ver-status' and code='entered-in-error').empty() or clinicalStatus.empty()
dom-2 error Condition If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Condition If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error Condition If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error Condition If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Condition A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()

This structure is derived from BRCoreCondition

NomeBandeirasCard.TipoDescrição e condicionalismos    Filter: Filtersdoco
.. Condition 0..* BRCoreCondition Detailed information about conditions, problems or diagnoses
... identifier S 1..1 Identifier Identificador único da condição clínica
.... system 1..1 uri The namespace for the identifier value
.... value 1..1 string The value that is unique
... clinicalStatus S 1..1 CodeableConcept Situação clínica atual da condição
... verificationStatus S 1..1 CodeableConcept Situação da verificação clínica: provisória, confirmada ou refutada
... severity S 0..1 CodeableConcept Gravidade avaliada pelo profissional assistencial
... code S 1..1 CodeableConcept Tipo de efeito tóxico de pesticida segundo a CID-10
Vínculo: Intoxicação por pesticidas AgroSUS (required)
... subject S 1..1 Reference(Paciente AgroSUS) Referência aos dados sobre o indivíduo cuja a condição de saúde está sendo avaliada
... encounter S 0..1 Reference(Atendimento Clínico da UBS AgroSUS) Atendimento da UBS no qual a condição foi avaliada
... onset[x] S 0..1 dateTime, Age, Period, Range, string Data ou período estimado de início
... abatement[x] S 0..1 dateTime, Age, Period, Range, string Data ou período de resolução da condição
... recordedDate S 1..1 dateTime Data em que a condição foi registrada
... recorder S 1..1 Reference(Função do Profissional Assistencial da UBS AgroSUS) Profissional responsável pelo registro
... asserter S 1..1 Reference(Função do Profissional Assistencial da UBS AgroSUS) Profissional que realizou a avaliação clínica
... evidence S 1..* BackboneElement Anamnese, resultado ou laudo utilizado como evidência
.... detail S 1..* Reference(Resposta da Anamnese AgroSUS | Resultado Laboratorial AgroSUS | Laudo Laboratorial AgroSUS) Referência a informações de apoio
... note S 0..* Annotation Justificativa e observações clínicas

doco Documentação para este formato

Terminologia Ligações (Diferencial)

Caminho Estado Utilização Conjunto de valores Versão Fonte
Condition.code Base required Intoxicação por pesticidas AgroSUS 📦0.1.0 este IG
NomeBandeirasCard.TipoDescrição e condicionalismos    Filter: Filtersdoco
.. Condition C 0..* BRCoreCondition Detailed information about conditions, problems or diagnoses
Constraints: con-3, con-4, con-5
... id Σ 0..1 id Identificador lógico deste artefato
... meta Σ 0..1 Meta Metadados sobre o recurso
... implicitRules ?!Σ 0..1 uri Um conjunto de regras sob as quais este conteúdo foi criado
... text 0..1 Narrative Resumo do texto do recurso em linguagem natural
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Recursos contidos no recurso
... extension 0..* Extension Extensões adicionais que não fazem parte do modelo base
... modifierExtension ?! 0..* Extension Extensões adicionais que não podem ser ignoradas, mesmo que não reconhecidas
... identifier SΣ 1..1 Identifier Identificador único da condição clínica
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
.... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Vínculo: IdentifierUse (required): Identifies the purpose for this identifier, if known .
.... type Σ 0..1 CodeableConcept Description of identifier
Vínculo: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
.... system Σ 1..1 uri The namespace for the identifier value
Exemplo General: http://www.acme.com/identifiers/patient
.... value Σ 1..1 string The value that is unique
Exemplo General: 123456
.... period Σ 0..1 Period Time period when id is/was valid for use
.... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
... clinicalStatus ?!SΣC 1..1 CodeableConcept Situação clínica atual da condição
Vínculo: ConditionClinicalStatusCodes (required): The clinical status of the condition or diagnosis.
... verificationStatus ?!SΣC 1..1 CodeableConcept Situação da verificação clínica: provisória, confirmada ou refutada
Vínculo: ConditionVerificationStatus (required): The verification status to support or decline the clinical status of the condition or diagnosis.
... category S 1..1 CodeableConcept Categoria da condição clínica
Vínculo: ConditionCategoryCodes (extensible)
... severity S 0..1 CodeableConcept Gravidade avaliada pelo profissional assistencial
Vínculo: Condition/DiagnosisSeverity (preferred): A subjective assessment of the severity of the condition as evaluated by the clinician.
... code SΣ 1..1 CodeableConcept Tipo de efeito tóxico de pesticida segundo a CID-10
Vínculo: Intoxicação por pesticidas AgroSUS (required)
... bodySite Σ 0..* CodeableConcept Local anatômico da condição, se relevante
Vínculo: SNOMEDCTBodyStructures (example)
... subject SΣ 1..1 Reference(Paciente AgroSUS) Referência aos dados sobre o indivíduo cuja a condição de saúde está sendo avaliada
.... id 0..1 string Identificador único para referência cruzada
.... extension 0..* Extension Extensões adicionais que não fazem parte do modelo de dados básico
Fatia: Não ordenado, Aberto por value:url
.... reference ΣC 0..1 string Referência literal. URL relativa, interna ou externa
.... type Σ 0..1 uri Tipo de recurso ao qual a referência é feita
Vínculo: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).
.... identifier Σ 0..1 Identifier Referência lógica, quando a referência literal não é conhecida
.... display Σ 0..1 string Texto alternativo para o recurso
... encounter SΣ 0..1 Reference(Atendimento Clínico da UBS AgroSUS) Atendimento da UBS no qual a condição foi avaliada
... onset[x] SΣ 0..1 Data ou período estimado de início
.... onsetDateTime dateTime
.... onsetAge Age
.... onsetPeriod Period
.... onsetRange Range
.... onsetString string
... abatement[x] SC 0..1 Data ou período de resolução da condição
.... abatementDateTime dateTime
.... abatementAge Age
.... abatementPeriod Period
.... abatementRange Range
.... abatementString string
... recordedDate SΣ 1..1 dateTime Data em que a condição foi registrada
... recorder SΣ 1..1 Reference(Função do Profissional Assistencial da UBS AgroSUS) Profissional responsável pelo registro
... asserter SΣ 1..1 Reference(Função do Profissional Assistencial da UBS AgroSUS) Profissional que realizou a avaliação clínica
... stage C 0..* BackboneElement Estágio/grau da condição, geralmente avaliado formalmente
Constraints: con-1
.... id 0..1 string Identificador único para referência cruzada
.... extension 0..* Extension Extensões adicionais que não fazem parte do modelo de dados básico
.... modifierExtension ?!Σ 0..* Extension Extensões adicionais que não podem ser ignoradas, mesmo que não reconhecidas
.... summary C 0..1 CodeableConcept Códigos descrevendo estágios da condição (por exemplo, estágios de câncer)
Vínculo: ConditionStage (example): Codes describing condition stages (e.g. Cancer stages).
.... assessment C 0..* Reference(ClinicalImpression | BRCoreDiagnosticReport | BRCoreObservation) Registro da avaliação
.... type 0..1 CodeableConcept Códigos que descrevem o tipo do estadiamento (por exemplo, clínico ou patológico)
Vínculo: ConditionStageType (example): Codes describing the kind of condition staging (e.g. clinical or pathological).
... evidence SC 1..* BackboneElement Anamnese, resultado ou laudo utilizado como evidência
Constraints: con-2
.... id 0..1 string Identificador único para referência cruzada
.... extension 0..* Extension Extensões adicionais que não fazem parte do modelo de dados básico
.... modifierExtension ?!Σ 0..* Extension Extensões adicionais que não podem ser ignoradas, mesmo que não reconhecidas
.... code ΣC 0..* CodeableConcept Códigos que descrevem a manifestação ou sintomas de uma condição
Vínculo: ManifestationAndSymptomCodes (example): Codes that describe the manifestation or symptoms of a condition.
.... detail SΣC 1..* Reference(Resposta da Anamnese AgroSUS | Resultado Laboratorial AgroSUS | Laudo Laboratorial AgroSUS) Referência a informações de apoio
... note S 0..* Annotation Justificativa e observações clínicas

doco Documentação para este formato

Terminologia Ligações

Caminho Estado Utilização Conjunto de valores Versão Fonte
Condition.language Base preferred Common Languages 📍4.0.1 a norma FHIR
Condition.identifier.​use Base required IdentifierUse 📍4.0.1 a norma FHIR
Condition.identifier.​type Base extensible IdentifierType 📍4.0.1 a norma FHIR
Condition.clinicalStatus Base required Condition Clinical Status Codes 📍4.0.1 a norma FHIR
Condition.verificationStatus Base required ConditionVerificationStatus 📍4.0.1 a norma FHIR
Condition.category Base extensible Condition Category Codes 📦4.0.1 a norma FHIR
Condition.severity Base preferred Condition/Diagnosis Severity 📍4.0.1 a norma FHIR
Condition.code Base required Intoxicação por pesticidas AgroSUS 📦0.1.0 este IG
Condition.bodySite Base example SNOMED CT Body Structures 📦4.0.1 a norma FHIR
Condition.subject.type Base extensible ResourceType 📍4.0.1 a norma FHIR
Condition.stage.summary Base example Condition Stage 📍4.0.1 a norma FHIR
Condition.stage.type Base example Condition Stage Type 📍4.0.1 a norma FHIR
Condition.evidence.code Base example Manifestation and Symptom Codes 📍4.0.1 a norma FHIR

Restrições

Id Grau Caminho(s) Descrição Expressão
con-1 error Condition.stage Stage SHALL have summary or assessment summary.exists() or assessment.exists()
con-2 error Condition.evidence evidence SHALL have code or details code.exists() or detail.exists()
con-3 best practice Condition Condition.clinicalStatus SHALL be present if verificationStatus is not entered-in-error and category is problem-list-item clinicalStatus.exists() or verificationStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-ver-status' and code = 'entered-in-error').exists() or category.select($this='problem-list-item').empty()
con-4 error Condition If condition is abated, then clinicalStatus must be either inactive, resolved, or remission abatement.empty() or clinicalStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-clinical' and (code='resolved' or code='remission' or code='inactive')).exists()
con-5 error Condition Condition.clinicalStatus SHALL NOT be present if verification Status is entered-in-error verificationStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-ver-status' and code='entered-in-error').empty() or clinicalStatus.empty()
dom-2 error Condition If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Condition If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error Condition If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error Condition If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Condition A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()

Key Elements View

NomeBandeirasCard.TipoDescrição e condicionalismos    Filter: Filtersdoco
.. Condition C 0..* BRCoreCondition Detailed information about conditions, problems or diagnoses
Constraints: con-3, con-4, con-5
... implicitRules ?!Σ 0..1 uri Um conjunto de regras sob as quais este conteúdo foi criado
... modifierExtension ?! 0..* Extension Extensões adicionais que não podem ser ignoradas, mesmo que não reconhecidas
... identifier SΣ 1..1 Identifier Identificador único da condição clínica
.... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Vínculo: IdentifierUse (required): Identifies the purpose for this identifier, if known .
.... system Σ 1..1 uri The namespace for the identifier value
Exemplo General: http://www.acme.com/identifiers/patient
.... value Σ 1..1 string The value that is unique
Exemplo General: 123456
... verificationStatus ?!SΣC 1..1 CodeableConcept Situação da verificação clínica: provisória, confirmada ou refutada
Vínculo: ConditionVerificationStatus (required): The verification status to support or decline the clinical status of the condition or diagnosis.
... category S 1..1 CodeableConcept Categoria da condição clínica
Vínculo: ConditionCategoryCodes (extensible)
... severity S 0..1 CodeableConcept Gravidade avaliada pelo profissional assistencial
Vínculo: Condition/DiagnosisSeverity (preferred): A subjective assessment of the severity of the condition as evaluated by the clinician.
... code SΣ 1..1 CodeableConcept Tipo de efeito tóxico de pesticida segundo a CID-10
Vínculo: Intoxicação por pesticidas AgroSUS (required)
... subject SΣ 1..1 Reference(Paciente AgroSUS) Referência aos dados sobre o indivíduo cuja a condição de saúde está sendo avaliada
... encounter SΣ 0..1 Reference(Atendimento Clínico da UBS AgroSUS) Atendimento da UBS no qual a condição foi avaliada
... onset[x] SΣ 0..1 Data ou período estimado de início
.... onsetDateTime dateTime
.... onsetAge Age
.... onsetPeriod Period
.... onsetRange Range
.... onsetString string
... abatement[x] SC 0..1 Data ou período de resolução da condição
.... abatementDateTime dateTime
.... abatementAge Age
.... abatementPeriod Period
.... abatementRange Range
.... abatementString string
... recordedDate SΣ 1..1 dateTime Data em que a condição foi registrada
... recorder SΣ 1..1 Reference(Função do Profissional Assistencial da UBS AgroSUS) Profissional responsável pelo registro
... asserter SΣ 1..1 Reference(Função do Profissional Assistencial da UBS AgroSUS) Profissional que realizou a avaliação clínica
... evidence SC 1..* BackboneElement Anamnese, resultado ou laudo utilizado como evidência
Constraints: con-2
.... modifierExtension ?!Σ 0..* Extension Extensões adicionais que não podem ser ignoradas, mesmo que não reconhecidas
.... detail SΣC 1..* Reference(Resposta da Anamnese AgroSUS | Resultado Laboratorial AgroSUS | Laudo Laboratorial AgroSUS) Referência a informações de apoio
... note S 0..* Annotation Justificativa e observações clínicas

doco Documentação para este formato

Terminologia Ligações

Caminho Estado Utilização Conjunto de valores Versão Fonte
Condition.identifier.​use Base required IdentifierUse 📍4.0.1 a norma FHIR
Condition.clinicalStatus Base required Condition Clinical Status Codes 📍4.0.1 a norma FHIR
Condition.verificationStatus Base required ConditionVerificationStatus 📍4.0.1 a norma FHIR
Condition.category Base extensible Condition Category Codes 📦4.0.1 a norma FHIR
Condition.severity Base preferred Condition/Diagnosis Severity 📍4.0.1 a norma FHIR
Condition.code Base required Intoxicação por pesticidas AgroSUS 📦0.1.0 este IG

Restrições

Id Grau Caminho(s) Descrição Expressão
con-2 error Condition.evidence evidence SHALL have code or details code.exists() or detail.exists()
con-3 best practice Condition Condition.clinicalStatus SHALL be present if verificationStatus is not entered-in-error and category is problem-list-item clinicalStatus.exists() or verificationStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-ver-status' and code = 'entered-in-error').exists() or category.select($this='problem-list-item').empty()
con-4 error Condition If condition is abated, then clinicalStatus must be either inactive, resolved, or remission abatement.empty() or clinicalStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-clinical' and (code='resolved' or code='remission' or code='inactive')).exists()
con-5 error Condition Condition.clinicalStatus SHALL NOT be present if verification Status is entered-in-error verificationStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-ver-status' and code='entered-in-error').empty() or clinicalStatus.empty()
dom-2 error Condition If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Condition If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error Condition If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error Condition If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Condition A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()

Differential View

This structure is derived from BRCoreCondition

NomeBandeirasCard.TipoDescrição e condicionalismos    Filter: Filtersdoco
.. Condition 0..* BRCoreCondition Detailed information about conditions, problems or diagnoses
... identifier S 1..1 Identifier Identificador único da condição clínica
.... system 1..1 uri The namespace for the identifier value
.... value 1..1 string The value that is unique
... clinicalStatus S 1..1 CodeableConcept Situação clínica atual da condição
... verificationStatus S 1..1 CodeableConcept Situação da verificação clínica: provisória, confirmada ou refutada
... severity S 0..1 CodeableConcept Gravidade avaliada pelo profissional assistencial
... code S 1..1 CodeableConcept Tipo de efeito tóxico de pesticida segundo a CID-10
Vínculo: Intoxicação por pesticidas AgroSUS (required)
... subject S 1..1 Reference(Paciente AgroSUS) Referência aos dados sobre o indivíduo cuja a condição de saúde está sendo avaliada
... encounter S 0..1 Reference(Atendimento Clínico da UBS AgroSUS) Atendimento da UBS no qual a condição foi avaliada
... onset[x] S 0..1 dateTime, Age, Period, Range, string Data ou período estimado de início
... abatement[x] S 0..1 dateTime, Age, Period, Range, string Data ou período de resolução da condição
... recordedDate S 1..1 dateTime Data em que a condição foi registrada
... recorder S 1..1 Reference(Função do Profissional Assistencial da UBS AgroSUS) Profissional responsável pelo registro
... asserter S 1..1 Reference(Função do Profissional Assistencial da UBS AgroSUS) Profissional que realizou a avaliação clínica
... evidence S 1..* BackboneElement Anamnese, resultado ou laudo utilizado como evidência
.... detail S 1..* Reference(Resposta da Anamnese AgroSUS | Resultado Laboratorial AgroSUS | Laudo Laboratorial AgroSUS) Referência a informações de apoio
... note S 0..* Annotation Justificativa e observações clínicas

doco Documentação para este formato

Terminologia Ligações (Diferencial)

Caminho Estado Utilização Conjunto de valores Versão Fonte
Condition.code Base required Intoxicação por pesticidas AgroSUS 📦0.1.0 este IG

Snapshot View

NomeBandeirasCard.TipoDescrição e condicionalismos    Filter: Filtersdoco
.. Condition C 0..* BRCoreCondition Detailed information about conditions, problems or diagnoses
Constraints: con-3, con-4, con-5
... id Σ 0..1 id Identificador lógico deste artefato
... meta Σ 0..1 Meta Metadados sobre o recurso
... implicitRules ?!Σ 0..1 uri Um conjunto de regras sob as quais este conteúdo foi criado
... text 0..1 Narrative Resumo do texto do recurso em linguagem natural
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Recursos contidos no recurso
... extension 0..* Extension Extensões adicionais que não fazem parte do modelo base
... modifierExtension ?! 0..* Extension Extensões adicionais que não podem ser ignoradas, mesmo que não reconhecidas
... identifier SΣ 1..1 Identifier Identificador único da condição clínica
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
.... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Vínculo: IdentifierUse (required): Identifies the purpose for this identifier, if known .
.... type Σ 0..1 CodeableConcept Description of identifier
Vínculo: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.
.... system Σ 1..1 uri The namespace for the identifier value
Exemplo General: http://www.acme.com/identifiers/patient
.... value Σ 1..1 string The value that is unique
Exemplo General: 123456
.... period Σ 0..1 Period Time period when id is/was valid for use
.... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
... clinicalStatus ?!SΣC 1..1 CodeableConcept Situação clínica atual da condição
Vínculo: ConditionClinicalStatusCodes (required): The clinical status of the condition or diagnosis.
... verificationStatus ?!SΣC 1..1 CodeableConcept Situação da verificação clínica: provisória, confirmada ou refutada
Vínculo: ConditionVerificationStatus (required): The verification status to support or decline the clinical status of the condition or diagnosis.
... category S 1..1 CodeableConcept Categoria da condição clínica
Vínculo: ConditionCategoryCodes (extensible)
... severity S 0..1 CodeableConcept Gravidade avaliada pelo profissional assistencial
Vínculo: Condition/DiagnosisSeverity (preferred): A subjective assessment of the severity of the condition as evaluated by the clinician.
... code SΣ 1..1 CodeableConcept Tipo de efeito tóxico de pesticida segundo a CID-10
Vínculo: Intoxicação por pesticidas AgroSUS (required)
... bodySite Σ 0..* CodeableConcept Local anatômico da condição, se relevante
Vínculo: SNOMEDCTBodyStructures (example)
... subject SΣ 1..1 Reference(Paciente AgroSUS) Referência aos dados sobre o indivíduo cuja a condição de saúde está sendo avaliada
.... id 0..1 string Identificador único para referência cruzada
.... extension 0..* Extension Extensões adicionais que não fazem parte do modelo de dados básico
Fatia: Não ordenado, Aberto por value:url
.... reference ΣC 0..1 string Referência literal. URL relativa, interna ou externa
.... type Σ 0..1 uri Tipo de recurso ao qual a referência é feita
Vínculo: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).
.... identifier Σ 0..1 Identifier Referência lógica, quando a referência literal não é conhecida
.... display Σ 0..1 string Texto alternativo para o recurso
... encounter SΣ 0..1 Reference(Atendimento Clínico da UBS AgroSUS) Atendimento da UBS no qual a condição foi avaliada
... onset[x] SΣ 0..1 Data ou período estimado de início
.... onsetDateTime dateTime
.... onsetAge Age
.... onsetPeriod Period
.... onsetRange Range
.... onsetString string
... abatement[x] SC 0..1 Data ou período de resolução da condição
.... abatementDateTime dateTime
.... abatementAge Age
.... abatementPeriod Period
.... abatementRange Range
.... abatementString string
... recordedDate SΣ 1..1 dateTime Data em que a condição foi registrada
... recorder SΣ 1..1 Reference(Função do Profissional Assistencial da UBS AgroSUS) Profissional responsável pelo registro
... asserter SΣ 1..1 Reference(Função do Profissional Assistencial da UBS AgroSUS) Profissional que realizou a avaliação clínica
... stage C 0..* BackboneElement Estágio/grau da condição, geralmente avaliado formalmente
Constraints: con-1
.... id 0..1 string Identificador único para referência cruzada
.... extension 0..* Extension Extensões adicionais que não fazem parte do modelo de dados básico
.... modifierExtension ?!Σ 0..* Extension Extensões adicionais que não podem ser ignoradas, mesmo que não reconhecidas
.... summary C 0..1 CodeableConcept Códigos descrevendo estágios da condição (por exemplo, estágios de câncer)
Vínculo: ConditionStage (example): Codes describing condition stages (e.g. Cancer stages).
.... assessment C 0..* Reference(ClinicalImpression | BRCoreDiagnosticReport | BRCoreObservation) Registro da avaliação
.... type 0..1 CodeableConcept Códigos que descrevem o tipo do estadiamento (por exemplo, clínico ou patológico)
Vínculo: ConditionStageType (example): Codes describing the kind of condition staging (e.g. clinical or pathological).
... evidence SC 1..* BackboneElement Anamnese, resultado ou laudo utilizado como evidência
Constraints: con-2
.... id 0..1 string Identificador único para referência cruzada
.... extension 0..* Extension Extensões adicionais que não fazem parte do modelo de dados básico
.... modifierExtension ?!Σ 0..* Extension Extensões adicionais que não podem ser ignoradas, mesmo que não reconhecidas
.... code ΣC 0..* CodeableConcept Códigos que descrevem a manifestação ou sintomas de uma condição
Vínculo: ManifestationAndSymptomCodes (example): Codes that describe the manifestation or symptoms of a condition.
.... detail SΣC 1..* Reference(Resposta da Anamnese AgroSUS | Resultado Laboratorial AgroSUS | Laudo Laboratorial AgroSUS) Referência a informações de apoio
... note S 0..* Annotation Justificativa e observações clínicas

doco Documentação para este formato

Terminologia Ligações

Caminho Estado Utilização Conjunto de valores Versão Fonte
Condition.language Base preferred Common Languages 📍4.0.1 a norma FHIR
Condition.identifier.​use Base required IdentifierUse 📍4.0.1 a norma FHIR
Condition.identifier.​type Base extensible IdentifierType 📍4.0.1 a norma FHIR
Condition.clinicalStatus Base required Condition Clinical Status Codes 📍4.0.1 a norma FHIR
Condition.verificationStatus Base required ConditionVerificationStatus 📍4.0.1 a norma FHIR
Condition.category Base extensible Condition Category Codes 📦4.0.1 a norma FHIR
Condition.severity Base preferred Condition/Diagnosis Severity 📍4.0.1 a norma FHIR
Condition.code Base required Intoxicação por pesticidas AgroSUS 📦0.1.0 este IG
Condition.bodySite Base example SNOMED CT Body Structures 📦4.0.1 a norma FHIR
Condition.subject.type Base extensible ResourceType 📍4.0.1 a norma FHIR
Condition.stage.summary Base example Condition Stage 📍4.0.1 a norma FHIR
Condition.stage.type Base example Condition Stage Type 📍4.0.1 a norma FHIR
Condition.evidence.code Base example Manifestation and Symptom Codes 📍4.0.1 a norma FHIR

Restrições

Id Grau Caminho(s) Descrição Expressão
con-1 error Condition.stage Stage SHALL have summary or assessment summary.exists() or assessment.exists()
con-2 error Condition.evidence evidence SHALL have code or details code.exists() or detail.exists()
con-3 best practice Condition Condition.clinicalStatus SHALL be present if verificationStatus is not entered-in-error and category is problem-list-item clinicalStatus.exists() or verificationStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-ver-status' and code = 'entered-in-error').exists() or category.select($this='problem-list-item').empty()
con-4 error Condition If condition is abated, then clinicalStatus must be either inactive, resolved, or remission abatement.empty() or clinicalStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-clinical' and (code='resolved' or code='remission' or code='inactive')).exists()
con-5 error Condition Condition.clinicalStatus SHALL NOT be present if verification Status is entered-in-error verificationStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-ver-status' and code='entered-in-error').empty() or clinicalStatus.empty()
dom-2 error Condition If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Condition If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error Condition If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error Condition If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Condition A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()

 

Other representations of profile: CSV, Excel, Schematron