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

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

Perfil: Saída de Medicamentos

URL oficial: https://fhir.saude.go.gov.br/r4/medicamentos/StructureDefinition/saida-medicamento Versão: 1.0.0
Draft as of 2025-11-25 Nome para computador: SaidaMedicamento

Saída de Medicamentos do Componente Especializado da Assistência Farmacêutica.

Usos:

  • Este Perfil não é utilizado por nenhum perfil neste guia de implementação

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 1..* Extension Extension
Fatia: Não ordenado, Aberto por value:url
.... extension:tipoSaidaMedicamentoEspecializado 1..1 code Tipo de Saída do Medicamento especializado
URL: https://fhir.saude.go.gov.br/r4/medicamentos/StructureDefinition/tipo-saida-medicamento-especializado
Vínculo: Tipo de Saída do Medicamento Especializado (required)
... identifier 0..1 Identifier External identifier
.... system 1..1 uri The namespace for the identifier value
.... value 1..1 string The value that is unique
... suppliedItem 1..1 BackboneElement The item that is delivered or supplied
.... quantity 1..1 SimpleQuantity Amount dispensed
.... item[x] 1..1 Reference(Medicamento Especializado) Medication, Substance, or Device supplied
... occurrence[x] 1..1 dateTime When event occurred
... supplier 1..1 Reference(Estabelecimento de Saúde) Dispenser
.... identifier 1..1 Identifier Logical reference, when literal reference is not known
..... system 1..1 uri The namespace for the identifier value
..... value 1..1 string The value that is unique
... destination 0..1 Reference(Almoxarifado de Medicamentos) Where the Supply was sent

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 1..* Extension Extension
Fatia: Não ordenado, Aberto por value:url
.... extension:tipoSaidaMedicamentoEspecializado 1..1 code Tipo de Saída do Medicamento especializado
URL: https://fhir.saude.go.gov.br/r4/medicamentos/StructureDefinition/tipo-saida-medicamento-especializado
Vínculo: Tipo de Saída do Medicamento Especializado (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 .
.... 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
... status ?!Σ 0..1 code in-progress | completed | abandoned | entered-in-error
Vínculo: SupplyDeliveryStatus (required): Status of the supply delivery.
... suppliedItem 1..1 BackboneElement The item that is delivered or supplied
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... quantity 1..1 SimpleQuantity Amount dispensed
.... item[x] 1..1 Reference(Medicamento Especializado) Medication, Substance, or Device supplied
... occurrence[x] Σ 1..1 dateTime When event occurred
... supplier 1..1 Reference(Estabelecimento de Saúde) Dispenser
.... identifier Σ 1..1 Identifier Logical reference, when literal reference is not known
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Vínculo: IdentifierUse (required): Identifies the purpose for this identifier, if known .
..... system Σ 1..1 uri The namespace for the identifier value
Exemplo General: http://www.acme.com/identifiers/patient
..... value Σ 1..1 string The value that is unique
Exemplo General: 123456
... destination 0..1 Reference(Almoxarifado de Medicamentos) Where the Supply was sent

doco Documentação para este formato

Terminologia Ligações

CaminhoConformidadeConjunto de valoresURI
SupplyDelivery.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
From a norma FHIR
SupplyDelivery.statusrequiredSupplyDeliveryStatus
http://hl7.org/fhir/ValueSet/supplydelivery-status|4.0.1
From a norma FHIR
SupplyDelivery.supplier.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|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 1..* Extension Extension
Fatia: Não ordenado, Aberto por value:url
.... extension:tipoSaidaMedicamentoEspecializado 1..1 code Tipo de Saída do Medicamento especializado
URL: https://fhir.saude.go.gov.br/r4/medicamentos/StructureDefinition/tipo-saida-medicamento-especializado
Vínculo: Tipo de Saída do Medicamento Especializado (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.
.... system Σ 1..1 uri The namespace for the identifier value
Exemplo General: http://www.acme.com/identifiers/patient
.... value Σ 1..1 string The value that is unique
Exemplo General: 123456
.... period Σ 0..1 Period Time period when id is/was valid for use
.... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
... basedOn Σ 0..* Reference(SupplyRequest) Fulfills plan, proposal or order
... partOf Σ 0..* Reference(SupplyDelivery | Contract) Part of referenced event
... status ?!Σ 0..1 code in-progress | completed | abandoned | entered-in-error
Vínculo: SupplyDeliveryStatus (required): Status of the supply delivery.
... 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.
... suppliedItem 1..1 BackboneElement The item that is delivered or supplied
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... quantity 1..1 SimpleQuantity Amount dispensed
.... item[x] 1..1 Reference(Medicamento Especializado) Medication, Substance, or Device supplied
... occurrence[x] Σ 1..1 dateTime When event occurred
... supplier 1..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 0..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 Σ 1..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 Σ 1..1 uri The namespace for the identifier value
Exemplo General: http://www.acme.com/identifiers/patient
..... value Σ 1..1 string The value that is unique
Exemplo General: 123456
..... period Σ 0..1 Period Time period when id is/was valid for use
..... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
.... display Σ 0..1 string Text alternative for the resource
... destination 0..1 Reference(Almoxarifado de Medicamentos) Where the Supply was sent
... receiver 0..* Reference(Practitioner | PractitionerRole) Who collected the Supply

doco Documentação para este formato

Terminologia Ligações

CaminhoConformidadeConjunto de valoresURI
SupplyDelivery.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
From a norma FHIR
Vínculos adicionais Objetivo
AllLanguages Vínculo máximo
SupplyDelivery.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
From a norma FHIR
SupplyDelivery.identifier.typeextensibleIdentifier Type Codes
http://hl7.org/fhir/ValueSet/identifier-type
From a norma FHIR
SupplyDelivery.statusrequiredSupplyDeliveryStatus
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.supplier.typeextensibleResourceType
http://hl7.org/fhir/ValueSet/resource-types
From a norma FHIR
SupplyDelivery.supplier.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
From a norma FHIR
SupplyDelivery.supplier.identifier.typeextensibleIdentifier Type Codes
http://hl7.org/fhir/ValueSet/identifier-type
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 1..* Extension Extension
Fatia: Não ordenado, Aberto por value:url
.... extension:tipoSaidaMedicamentoEspecializado 1..1 code Tipo de Saída do Medicamento especializado
URL: https://fhir.saude.go.gov.br/r4/medicamentos/StructureDefinition/tipo-saida-medicamento-especializado
Vínculo: Tipo de Saída do Medicamento Especializado (required)
... identifier 0..1 Identifier External identifier
.... system 1..1 uri The namespace for the identifier value
.... value 1..1 string The value that is unique
... suppliedItem 1..1 BackboneElement The item that is delivered or supplied
.... quantity 1..1 SimpleQuantity Amount dispensed
.... item[x] 1..1 Reference(Medicamento Especializado) Medication, Substance, or Device supplied
... occurrence[x] 1..1 dateTime When event occurred
... supplier 1..1 Reference(Estabelecimento de Saúde) Dispenser
.... identifier 1..1 Identifier Logical reference, when literal reference is not known
..... system 1..1 uri The namespace for the identifier value
..... value 1..1 string The value that is unique
... destination 0..1 Reference(Almoxarifado de Medicamentos) Where the Supply was sent

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 1..* Extension Extension
Fatia: Não ordenado, Aberto por value:url
.... extension:tipoSaidaMedicamentoEspecializado 1..1 code Tipo de Saída do Medicamento especializado
URL: https://fhir.saude.go.gov.br/r4/medicamentos/StructureDefinition/tipo-saida-medicamento-especializado
Vínculo: Tipo de Saída do Medicamento Especializado (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 .
.... 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
... status ?!Σ 0..1 code in-progress | completed | abandoned | entered-in-error
Vínculo: SupplyDeliveryStatus (required): Status of the supply delivery.
... suppliedItem 1..1 BackboneElement The item that is delivered or supplied
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... quantity 1..1 SimpleQuantity Amount dispensed
.... item[x] 1..1 Reference(Medicamento Especializado) Medication, Substance, or Device supplied
... occurrence[x] Σ 1..1 dateTime When event occurred
... supplier 1..1 Reference(Estabelecimento de Saúde) Dispenser
.... identifier Σ 1..1 Identifier Logical reference, when literal reference is not known
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Vínculo: IdentifierUse (required): Identifies the purpose for this identifier, if known .
..... system Σ 1..1 uri The namespace for the identifier value
Exemplo General: http://www.acme.com/identifiers/patient
..... value Σ 1..1 string The value that is unique
Exemplo General: 123456
... destination 0..1 Reference(Almoxarifado de Medicamentos) Where the Supply was sent

doco Documentação para este formato

Terminologia Ligações

CaminhoConformidadeConjunto de valoresURI
SupplyDelivery.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
From a norma FHIR
SupplyDelivery.statusrequiredSupplyDeliveryStatus
http://hl7.org/fhir/ValueSet/supplydelivery-status|4.0.1
From a norma FHIR
SupplyDelivery.supplier.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|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 1..* Extension Extension
Fatia: Não ordenado, Aberto por value:url
.... extension:tipoSaidaMedicamentoEspecializado 1..1 code Tipo de Saída do Medicamento especializado
URL: https://fhir.saude.go.gov.br/r4/medicamentos/StructureDefinition/tipo-saida-medicamento-especializado
Vínculo: Tipo de Saída do Medicamento Especializado (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.
.... system Σ 1..1 uri The namespace for the identifier value
Exemplo General: http://www.acme.com/identifiers/patient
.... value Σ 1..1 string The value that is unique
Exemplo General: 123456
.... period Σ 0..1 Period Time period when id is/was valid for use
.... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
... basedOn Σ 0..* Reference(SupplyRequest) Fulfills plan, proposal or order
... partOf Σ 0..* Reference(SupplyDelivery | Contract) Part of referenced event
... status ?!Σ 0..1 code in-progress | completed | abandoned | entered-in-error
Vínculo: SupplyDeliveryStatus (required): Status of the supply delivery.
... 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.
... suppliedItem 1..1 BackboneElement The item that is delivered or supplied
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... quantity 1..1 SimpleQuantity Amount dispensed
.... item[x] 1..1 Reference(Medicamento Especializado) Medication, Substance, or Device supplied
... occurrence[x] Σ 1..1 dateTime When event occurred
... supplier 1..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 0..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 Σ 1..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 Σ 1..1 uri The namespace for the identifier value
Exemplo General: http://www.acme.com/identifiers/patient
..... value Σ 1..1 string The value that is unique
Exemplo General: 123456
..... period Σ 0..1 Period Time period when id is/was valid for use
..... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
.... display Σ 0..1 string Text alternative for the resource
... destination 0..1 Reference(Almoxarifado de Medicamentos) Where the Supply was sent
... receiver 0..* Reference(Practitioner | PractitionerRole) Who collected the Supply

doco Documentação para este formato

Terminologia Ligações

CaminhoConformidadeConjunto de valoresURI
SupplyDelivery.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
From a norma FHIR
Vínculos adicionais Objetivo
AllLanguages Vínculo máximo
SupplyDelivery.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
From a norma FHIR
SupplyDelivery.identifier.typeextensibleIdentifier Type Codes
http://hl7.org/fhir/ValueSet/identifier-type
From a norma FHIR
SupplyDelivery.statusrequiredSupplyDeliveryStatus
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.supplier.typeextensibleResourceType
http://hl7.org/fhir/ValueSet/resource-types
From a norma FHIR
SupplyDelivery.supplier.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
From a norma FHIR
SupplyDelivery.supplier.identifier.typeextensibleIdentifier Type Codes
http://hl7.org/fhir/ValueSet/identifier-type
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