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

Guia de Implementação da SES GO - Medicamentos - Downloaded Version 1.1.0 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.1.0
Draft as of 2025-12-03 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 2..* Extension Extension
Fatia: Não ordenado, Aberto por value:url
.... extension:componenteAF 1..1 (Complexo) Tipo Profissional
URL: https://fhir.saude.go.gov.br/r4/medicamentos/StructureDefinition/tipo-produto
..... value[x] 1..1 code Value of extension
Padrão necessário: E
.... extension:programaSaudeProduto 1..1 (Complexo) Programa Saúde
URL: https://fhir.saude.go.gov.br/r4/medicamentos/StructureDefinition/programa-saude
..... value[x] 1..1 code Value of extension
Padrão necessário: ESP
... 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 na Entrada
URL: https://fhir.saude.go.gov.br/r4/medicamentos/StructureDefinition/valor-unitario-produto-entrada
.... quantity
..... value 1..1 decimal Quantidade movimentada do produto
... 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 da Entrada
... supplier 0..1 Reference(Estabelecimento de Saúde) Dispenser
.... reference 1..1 string Origem do produto
... 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 2..* Extension Extension
Fatia: Não ordenado, Aberto por value:url
.... extension:componenteAF 1..1 (Complexo) Tipo Profissional
URL: https://fhir.saude.go.gov.br/r4/medicamentos/StructureDefinition/tipo-produto
..... extension 0..0
..... url 1..1 uri "https://fhir.saude.go.gov.br/r4/medicamentos/StructureDefinition/tipo-produto"
..... value[x] 1..1 code Value of extension
Vínculo: Tipo Produto (required)
Padrão necessário: E
.... extension:programaSaudeProduto 1..1 (Complexo) Programa Saúde
URL: https://fhir.saude.go.gov.br/r4/medicamentos/StructureDefinition/programa-saude
..... extension 0..0
..... url 1..1 uri "https://fhir.saude.go.gov.br/r4/medicamentos/StructureDefinition/programa-saude"
..... value[x] 1..1 code Value of extension
Vínculo: Programa saúde (required)
Padrão necessário: ESP
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... 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 da Entrada
... supplier 0..1 Reference(Estabelecimento de Saúde) Dispenser
.... reference ΣC 1..1 string Origem do produto
... 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

CaminhoConformidadeValueSet / CódigoURI
SupplyDelivery.extension:componenteAF.value[x]requiredPattern Value: E
https://fhir.saude.go.gov.br/r4/medicamentos/ValueSet/tipo-produto
From este IG
SupplyDelivery.extension:programaSaudeProduto.value[x]requiredPattern Value: ESP
https://fhir.saude.go.gov.br/r4/medicamentos/ValueSet/programa-saude
From este IG
SupplyDelivery.statusrequiredPattern Value: completed
http://hl7.org/fhir/ValueSet/supplydelivery-status|4.0.1
From a norma FHIR

Restrições

IdGrauCaminho(s)DetalhesRequisitos
dom-2errorSupplyDeliveryIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorSupplyDeliveryIf 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-4errorSupplyDeliveryIf 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-5errorSupplyDeliveryIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceSupplyDeliveryA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust 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 2..* Extension Extension
Fatia: Não ordenado, Aberto por value:url
.... extension:componenteAF 1..1 (Complexo) Tipo Profissional
URL: https://fhir.saude.go.gov.br/r4/medicamentos/StructureDefinition/tipo-produto
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..0
..... url 1..1 uri "https://fhir.saude.go.gov.br/r4/medicamentos/StructureDefinition/tipo-produto"
..... value[x] 1..1 code Value of extension
Vínculo: Tipo Produto (required)
Padrão necessário: E
.... extension:programaSaudeProduto 1..1 (Complexo) Programa Saúde
URL: https://fhir.saude.go.gov.br/r4/medicamentos/StructureDefinition/programa-saude
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..0
..... url 1..1 uri "https://fhir.saude.go.gov.br/r4/medicamentos/StructureDefinition/programa-saude"
..... value[x] 1..1 code Value of extension
Vínculo: Programa saúde (required)
Padrão necessário: ESP
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier 0..* Identifier External identifier
... 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 na Entrada
URL: https://fhir.saude.go.gov.br/r4/medicamentos/StructureDefinition/valor-unitario-produto-entrada
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... quantity 0..1 SimpleQuantity 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
.... item[x] 0..1 Medication, Substance, or Device supplied
Vínculo: SNOMEDCTSupplyItem (example): The item that was delivered.
..... itemCodeableConcept CodeableConcept
..... itemReference Reference(Medication | Substance | Device)
... 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 da Entrada
... supplier 0..1 Reference(Estabelecimento de Saúde) Dispenser
.... 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 Origem do produto
.... 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
... 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

CaminhoConformidadeValueSet / CódigoURI
SupplyDelivery.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
From a norma FHIR
Vínculos adicionais Objetivo
AllLanguages Vínculo máximo
SupplyDelivery.extension:componenteAF.value[x]requiredPattern Value: E
https://fhir.saude.go.gov.br/r4/medicamentos/ValueSet/tipo-produto
From este IG
SupplyDelivery.extension:programaSaudeProduto.value[x]requiredPattern Value: ESP
https://fhir.saude.go.gov.br/r4/medicamentos/ValueSet/programa-saude
From este IG
SupplyDelivery.statusrequiredPattern Value: completed
http://hl7.org/fhir/ValueSet/supplydelivery-status|4.0.1
From a norma FHIR
SupplyDelivery.typerequiredSupplyItemType
http://hl7.org/fhir/ValueSet/supplydelivery-type|4.0.1
From a norma FHIR
SupplyDelivery.suppliedItem.item[x]exampleSNOMEDCTSupplyItem
http://hl7.org/fhir/ValueSet/supply-item
From a norma FHIR
SupplyDelivery.supplier.typeextensibleResourceType
http://hl7.org/fhir/ValueSet/resource-types
From a norma FHIR
SupplyDelivery.destination.typeextensibleResourceType
http://hl7.org/fhir/ValueSet/resource-types
From a norma FHIR

Restrições

IdGrauCaminho(s)DetalhesRequisitos
dom-2errorSupplyDeliveryIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorSupplyDeliveryIf 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-4errorSupplyDeliveryIf 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-5errorSupplyDeliveryIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceSupplyDeliveryA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

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 2..* Extension Extension
Fatia: Não ordenado, Aberto por value:url
.... extension:componenteAF 1..1 (Complexo) Tipo Profissional
URL: https://fhir.saude.go.gov.br/r4/medicamentos/StructureDefinition/tipo-produto
..... value[x] 1..1 code Value of extension
Padrão necessário: E
.... extension:programaSaudeProduto 1..1 (Complexo) Programa Saúde
URL: https://fhir.saude.go.gov.br/r4/medicamentos/StructureDefinition/programa-saude
..... value[x] 1..1 code Value of extension
Padrão necessário: ESP
... 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 na Entrada
URL: https://fhir.saude.go.gov.br/r4/medicamentos/StructureDefinition/valor-unitario-produto-entrada
.... quantity
..... value 1..1 decimal Quantidade movimentada do produto
... 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 da Entrada
... supplier 0..1 Reference(Estabelecimento de Saúde) Dispenser
.... reference 1..1 string Origem do produto
... 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 2..* Extension Extension
Fatia: Não ordenado, Aberto por value:url
.... extension:componenteAF 1..1 (Complexo) Tipo Profissional
URL: https://fhir.saude.go.gov.br/r4/medicamentos/StructureDefinition/tipo-produto
..... extension 0..0
..... url 1..1 uri "https://fhir.saude.go.gov.br/r4/medicamentos/StructureDefinition/tipo-produto"
..... value[x] 1..1 code Value of extension
Vínculo: Tipo Produto (required)
Padrão necessário: E
.... extension:programaSaudeProduto 1..1 (Complexo) Programa Saúde
URL: https://fhir.saude.go.gov.br/r4/medicamentos/StructureDefinition/programa-saude
..... extension 0..0
..... url 1..1 uri "https://fhir.saude.go.gov.br/r4/medicamentos/StructureDefinition/programa-saude"
..... value[x] 1..1 code Value of extension
Vínculo: Programa saúde (required)
Padrão necessário: ESP
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... 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 da Entrada
... supplier 0..1 Reference(Estabelecimento de Saúde) Dispenser
.... reference ΣC 1..1 string Origem do produto
... 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

CaminhoConformidadeValueSet / CódigoURI
SupplyDelivery.extension:componenteAF.value[x]requiredPattern Value: E
https://fhir.saude.go.gov.br/r4/medicamentos/ValueSet/tipo-produto
From este IG
SupplyDelivery.extension:programaSaudeProduto.value[x]requiredPattern Value: ESP
https://fhir.saude.go.gov.br/r4/medicamentos/ValueSet/programa-saude
From este IG
SupplyDelivery.statusrequiredPattern Value: completed
http://hl7.org/fhir/ValueSet/supplydelivery-status|4.0.1
From a norma FHIR

Restrições

IdGrauCaminho(s)DetalhesRequisitos
dom-2errorSupplyDeliveryIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorSupplyDeliveryIf 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-4errorSupplyDeliveryIf 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-5errorSupplyDeliveryIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceSupplyDeliveryA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust 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 2..* Extension Extension
Fatia: Não ordenado, Aberto por value:url
.... extension:componenteAF 1..1 (Complexo) Tipo Profissional
URL: https://fhir.saude.go.gov.br/r4/medicamentos/StructureDefinition/tipo-produto
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..0
..... url 1..1 uri "https://fhir.saude.go.gov.br/r4/medicamentos/StructureDefinition/tipo-produto"
..... value[x] 1..1 code Value of extension
Vínculo: Tipo Produto (required)
Padrão necessário: E
.... extension:programaSaudeProduto 1..1 (Complexo) Programa Saúde
URL: https://fhir.saude.go.gov.br/r4/medicamentos/StructureDefinition/programa-saude
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..0
..... url 1..1 uri "https://fhir.saude.go.gov.br/r4/medicamentos/StructureDefinition/programa-saude"
..... value[x] 1..1 code Value of extension
Vínculo: Programa saúde (required)
Padrão necessário: ESP
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier 0..* Identifier External identifier
... 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 na Entrada
URL: https://fhir.saude.go.gov.br/r4/medicamentos/StructureDefinition/valor-unitario-produto-entrada
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... quantity 0..1 SimpleQuantity 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
.... item[x] 0..1 Medication, Substance, or Device supplied
Vínculo: SNOMEDCTSupplyItem (example): The item that was delivered.
..... itemCodeableConcept CodeableConcept
..... itemReference Reference(Medication | Substance | Device)
... 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 da Entrada
... supplier 0..1 Reference(Estabelecimento de Saúde) Dispenser
.... 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 Origem do produto
.... 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
... 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

CaminhoConformidadeValueSet / CódigoURI
SupplyDelivery.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
From a norma FHIR
Vínculos adicionais Objetivo
AllLanguages Vínculo máximo
SupplyDelivery.extension:componenteAF.value[x]requiredPattern Value: E
https://fhir.saude.go.gov.br/r4/medicamentos/ValueSet/tipo-produto
From este IG
SupplyDelivery.extension:programaSaudeProduto.value[x]requiredPattern Value: ESP
https://fhir.saude.go.gov.br/r4/medicamentos/ValueSet/programa-saude
From este IG
SupplyDelivery.statusrequiredPattern Value: completed
http://hl7.org/fhir/ValueSet/supplydelivery-status|4.0.1
From a norma FHIR
SupplyDelivery.typerequiredSupplyItemType
http://hl7.org/fhir/ValueSet/supplydelivery-type|4.0.1
From a norma FHIR
SupplyDelivery.suppliedItem.item[x]exampleSNOMEDCTSupplyItem
http://hl7.org/fhir/ValueSet/supply-item
From a norma FHIR
SupplyDelivery.supplier.typeextensibleResourceType
http://hl7.org/fhir/ValueSet/resource-types
From a norma FHIR
SupplyDelivery.destination.typeextensibleResourceType
http://hl7.org/fhir/ValueSet/resource-types
From a norma FHIR

Restrições

IdGrauCaminho(s)DetalhesRequisitos
dom-2errorSupplyDeliveryIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorSupplyDeliveryIf 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-4errorSupplyDeliveryIf 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-5errorSupplyDeliveryIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceSupplyDeliveryA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

 

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