Guia de Implementação da Regulação Assistencial (RIRA) da RNDS
1.0.0 - STU1 Brazil flag

Guia de Implementação da Regulação Assistencial (RIRA) da RNDS - 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

Resource Profile: Requisição de Regulação Assistencial

Official URL: http://www.saude.gov.br/fhir/r4/StructureDefinition/BRRequisicaoRegulacaoAssistencial Version: 1.0.0
Standards status: Informative Maturity Level: 1 Computable Name: BRRequisicaoRegulacaoAssistencial

Requisição de Regulação Assistencial

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
.. ServiceRequest C 0..* ServiceRequest A request for a service to be performed
Constraints: prr-1
... id Σ 0..1 id Logical id of this artifact
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... intent ?!Σ 1..1 code proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option
Vínculo: Intenção de requisição de regulação assistencial (required)
... category Σ 1..1 CodeableConcept Modalidade assistencial.
Vínculo: Modalidade Assistencial MIRA (required): Modalidade assistencial.
.... coding Σ 1..1 Coding Code defined by a terminology system
..... system Σ 1..1 uri Identity of the terminology system
..... code Σ 1..1 code Symbol in syntax defined by the system
... priority Σ 1..1 code Caráter do atendimento.
Vínculo: Caráter de Atendimento no MIRA (required): Caráter do atendimento
... code Σ 1..1 CodeableConcept Código do procedimento.
Vínculo: Procedimento realizado (required): SIGTAP
.... coding Σ 1..1 Coding Code defined by a terminology system
..... system Σ 1..1 uri Identity of the terminology system
..... code Σ 1..1 code Symbol in syntax defined by the system
... subject Σ 1..1 Reference(http://www.saude.gov.br/fhir/r4/StructureDefinition/BRIndividuo-1.0) Paciente
.... identifier Σ 1..1 Identifier Logical reference, when literal reference is not 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
... occurrence[x] Σ 0..1 dateTime Data de execução
... authoredOn Σ 1..1 dateTime Data e hora em que o procediento foi solicitado.
... requester Σ 1..1 Reference(http://www.saude.gov.br/fhir/r4/StructureDefinition/BREstabelecimentoSaude-1.0) Estabelecimento de saúde solicitante
.... identifier Σ 1..1 Identifier Logical reference, when literal reference is not 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
... performerType Σ 0..1 CodeableConcept Identificador da especialidade médica do executante.
Vínculo: Classificação Brasileira de Ocupações - CBO (required): Classificação Brasileira de Ocupações.
.... coding Σ 1..1 Coding Code defined by a terminology system
..... system Σ 1..1 uri Identity of the terminology system
..... code Σ 1..1 code Symbol in syntax defined by the system
... performer Σ 0..1 Reference(http://www.saude.gov.br/fhir/r4/StructureDefinition/BREstabelecimentoSaude-1.0) Estabelecimento de sáude executante
.... identifier Σ 1..1 Identifier Logical reference, when literal reference is not 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
... reasonReference Σ 1..1 Reference(CID10 Avaliado) Motivo da solicitação
.... reference ΣC 1..1 string Literal reference, Relative, internal or absolute URL

doco Documentação para este formato

Terminologia Ligações

Caminho Estado Utilização Conjunto de valores Versão Fonte
ServiceRequest.status Base required Status de requisição de regulação assistencial 📦1.0.0 este IG
ServiceRequest.intent Base required Intenção de requisição de regulação assistencial 📦1.0.0 este IG
ServiceRequest.category Base required Modalidade Assistencial MIRA 📦1.0.0 este IG
ServiceRequest.priority Base required Caráter de Atendimento no MIRA 📦1.0.0 este IG
ServiceRequest.code Base required Procedimento realizado 📦1.0.0 este IG
ServiceRequest.performerType Base required Classificação Brasileira de Ocupações - CBO 📦1.0.0 este IG

Restrições

Id Grau Caminho(s) Descrição Expressão
dom-2 error ServiceRequest If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error ServiceRequest 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 ServiceRequest 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 ServiceRequest If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice ServiceRequest 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()
prr-1 error ServiceRequest orderDetail SHALL only be present if code is present orderDetail.empty() or code.exists()

This structure is derived from ServiceRequest

NomeBandeirasCard.TipoDescrição e condicionalismos    Filter: Filtersdoco
.. ServiceRequest 0..* ServiceRequest A request for a service to be performed
... id 0..1 id Logical id of this artifact
... implicitRules 0..0 A set of rules under which this content was created
... language 0..0 Language of the resource content
... text 0..1 Narrative Text summary of the resource, for human interpretation
... contained 0..0 Contained, inline Resources
... identifier 0..0 Identifiers assigned to this order
... instantiatesCanonical 0..0 Instantiates FHIR protocol or definition
... instantiatesUri 0..0 Instantiates external protocol or definition
... basedOn 0..0 What request fulfills
... replaces 0..0 What request replaces
... requisition 0..0 Composite Request ID
... status 1..1 code draft | active | on-hold | revoked | completed | entered-in-error | unknown
Vínculo: Status de requisição de regulação assistencial (required)
... intent 1..1 code proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option
Vínculo: Intenção de requisição de regulação assistencial (required)
... category 1..1 CodeableConcept Modalidade assistencial.
Vínculo: Modalidade Assistencial MIRA (required): Modalidade assistencial.
.... id 0..0 Unique id for inter-element referencing
.... coding 1..1 Coding Code defined by a terminology system
..... id 0..0 Unique id for inter-element referencing
..... system 1..1 uri Identity of the terminology system
..... code 1..1 code Symbol in syntax defined by the system
..... userSelected 0..0 If this coding was chosen directly by the user
.... text 0..0 Plain text representation of the concept
... priority 1..1 code Caráter do atendimento.
Vínculo: Caráter de Atendimento no MIRA (required): Caráter do atendimento
... doNotPerform 0..0 True if service/procedure should not be performed
... code 1..1 CodeableConcept Código do procedimento.
Vínculo: Procedimento realizado (required): SIGTAP
.... id 0..0 Unique id for inter-element referencing
.... coding 1..1 Coding Code defined by a terminology system
..... id 0..0 Unique id for inter-element referencing
..... system 1..1 uri Identity of the terminology system
..... code 1..1 code Symbol in syntax defined by the system
..... userSelected 0..0 If this coding was chosen directly by the user
.... text 0..0 Plain text representation of the concept
... orderDetail 0..0 Additional order information
... quantity[x] 0..0 Service amount
... subject 1..1 Reference(http://www.saude.gov.br/fhir/r4/StructureDefinition/BRIndividuo-1.0) Paciente
.... id 0..0 Unique id for inter-element referencing
.... reference 0..0 Literal reference, Relative, internal or absolute URL
.... type 0..0 Type the reference refers to (e.g. "Patient")
.... identifier 1..1 Identifier Logical reference, when literal reference is not known
..... id 0..0 Unique id for inter-element referencing
..... use 0..0 usual | official | temp | secondary | old (If known)
..... type 0..0 Description of identifier
..... system 1..1 uri The namespace for the identifier value
..... value 1..1 string The value that is unique
..... period 0..0 Time period when id is/was valid for use
..... assigner 0..0 Organization that issued id (may be just text)
.... display 0..0 Text alternative for the resource
... encounter 0..0 Encounter in which the request was created
... occurrence[x] 0..1 dateTime Data de execução
.... id 0..0 xml:id (or equivalent in JSON)
... asNeeded[x] 0..0 Preconditions for service
... authoredOn 1..1 dateTime Data e hora em que o procediento foi solicitado.
... requester 1..1 Reference(http://www.saude.gov.br/fhir/r4/StructureDefinition/BREstabelecimentoSaude-1.0) Estabelecimento de saúde solicitante
.... id 0..0 Unique id for inter-element referencing
.... reference 0..0 Literal reference, Relative, internal or absolute URL
.... type 0..0 Type the reference refers to (e.g. "Patient")
.... identifier 1..1 Identifier Logical reference, when literal reference is not known
..... id 0..0 Unique id for inter-element referencing
..... use 0..0 usual | official | temp | secondary | old (If known)
..... type 0..0 Description of identifier
..... system 1..1 uri The namespace for the identifier value
..... value 1..1 string The value that is unique
..... period 0..0 Time period when id is/was valid for use
..... assigner 0..0 Organization that issued id (may be just text)
.... display 0..0 Text alternative for the resource
... performerType 0..1 CodeableConcept Identificador da especialidade médica do executante.
Vínculo: Classificação Brasileira de Ocupações - CBO (required): Classificação Brasileira de Ocupações.
.... id 0..0 Unique id for inter-element referencing
.... coding 1..1 Coding Code defined by a terminology system
..... id 0..0 Unique id for inter-element referencing
..... system 1..1 uri Identity of the terminology system
..... code 1..1 code Symbol in syntax defined by the system
..... userSelected 0..0 If this coding was chosen directly by the user
.... text 0..0 Plain text representation of the concept
... performer 0..1 Reference(http://www.saude.gov.br/fhir/r4/StructureDefinition/BREstabelecimentoSaude-1.0) Estabelecimento de sáude executante
.... id 0..0 Unique id for inter-element referencing
.... reference 0..0 Literal reference, Relative, internal or absolute URL
.... type 0..0 Type the reference refers to (e.g. "Patient")
.... identifier 1..1 Identifier Logical reference, when literal reference is not known
..... id 0..0 Unique id for inter-element referencing
..... use 0..0 usual | official | temp | secondary | old (If known)
..... type 0..0 Description of identifier
..... system 1..1 uri The namespace for the identifier value
..... value 1..1 string The value that is unique
..... period 0..0 Time period when id is/was valid for use
..... assigner 0..0 Organization that issued id (may be just text)
.... display 0..0 Text alternative for the resource
... locationCode 0..0 Requested location
... locationReference 0..0 Requested location
... reasonCode 0..0 Explanation/Justification for procedure or service
... reasonReference 1..1 Reference(CID10 Avaliado) Motivo da solicitação
.... id 0..0 Unique id for inter-element referencing
.... reference 1..1 string Literal reference, Relative, internal or absolute URL
.... type 0..0 Type the reference refers to (e.g. "Patient")
.... identifier 0..0 Logical reference, when literal reference is not known
.... display 0..0 Text alternative for the resource
... insurance 0..0 Associated insurance coverage
... supportingInfo 0..0 Additional clinical information
... specimen 0..0 Procedure Samples
... bodySite 0..0 Location on Body
... note 0..0 Comments
... patientInstruction 0..0 Patient or consumer-oriented instructions
... relevantHistory 0..0 Request provenance

doco Documentação para este formato

Terminologia Ligações (Diferencial)

Caminho Estado Utilização Conjunto de valores Versão Fonte
ServiceRequest.status Base required Status de requisição de regulação assistencial 📦1.0.0 este IG
ServiceRequest.intent Base required Intenção de requisição de regulação assistencial 📦1.0.0 este IG
ServiceRequest.category Base required Modalidade Assistencial MIRA 📦1.0.0 este IG
ServiceRequest.priority Base required Caráter de Atendimento no MIRA 📦1.0.0 este IG
ServiceRequest.code Base required Procedimento realizado 📦1.0.0 este IG
ServiceRequest.performerType Base required Classificação Brasileira de Ocupações - CBO 📦1.0.0 este IG
NomeBandeirasCard.TipoDescrição e condicionalismos    Filter: Filtersdoco
.. ServiceRequest C 0..* ServiceRequest A request for a service to be performed
Constraints: prr-1
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... status ?!Σ 1..1 code draft | active | on-hold | revoked | completed | entered-in-error | unknown
Vínculo: Status de requisição de regulação assistencial (required)
... intent ?!Σ 1..1 code proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option
Vínculo: Intenção de requisição de regulação assistencial (required)
... category Σ 1..1 CodeableConcept Modalidade assistencial.
Vínculo: Modalidade Assistencial MIRA (required): Modalidade assistencial.
.... extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
.... coding Σ 1..1 Coding Code defined by a terminology system
..... extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
..... system Σ 1..1 uri Identity of the terminology system
..... version Σ 0..1 string Version of the system - if relevant
..... code Σ 1..1 code Symbol in syntax defined by the system
..... display Σ 0..1 string Representation defined by the system
... priority Σ 1..1 code Caráter do atendimento.
Vínculo: Caráter de Atendimento no MIRA (required): Caráter do atendimento
... code Σ 1..1 CodeableConcept Código do procedimento.
Vínculo: Procedimento realizado (required): SIGTAP
.... extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
.... coding Σ 1..1 Coding Code defined by a terminology system
..... extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
..... system Σ 1..1 uri Identity of the terminology system
..... version Σ 0..1 string Version of the system - if relevant
..... code Σ 1..1 code Symbol in syntax defined by the system
..... display Σ 0..1 string Representation defined by the system
... subject Σ 1..1 Reference(http://www.saude.gov.br/fhir/r4/StructureDefinition/BRIndividuo-1.0) Paciente
.... extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
.... identifier Σ 1..1 Identifier Logical reference, when literal reference is not known
..... extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
..... 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
... occurrence[x] Σ 0..1 dateTime Data de execução
.... extension 0..* Extension Additional content defined by implementations
.... value 0..1 dateTime Primitive value for dateTime
... authoredOn Σ 1..1 dateTime Data e hora em que o procediento foi solicitado.
... requester Σ 1..1 Reference(http://www.saude.gov.br/fhir/r4/StructureDefinition/BREstabelecimentoSaude-1.0) Estabelecimento de saúde solicitante
.... extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
.... identifier Σ 1..1 Identifier Logical reference, when literal reference is not known
..... extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
..... 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
... performerType Σ 0..1 CodeableConcept Identificador da especialidade médica do executante.
Vínculo: Classificação Brasileira de Ocupações - CBO (required): Classificação Brasileira de Ocupações.
.... extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
.... coding Σ 1..1 Coding Code defined by a terminology system
..... extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
..... system Σ 1..1 uri Identity of the terminology system
..... version Σ 0..1 string Version of the system - if relevant
..... code Σ 1..1 code Symbol in syntax defined by the system
..... display Σ 0..1 string Representation defined by the system
... performer Σ 0..1 Reference(http://www.saude.gov.br/fhir/r4/StructureDefinition/BREstabelecimentoSaude-1.0) Estabelecimento de sáude executante
.... extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
.... identifier Σ 1..1 Identifier Logical reference, when literal reference is not known
..... extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
..... 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
... reasonReference Σ 1..1 Reference(CID10 Avaliado) Motivo da solicitação
.... extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
.... reference ΣC 1..1 string Literal reference, Relative, internal or absolute URL

doco Documentação para este formato

Terminologia Ligações

Caminho Estado Utilização Conjunto de valores Versão Fonte
ServiceRequest.status Base required Status de requisição de regulação assistencial 📦1.0.0 este IG
ServiceRequest.intent Base required Intenção de requisição de regulação assistencial 📦1.0.0 este IG
ServiceRequest.category Base required Modalidade Assistencial MIRA 📦1.0.0 este IG
ServiceRequest.priority Base required Caráter de Atendimento no MIRA 📦1.0.0 este IG
ServiceRequest.code Base required Procedimento realizado 📦1.0.0 este IG
ServiceRequest.performerType Base required Classificação Brasileira de Ocupações - CBO 📦1.0.0 este IG

Restrições

Id Grau Caminho(s) Descrição Expressão
dom-2 error ServiceRequest If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error ServiceRequest 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 ServiceRequest 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 ServiceRequest If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice ServiceRequest 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()
prr-1 error ServiceRequest orderDetail SHALL only be present if code is present orderDetail.empty() or code.exists()

This structure is derived from ServiceRequest

Resumo

Obrigatório: 19 elementos(6 aninhado obrigatoriamente elementos)
Proibido: 68 elementos

Estruturas

Esta estrutura refere-se a estas outras estruturas:

Maturidade: 1

Key Elements View

NomeBandeirasCard.TipoDescrição e condicionalismos    Filter: Filtersdoco
.. ServiceRequest C 0..* ServiceRequest A request for a service to be performed
Constraints: prr-1
... id Σ 0..1 id Logical id of this artifact
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... intent ?!Σ 1..1 code proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option
Vínculo: Intenção de requisição de regulação assistencial (required)
... category Σ 1..1 CodeableConcept Modalidade assistencial.
Vínculo: Modalidade Assistencial MIRA (required): Modalidade assistencial.
.... coding Σ 1..1 Coding Code defined by a terminology system
..... system Σ 1..1 uri Identity of the terminology system
..... code Σ 1..1 code Symbol in syntax defined by the system
... priority Σ 1..1 code Caráter do atendimento.
Vínculo: Caráter de Atendimento no MIRA (required): Caráter do atendimento
... code Σ 1..1 CodeableConcept Código do procedimento.
Vínculo: Procedimento realizado (required): SIGTAP
.... coding Σ 1..1 Coding Code defined by a terminology system
..... system Σ 1..1 uri Identity of the terminology system
..... code Σ 1..1 code Symbol in syntax defined by the system
... subject Σ 1..1 Reference(http://www.saude.gov.br/fhir/r4/StructureDefinition/BRIndividuo-1.0) Paciente
.... identifier Σ 1..1 Identifier Logical reference, when literal reference is not 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
... occurrence[x] Σ 0..1 dateTime Data de execução
... authoredOn Σ 1..1 dateTime Data e hora em que o procediento foi solicitado.
... requester Σ 1..1 Reference(http://www.saude.gov.br/fhir/r4/StructureDefinition/BREstabelecimentoSaude-1.0) Estabelecimento de saúde solicitante
.... identifier Σ 1..1 Identifier Logical reference, when literal reference is not 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
... performerType Σ 0..1 CodeableConcept Identificador da especialidade médica do executante.
Vínculo: Classificação Brasileira de Ocupações - CBO (required): Classificação Brasileira de Ocupações.
.... coding Σ 1..1 Coding Code defined by a terminology system
..... system Σ 1..1 uri Identity of the terminology system
..... code Σ 1..1 code Symbol in syntax defined by the system
... performer Σ 0..1 Reference(http://www.saude.gov.br/fhir/r4/StructureDefinition/BREstabelecimentoSaude-1.0) Estabelecimento de sáude executante
.... identifier Σ 1..1 Identifier Logical reference, when literal reference is not 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
... reasonReference Σ 1..1 Reference(CID10 Avaliado) Motivo da solicitação
.... reference ΣC 1..1 string Literal reference, Relative, internal or absolute URL

doco Documentação para este formato

Terminologia Ligações

Caminho Estado Utilização Conjunto de valores Versão Fonte
ServiceRequest.status Base required Status de requisição de regulação assistencial 📦1.0.0 este IG
ServiceRequest.intent Base required Intenção de requisição de regulação assistencial 📦1.0.0 este IG
ServiceRequest.category Base required Modalidade Assistencial MIRA 📦1.0.0 este IG
ServiceRequest.priority Base required Caráter de Atendimento no MIRA 📦1.0.0 este IG
ServiceRequest.code Base required Procedimento realizado 📦1.0.0 este IG
ServiceRequest.performerType Base required Classificação Brasileira de Ocupações - CBO 📦1.0.0 este IG

Restrições

Id Grau Caminho(s) Descrição Expressão
dom-2 error ServiceRequest If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error ServiceRequest 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 ServiceRequest 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 ServiceRequest If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice ServiceRequest 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()
prr-1 error ServiceRequest orderDetail SHALL only be present if code is present orderDetail.empty() or code.exists()

Differential View

This structure is derived from ServiceRequest

NomeBandeirasCard.TipoDescrição e condicionalismos    Filter: Filtersdoco
.. ServiceRequest 0..* ServiceRequest A request for a service to be performed
... id 0..1 id Logical id of this artifact
... implicitRules 0..0 A set of rules under which this content was created
... language 0..0 Language of the resource content
... text 0..1 Narrative Text summary of the resource, for human interpretation
... contained 0..0 Contained, inline Resources
... identifier 0..0 Identifiers assigned to this order
... instantiatesCanonical 0..0 Instantiates FHIR protocol or definition
... instantiatesUri 0..0 Instantiates external protocol or definition
... basedOn 0..0 What request fulfills
... replaces 0..0 What request replaces
... requisition 0..0 Composite Request ID
... status 1..1 code draft | active | on-hold | revoked | completed | entered-in-error | unknown
Vínculo: Status de requisição de regulação assistencial (required)
... intent 1..1 code proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option
Vínculo: Intenção de requisição de regulação assistencial (required)
... category 1..1 CodeableConcept Modalidade assistencial.
Vínculo: Modalidade Assistencial MIRA (required): Modalidade assistencial.
.... id 0..0 Unique id for inter-element referencing
.... coding 1..1 Coding Code defined by a terminology system
..... id 0..0 Unique id for inter-element referencing
..... system 1..1 uri Identity of the terminology system
..... code 1..1 code Symbol in syntax defined by the system
..... userSelected 0..0 If this coding was chosen directly by the user
.... text 0..0 Plain text representation of the concept
... priority 1..1 code Caráter do atendimento.
Vínculo: Caráter de Atendimento no MIRA (required): Caráter do atendimento
... doNotPerform 0..0 True if service/procedure should not be performed
... code 1..1 CodeableConcept Código do procedimento.
Vínculo: Procedimento realizado (required): SIGTAP
.... id 0..0 Unique id for inter-element referencing
.... coding 1..1 Coding Code defined by a terminology system
..... id 0..0 Unique id for inter-element referencing
..... system 1..1 uri Identity of the terminology system
..... code 1..1 code Symbol in syntax defined by the system
..... userSelected 0..0 If this coding was chosen directly by the user
.... text 0..0 Plain text representation of the concept
... orderDetail 0..0 Additional order information
... quantity[x] 0..0 Service amount
... subject 1..1 Reference(http://www.saude.gov.br/fhir/r4/StructureDefinition/BRIndividuo-1.0) Paciente
.... id 0..0 Unique id for inter-element referencing
.... reference 0..0 Literal reference, Relative, internal or absolute URL
.... type 0..0 Type the reference refers to (e.g. "Patient")
.... identifier 1..1 Identifier Logical reference, when literal reference is not known
..... id 0..0 Unique id for inter-element referencing
..... use 0..0 usual | official | temp | secondary | old (If known)
..... type 0..0 Description of identifier
..... system 1..1 uri The namespace for the identifier value
..... value 1..1 string The value that is unique
..... period 0..0 Time period when id is/was valid for use
..... assigner 0..0 Organization that issued id (may be just text)
.... display 0..0 Text alternative for the resource
... encounter 0..0 Encounter in which the request was created
... occurrence[x] 0..1 dateTime Data de execução
.... id 0..0 xml:id (or equivalent in JSON)
... asNeeded[x] 0..0 Preconditions for service
... authoredOn 1..1 dateTime Data e hora em que o procediento foi solicitado.
... requester 1..1 Reference(http://www.saude.gov.br/fhir/r4/StructureDefinition/BREstabelecimentoSaude-1.0) Estabelecimento de saúde solicitante
.... id 0..0 Unique id for inter-element referencing
.... reference 0..0 Literal reference, Relative, internal or absolute URL
.... type 0..0 Type the reference refers to (e.g. "Patient")
.... identifier 1..1 Identifier Logical reference, when literal reference is not known
..... id 0..0 Unique id for inter-element referencing
..... use 0..0 usual | official | temp | secondary | old (If known)
..... type 0..0 Description of identifier
..... system 1..1 uri The namespace for the identifier value
..... value 1..1 string The value that is unique
..... period 0..0 Time period when id is/was valid for use
..... assigner 0..0 Organization that issued id (may be just text)
.... display 0..0 Text alternative for the resource
... performerType 0..1 CodeableConcept Identificador da especialidade médica do executante.
Vínculo: Classificação Brasileira de Ocupações - CBO (required): Classificação Brasileira de Ocupações.
.... id 0..0 Unique id for inter-element referencing
.... coding 1..1 Coding Code defined by a terminology system
..... id 0..0 Unique id for inter-element referencing
..... system 1..1 uri Identity of the terminology system
..... code 1..1 code Symbol in syntax defined by the system
..... userSelected 0..0 If this coding was chosen directly by the user
.... text 0..0 Plain text representation of the concept
... performer 0..1 Reference(http://www.saude.gov.br/fhir/r4/StructureDefinition/BREstabelecimentoSaude-1.0) Estabelecimento de sáude executante
.... id 0..0 Unique id for inter-element referencing
.... reference 0..0 Literal reference, Relative, internal or absolute URL
.... type 0..0 Type the reference refers to (e.g. "Patient")
.... identifier 1..1 Identifier Logical reference, when literal reference is not known
..... id 0..0 Unique id for inter-element referencing
..... use 0..0 usual | official | temp | secondary | old (If known)
..... type 0..0 Description of identifier
..... system 1..1 uri The namespace for the identifier value
..... value 1..1 string The value that is unique
..... period 0..0 Time period when id is/was valid for use
..... assigner 0..0 Organization that issued id (may be just text)
.... display 0..0 Text alternative for the resource
... locationCode 0..0 Requested location
... locationReference 0..0 Requested location
... reasonCode 0..0 Explanation/Justification for procedure or service
... reasonReference 1..1 Reference(CID10 Avaliado) Motivo da solicitação
.... id 0..0 Unique id for inter-element referencing
.... reference 1..1 string Literal reference, Relative, internal or absolute URL
.... type 0..0 Type the reference refers to (e.g. "Patient")
.... identifier 0..0 Logical reference, when literal reference is not known
.... display 0..0 Text alternative for the resource
... insurance 0..0 Associated insurance coverage
... supportingInfo 0..0 Additional clinical information
... specimen 0..0 Procedure Samples
... bodySite 0..0 Location on Body
... note 0..0 Comments
... patientInstruction 0..0 Patient or consumer-oriented instructions
... relevantHistory 0..0 Request provenance

doco Documentação para este formato

Terminologia Ligações (Diferencial)

Caminho Estado Utilização Conjunto de valores Versão Fonte
ServiceRequest.status Base required Status de requisição de regulação assistencial 📦1.0.0 este IG
ServiceRequest.intent Base required Intenção de requisição de regulação assistencial 📦1.0.0 este IG
ServiceRequest.category Base required Modalidade Assistencial MIRA 📦1.0.0 este IG
ServiceRequest.priority Base required Caráter de Atendimento no MIRA 📦1.0.0 este IG
ServiceRequest.code Base required Procedimento realizado 📦1.0.0 este IG
ServiceRequest.performerType Base required Classificação Brasileira de Ocupações - CBO 📦1.0.0 este IG

Snapshot View

NomeBandeirasCard.TipoDescrição e condicionalismos    Filter: Filtersdoco
.. ServiceRequest C 0..* ServiceRequest A request for a service to be performed
Constraints: prr-1
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... status ?!Σ 1..1 code draft | active | on-hold | revoked | completed | entered-in-error | unknown
Vínculo: Status de requisição de regulação assistencial (required)
... intent ?!Σ 1..1 code proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option
Vínculo: Intenção de requisição de regulação assistencial (required)
... category Σ 1..1 CodeableConcept Modalidade assistencial.
Vínculo: Modalidade Assistencial MIRA (required): Modalidade assistencial.
.... extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
.... coding Σ 1..1 Coding Code defined by a terminology system
..... extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
..... system Σ 1..1 uri Identity of the terminology system
..... version Σ 0..1 string Version of the system - if relevant
..... code Σ 1..1 code Symbol in syntax defined by the system
..... display Σ 0..1 string Representation defined by the system
... priority Σ 1..1 code Caráter do atendimento.
Vínculo: Caráter de Atendimento no MIRA (required): Caráter do atendimento
... code Σ 1..1 CodeableConcept Código do procedimento.
Vínculo: Procedimento realizado (required): SIGTAP
.... extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
.... coding Σ 1..1 Coding Code defined by a terminology system
..... extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
..... system Σ 1..1 uri Identity of the terminology system
..... version Σ 0..1 string Version of the system - if relevant
..... code Σ 1..1 code Symbol in syntax defined by the system
..... display Σ 0..1 string Representation defined by the system
... subject Σ 1..1 Reference(http://www.saude.gov.br/fhir/r4/StructureDefinition/BRIndividuo-1.0) Paciente
.... extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
.... identifier Σ 1..1 Identifier Logical reference, when literal reference is not known
..... extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
..... 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
... occurrence[x] Σ 0..1 dateTime Data de execução
.... extension 0..* Extension Additional content defined by implementations
.... value 0..1 dateTime Primitive value for dateTime
... authoredOn Σ 1..1 dateTime Data e hora em que o procediento foi solicitado.
... requester Σ 1..1 Reference(http://www.saude.gov.br/fhir/r4/StructureDefinition/BREstabelecimentoSaude-1.0) Estabelecimento de saúde solicitante
.... extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
.... identifier Σ 1..1 Identifier Logical reference, when literal reference is not known
..... extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
..... 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
... performerType Σ 0..1 CodeableConcept Identificador da especialidade médica do executante.
Vínculo: Classificação Brasileira de Ocupações - CBO (required): Classificação Brasileira de Ocupações.
.... extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
.... coding Σ 1..1 Coding Code defined by a terminology system
..... extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
..... system Σ 1..1 uri Identity of the terminology system
..... version Σ 0..1 string Version of the system - if relevant
..... code Σ 1..1 code Symbol in syntax defined by the system
..... display Σ 0..1 string Representation defined by the system
... performer Σ 0..1 Reference(http://www.saude.gov.br/fhir/r4/StructureDefinition/BREstabelecimentoSaude-1.0) Estabelecimento de sáude executante
.... extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
.... identifier Σ 1..1 Identifier Logical reference, when literal reference is not known
..... extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
..... 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
... reasonReference Σ 1..1 Reference(CID10 Avaliado) Motivo da solicitação
.... extension 0..* Extension Additional content defined by implementations
Fatia: Não ordenado, Aberto por value:url
.... reference ΣC 1..1 string Literal reference, Relative, internal or absolute URL

doco Documentação para este formato

Terminologia Ligações

Caminho Estado Utilização Conjunto de valores Versão Fonte
ServiceRequest.status Base required Status de requisição de regulação assistencial 📦1.0.0 este IG
ServiceRequest.intent Base required Intenção de requisição de regulação assistencial 📦1.0.0 este IG
ServiceRequest.category Base required Modalidade Assistencial MIRA 📦1.0.0 este IG
ServiceRequest.priority Base required Caráter de Atendimento no MIRA 📦1.0.0 este IG
ServiceRequest.code Base required Procedimento realizado 📦1.0.0 este IG
ServiceRequest.performerType Base required Classificação Brasileira de Ocupações - CBO 📦1.0.0 este IG

Restrições

Id Grau Caminho(s) Descrição Expressão
dom-2 error ServiceRequest If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error ServiceRequest 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 ServiceRequest 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 ServiceRequest If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice ServiceRequest 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()
prr-1 error ServiceRequest orderDetail SHALL only be present if code is present orderDetail.empty() or code.exists()

This structure is derived from ServiceRequest

Resumo

Obrigatório: 19 elementos(6 aninhado obrigatoriamente elementos)
Proibido: 68 elementos

Estruturas

Esta estrutura refere-se a estas outras estruturas:

Maturidade: 1

 

Other representations of profile: CSV, Excel, Schematron