Guia de Implementação da SES GO - Medicamentos
1.2.3 - draft Brazil flag

Guia de Implementação da SES GO - Medicamentos - Downloaded Version 1.2.3 See the Directory of published versions

Perfil: Movimentação de Item de Estoque

URL oficial: https://fhir.saude.go.gov.br/r4/medicamentos/StructureDefinition/movimentacao-item-estoque Versão: 1.2.3
Draft as of 2026-03-17 Nome para computador: MovimentacaoItemEstoque

Movimentação de Item de Estoque.

Usos:

You can also check for usages in the FHIR IG Statistics

Representações do perfil

Descrição de perfis, diferenças, instantâneo, e como apresentações diferentes funcionam.

Essa estrutura é derivada de SupplyDelivery

NomeBandeirasCard.TipoDescrição e condicionalismos    Filter: Filtersdoco
.. SupplyDelivery 0..* SupplyDelivery Delivery of bulk Supplies
... Fatias para extension 0..* Extension Extension
Fatia: Não ordenado, Aberto por value:url
.... extension:programaSaudeProduto 0..1 code Programa Saúde
URL: https://fhir.saude.go.gov.br/r4/medicamentos/StructureDefinition/programa-saude
Vínculo: Programa saúde (required)
... identifier 0..1 Identifier External identifier
.... type
..... text 0..1 string Plain text representation of the concept
Padrão necessário: Número do Documento da Entrada do Produto no Estoque
.... value 0..1 string Número do Documento da Entrada
... status 1..1 code in-progress | completed | abandoned | entered-in-error
Padrão necessário: completed
... type
.... coding
..... system 1..1 uri Identity of the terminology system
Padrão necessário: http://terminology.hl7.org/CodeSystem/supply-item-type
..... code 1..1 code Symbol in syntax defined by the system
Padrão necessário: medication
... suppliedItem
.... Fatias para extension 0..* Extension Extension
Fatia: Não ordenado, Aberto por value:url
..... extension:valorUnitario 0..1 Money Valor Unitário do Produto
URL: https://fhir.saude.go.gov.br/r4/medicamentos/StructureDefinition/valor-unitario-produto
.... quantity
..... value 1..1 decimal Quantidade movimentada do produto
.... Fatias para item[x] 0..1 CodeableConcept, Reference(Medication | Substance | Device) Medication, Substance, or Device supplied
Fatia: Não ordenado, Aberto por type:$this
..... item[x]:itemReference 0..1 Reference(Medicamento para Gestão de Estoque) Medication, Substance, or Device supplied
...... reference 1..1 string Literal reference, Relative, internal or absolute URL
... Fatias para occurrence[x] 1..1 dateTime When event occurred
Fatia: Não ordenado, Aberto por type:$this
.... occurrence[x]:occurrenceDateTime 1..1 dateTime Data e Hora da Movimentação
... supplier 1..1 Reference(Estabelecimento de Saúde) Origem do Produto
.... reference 0..1 string Origem do Produto (Estabelecimento de Saúde)
.... identifier
..... system 0..1 uri The namespace for the identifier value
Padrão necessário: https://fhir.saude.go.gov.br/sid/cnpj
..... value 0..1 string Origem do Produto (CNPJ)
... destination 0..1 Reference(Local de Armazenamento de Medicamentos e Produtos para a Saúde) Where the Supply was sent
.... reference 1..1 string Literal reference, Relative, internal or absolute URL

doco Documentação para este formato
NomeBandeirasCard.TipoDescrição e condicionalismos    Filter: Filtersdoco
.. SupplyDelivery 0..* SupplyDelivery Delivery of bulk Supplies
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... Fatias para extension 0..* Extension Extension
Fatia: Não ordenado, Aberto por value:url
.... extension:programaSaudeProduto 0..1 code Programa Saúde
URL: https://fhir.saude.go.gov.br/r4/medicamentos/StructureDefinition/programa-saude
Vínculo: Programa saúde (required)
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier 0..1 Identifier External identifier
.... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Vínculo: IdentifierUse (required): Identifies the purpose for this identifier, if known .
.... value Σ 0..1 string Número do Documento da Entrada
Exemplo General: 123456
... status ?!Σ 1..1 code in-progress | completed | abandoned | entered-in-error
Vínculo: SupplyDeliveryStatus (required): Status of the supply delivery.
Padrão necessário: completed
... Fatias para occurrence[x] Σ 1..1 dateTime When event occurred
Fatia: Não ordenado, Fechado por type:$this
.... occurrence[x]:occurrenceDateTime Σ 1..1 dateTime Data e Hora da Movimentação
... supplier 1..1 Reference(Estabelecimento de Saúde) Origem do Produto
.... reference ΣC 0..1 string Origem do Produto (Estabelecimento de Saúde)
... destination 0..1 Reference(Local de Armazenamento de Medicamentos e Produtos para a Saúde) Where the Supply was sent
.... 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
SupplyDelivery.identifier.​use Base required IdentifierUse 📍4.0.1 a norma FHIR
SupplyDelivery.status Base required SupplyDeliveryStatus 📍4.0.1 a norma FHIR

Restrições

Id Grau Caminho(s) Descrição Expressão
dom-2 error SupplyDelivery If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error SupplyDelivery 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 SupplyDelivery 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 SupplyDelivery If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice SupplyDelivery 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()
NomeBandeirasCard.TipoDescrição e condicionalismos    Filter: Filtersdoco
.. SupplyDelivery 0..* SupplyDelivery Delivery of bulk Supplies
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language 0..1 code Language of the resource content
Vínculo: CommonLanguages (preferred): A human language.
Vínculos adicionaisObjetivo
AllLanguages Vínculo máximo
... 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
... contained 0..* Resource Contained, inline Resources
... Fatias para extension 0..* Extension Extension
Fatia: Não ordenado, Aberto por value:url
.... extension:programaSaudeProduto 0..1 code Programa Saúde
URL: https://fhir.saude.go.gov.br/r4/medicamentos/StructureDefinition/programa-saude
Vínculo: Programa saúde (required)
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier 0..1 Identifier External identifier
.... 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.
..... 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
..... coding Σ 0..* Coding Code defined by a terminology system
..... text Σ 0..1 string Plain text representation of the concept
Padrão necessário: Número do Documento da Entrada do Produto no Estoque
.... system Σ 0..1 uri The namespace for the identifier value
Exemplo General: http://www.acme.com/identifiers/patient
.... value Σ 0..1 string Número do Documento da Entrada
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)
... basedOn Σ 0..* Reference(SupplyRequest) Fulfills plan, proposal or order
... partOf Σ 0..* Reference(SupplyDelivery | Contract) Part of referenced event
... status ?!Σ 1..1 code in-progress | completed | abandoned | entered-in-error
Vínculo: SupplyDeliveryStatus (required): Status of the supply delivery.
Padrão necessário: completed
... patient 0..1 Reference(Patient) Patient for whom the item is supplied
... type 0..1 CodeableConcept Category of dispense event
Vínculo: SupplyItemType (required): The type of supply dispense.
.... 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
.... coding Σ 0..* Coding Code defined by a terminology system
..... 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
..... system Σ 1..1 uri Identity of the terminology system
Padrão necessário: http://terminology.hl7.org/CodeSystem/supply-item-type
..... version Σ 0..1 string Version of the system - if relevant
..... code Σ 1..1 code Symbol in syntax defined by the system
Padrão necessário: medication
..... display Σ 0..1 string Representation defined by the system
..... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
.... text Σ 0..1 string Plain text representation of the concept
... suppliedItem 0..1 BackboneElement The item that is delivered or supplied
.... id 0..1 string Unique id for inter-element referencing
.... Fatias para extension 0..* Extension Extension
Fatia: Não ordenado, Aberto por value:url
..... extension:valorUnitario 0..1 Money Valor Unitário do Produto
URL: https://fhir.saude.go.gov.br/r4/medicamentos/StructureDefinition/valor-unitario-produto
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... quantity 0..1 SimpleQuantity(4.0.1) Amount dispensed
..... 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
..... value Σ 1..1 decimal Quantidade movimentada do produto
..... unit Σ 0..1 string Unit representation
..... system ΣC 0..1 uri System that defines coded unit form
..... code Σ 0..1 code Coded form of the unit
.... Fatias para item[x] 0..1 Medication, Substance, or Device supplied
Fatia: Não ordenado, Aberto por type:$this
Vínculo: SNOMEDCTSupplyItem (example): The item that was delivered.
..... itemCodeableConcept CodeableConcept
..... itemReference Reference(Medication | Substance | Device)
..... item[x]:itemReference 0..1 Reference(Medicamento para Gestão de Estoque) Medication, Substance, or Device supplied
...... 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
...... reference ΣC 1..1 string Literal reference, Relative, internal or absolute URL
...... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Vínculo: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).
...... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
...... display Σ 0..1 string Text alternative for the resource
... Fatias para occurrence[x] Σ 1..1 dateTime When event occurred
Fatia: Não ordenado, Fechado por type:$this
.... occurrence[x]:occurrenceDateTime Σ 1..1 dateTime Data e Hora da Movimentação
... supplier 1..1 Reference(Estabelecimento de Saúde) Origem do Produto
.... 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
.... reference ΣC 0..1 string Origem do Produto (Estabelecimento de Saúde)
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Vínculo: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).
.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
..... 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 Σ 0..1 uri The namespace for the identifier value
Padrão necessário: https://fhir.saude.go.gov.br/sid/cnpj
..... value Σ 0..1 string Origem do Produto (CNPJ)
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)
.... display Σ 0..1 string Text alternative for the resource
... destination 0..1 Reference(Local de Armazenamento de Medicamentos e Produtos para a Saúde) Where the Supply was sent
.... 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
.... reference ΣC 1..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Vínculo: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).
.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... receiver 0..* Reference(Practitioner | PractitionerRole) Who collected the Supply

doco Documentação para este formato

Terminologia Ligações

Caminho Estado Utilização Conjunto de valores Versão Fonte
SupplyDelivery.language Base preferred Common Languages 📍4.0.1 a norma FHIR
SupplyDelivery.identifier.​use Base required IdentifierUse 📍4.0.1 a norma FHIR
SupplyDelivery.identifier.​type Base extensible IdentifierType 📍4.0.1 a norma FHIR
SupplyDelivery.status Base required SupplyDeliveryStatus 📍4.0.1 a norma FHIR
SupplyDelivery.type Base required Supply Item Type 📍4.0.1 a norma FHIR
SupplyDelivery.suppliedItem.​item[x] Base example SNOMED CT Supply Item 📍4.0.1 a norma FHIR
SupplyDelivery.suppliedItem.​item[x]:itemReference.​type Base extensible ResourceType 📍4.0.1 a norma FHIR
SupplyDelivery.supplier.​type Base extensible ResourceType 📍4.0.1 a norma FHIR
SupplyDelivery.supplier.​identifier.use Base required IdentifierUse 📍4.0.1 a norma FHIR
SupplyDelivery.supplier.​identifier.type Base extensible IdentifierType 📍4.0.1 a norma FHIR
SupplyDelivery.destination.​type Base extensible ResourceType 📍4.0.1 a norma FHIR

Restrições

Id Grau Caminho(s) Descrição Expressão
dom-2 error SupplyDelivery If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error SupplyDelivery 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 SupplyDelivery 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 SupplyDelivery If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice SupplyDelivery 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()

Essa estrutura é derivada de SupplyDelivery

Resumo

Obrigatório: 4 elementos(5 aninhado obrigatoriamente elementos)

Estruturas

Esta estrutura refere-se a estas outras estruturas:

Extensões

Esta estrutura refere-se a estas extensões:

Fatias

Esta estrutura define os seguintes Slices:

  • The element 1 is sliced based on the value of SupplyDelivery.suppliedItem.item[x]
  • The element 1 is sliced based on the value of SupplyDelivery.occurrence[x]

Visão de diferenças

Essa estrutura é derivada de SupplyDelivery

NomeBandeirasCard.TipoDescrição e condicionalismos    Filter: Filtersdoco
.. SupplyDelivery 0..* SupplyDelivery Delivery of bulk Supplies
... Fatias para extension 0..* Extension Extension
Fatia: Não ordenado, Aberto por value:url
.... extension:programaSaudeProduto 0..1 code Programa Saúde
URL: https://fhir.saude.go.gov.br/r4/medicamentos/StructureDefinition/programa-saude
Vínculo: Programa saúde (required)
... identifier 0..1 Identifier External identifier
.... type
..... text 0..1 string Plain text representation of the concept
Padrão necessário: Número do Documento da Entrada do Produto no Estoque
.... value 0..1 string Número do Documento da Entrada
... status 1..1 code in-progress | completed | abandoned | entered-in-error
Padrão necessário: completed
... type
.... coding
..... system 1..1 uri Identity of the terminology system
Padrão necessário: http://terminology.hl7.org/CodeSystem/supply-item-type
..... code 1..1 code Symbol in syntax defined by the system
Padrão necessário: medication
... suppliedItem
.... Fatias para extension 0..* Extension Extension
Fatia: Não ordenado, Aberto por value:url
..... extension:valorUnitario 0..1 Money Valor Unitário do Produto
URL: https://fhir.saude.go.gov.br/r4/medicamentos/StructureDefinition/valor-unitario-produto
.... quantity
..... value 1..1 decimal Quantidade movimentada do produto
.... Fatias para item[x] 0..1 CodeableConcept, Reference(Medication | Substance | Device) Medication, Substance, or Device supplied
Fatia: Não ordenado, Aberto por type:$this
..... item[x]:itemReference 0..1 Reference(Medicamento para Gestão de Estoque) Medication, Substance, or Device supplied
...... reference 1..1 string Literal reference, Relative, internal or absolute URL
... Fatias para occurrence[x] 1..1 dateTime When event occurred
Fatia: Não ordenado, Aberto por type:$this
.... occurrence[x]:occurrenceDateTime 1..1 dateTime Data e Hora da Movimentação
... supplier 1..1 Reference(Estabelecimento de Saúde) Origem do Produto
.... reference 0..1 string Origem do Produto (Estabelecimento de Saúde)
.... identifier
..... system 0..1 uri The namespace for the identifier value
Padrão necessário: https://fhir.saude.go.gov.br/sid/cnpj
..... value 0..1 string Origem do Produto (CNPJ)
... destination 0..1 Reference(Local de Armazenamento de Medicamentos e Produtos para a Saúde) Where the Supply was sent
.... reference 1..1 string Literal reference, Relative, internal or absolute URL

doco Documentação para este formato

Visão de elementos chave

NomeBandeirasCard.TipoDescrição e condicionalismos    Filter: Filtersdoco
.. SupplyDelivery 0..* SupplyDelivery Delivery of bulk Supplies
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... Fatias para extension 0..* Extension Extension
Fatia: Não ordenado, Aberto por value:url
.... extension:programaSaudeProduto 0..1 code Programa Saúde
URL: https://fhir.saude.go.gov.br/r4/medicamentos/StructureDefinition/programa-saude
Vínculo: Programa saúde (required)
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier 0..1 Identifier External identifier
.... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Vínculo: IdentifierUse (required): Identifies the purpose for this identifier, if known .
.... value Σ 0..1 string Número do Documento da Entrada
Exemplo General: 123456
... status ?!Σ 1..1 code in-progress | completed | abandoned | entered-in-error
Vínculo: SupplyDeliveryStatus (required): Status of the supply delivery.
Padrão necessário: completed
... Fatias para occurrence[x] Σ 1..1 dateTime When event occurred
Fatia: Não ordenado, Fechado por type:$this
.... occurrence[x]:occurrenceDateTime Σ 1..1 dateTime Data e Hora da Movimentação
... supplier 1..1 Reference(Estabelecimento de Saúde) Origem do Produto
.... reference ΣC 0..1 string Origem do Produto (Estabelecimento de Saúde)
... destination 0..1 Reference(Local de Armazenamento de Medicamentos e Produtos para a Saúde) Where the Supply was sent
.... 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
SupplyDelivery.identifier.​use Base required IdentifierUse 📍4.0.1 a norma FHIR
SupplyDelivery.status Base required SupplyDeliveryStatus 📍4.0.1 a norma FHIR

Restrições

Id Grau Caminho(s) Descrição Expressão
dom-2 error SupplyDelivery If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error SupplyDelivery 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 SupplyDelivery 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 SupplyDelivery If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice SupplyDelivery 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()

Visão instantâneo

NomeBandeirasCard.TipoDescrição e condicionalismos    Filter: Filtersdoco
.. SupplyDelivery 0..* SupplyDelivery Delivery of bulk Supplies
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language 0..1 code Language of the resource content
Vínculo: CommonLanguages (preferred): A human language.
Vínculos adicionaisObjetivo
AllLanguages Vínculo máximo
... 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
... contained 0..* Resource Contained, inline Resources
... Fatias para extension 0..* Extension Extension
Fatia: Não ordenado, Aberto por value:url
.... extension:programaSaudeProduto 0..1 code Programa Saúde
URL: https://fhir.saude.go.gov.br/r4/medicamentos/StructureDefinition/programa-saude
Vínculo: Programa saúde (required)
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier 0..1 Identifier External identifier
.... 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.
..... 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
..... coding Σ 0..* Coding Code defined by a terminology system
..... text Σ 0..1 string Plain text representation of the concept
Padrão necessário: Número do Documento da Entrada do Produto no Estoque
.... system Σ 0..1 uri The namespace for the identifier value
Exemplo General: http://www.acme.com/identifiers/patient
.... value Σ 0..1 string Número do Documento da Entrada
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)
... basedOn Σ 0..* Reference(SupplyRequest) Fulfills plan, proposal or order
... partOf Σ 0..* Reference(SupplyDelivery | Contract) Part of referenced event
... status ?!Σ 1..1 code in-progress | completed | abandoned | entered-in-error
Vínculo: SupplyDeliveryStatus (required): Status of the supply delivery.
Padrão necessário: completed
... patient 0..1 Reference(Patient) Patient for whom the item is supplied
... type 0..1 CodeableConcept Category of dispense event
Vínculo: SupplyItemType (required): The type of supply dispense.
.... 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
.... coding Σ 0..* Coding Code defined by a terminology system
..... 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
..... system Σ 1..1 uri Identity of the terminology system
Padrão necessário: http://terminology.hl7.org/CodeSystem/supply-item-type
..... version Σ 0..1 string Version of the system - if relevant
..... code Σ 1..1 code Symbol in syntax defined by the system
Padrão necessário: medication
..... display Σ 0..1 string Representation defined by the system
..... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
.... text Σ 0..1 string Plain text representation of the concept
... suppliedItem 0..1 BackboneElement The item that is delivered or supplied
.... id 0..1 string Unique id for inter-element referencing
.... Fatias para extension 0..* Extension Extension
Fatia: Não ordenado, Aberto por value:url
..... extension:valorUnitario 0..1 Money Valor Unitário do Produto
URL: https://fhir.saude.go.gov.br/r4/medicamentos/StructureDefinition/valor-unitario-produto
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... quantity 0..1 SimpleQuantity(4.0.1) Amount dispensed
..... 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
..... value Σ 1..1 decimal Quantidade movimentada do produto
..... unit Σ 0..1 string Unit representation
..... system ΣC 0..1 uri System that defines coded unit form
..... code Σ 0..1 code Coded form of the unit
.... Fatias para item[x] 0..1 Medication, Substance, or Device supplied
Fatia: Não ordenado, Aberto por type:$this
Vínculo: SNOMEDCTSupplyItem (example): The item that was delivered.
..... itemCodeableConcept CodeableConcept
..... itemReference Reference(Medication | Substance | Device)
..... item[x]:itemReference 0..1 Reference(Medicamento para Gestão de Estoque) Medication, Substance, or Device supplied
...... 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
...... reference ΣC 1..1 string Literal reference, Relative, internal or absolute URL
...... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Vínculo: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).
...... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
...... display Σ 0..1 string Text alternative for the resource
... Fatias para occurrence[x] Σ 1..1 dateTime When event occurred
Fatia: Não ordenado, Fechado por type:$this
.... occurrence[x]:occurrenceDateTime Σ 1..1 dateTime Data e Hora da Movimentação
... supplier 1..1 Reference(Estabelecimento de Saúde) Origem do Produto
.... 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
.... reference ΣC 0..1 string Origem do Produto (Estabelecimento de Saúde)
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Vínculo: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).
.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
..... 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 Σ 0..1 uri The namespace for the identifier value
Padrão necessário: https://fhir.saude.go.gov.br/sid/cnpj
..... value Σ 0..1 string Origem do Produto (CNPJ)
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)
.... display Σ 0..1 string Text alternative for the resource
... destination 0..1 Reference(Local de Armazenamento de Medicamentos e Produtos para a Saúde) Where the Supply was sent
.... 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
.... reference ΣC 1..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Vínculo: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).
.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... receiver 0..* Reference(Practitioner | PractitionerRole) Who collected the Supply

doco Documentação para este formato

Terminologia Ligações

Caminho Estado Utilização Conjunto de valores Versão Fonte
SupplyDelivery.language Base preferred Common Languages 📍4.0.1 a norma FHIR
SupplyDelivery.identifier.​use Base required IdentifierUse 📍4.0.1 a norma FHIR
SupplyDelivery.identifier.​type Base extensible IdentifierType 📍4.0.1 a norma FHIR
SupplyDelivery.status Base required SupplyDeliveryStatus 📍4.0.1 a norma FHIR
SupplyDelivery.type Base required Supply Item Type 📍4.0.1 a norma FHIR
SupplyDelivery.suppliedItem.​item[x] Base example SNOMED CT Supply Item 📍4.0.1 a norma FHIR
SupplyDelivery.suppliedItem.​item[x]:itemReference.​type Base extensible ResourceType 📍4.0.1 a norma FHIR
SupplyDelivery.supplier.​type Base extensible ResourceType 📍4.0.1 a norma FHIR
SupplyDelivery.supplier.​identifier.use Base required IdentifierUse 📍4.0.1 a norma FHIR
SupplyDelivery.supplier.​identifier.type Base extensible IdentifierType 📍4.0.1 a norma FHIR
SupplyDelivery.destination.​type Base extensible ResourceType 📍4.0.1 a norma FHIR

Restrições

Id Grau Caminho(s) Descrição Expressão
dom-2 error SupplyDelivery If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error SupplyDelivery 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 SupplyDelivery 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 SupplyDelivery If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice SupplyDelivery 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()

Essa estrutura é derivada de SupplyDelivery

Resumo

Obrigatório: 4 elementos(5 aninhado obrigatoriamente elementos)

Estruturas

Esta estrutura refere-se a estas outras estruturas:

Extensões

Esta estrutura refere-se a estas extensões:

Fatias

Esta estrutura define os seguintes Slices:

  • The element 1 is sliced based on the value of SupplyDelivery.suppliedItem.item[x]
  • The element 1 is sliced based on the value of SupplyDelivery.occurrence[x]

 

Outras representações do perfil: CSV, Excel, Schematron