Guia de Implementação da SES GO - CORE
0.0.1 - draft Brazil flag

Guia de Implementação da SES GO - CORE - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: Medicamento Especializado

Official URL: https://fhir.saude.go.gov.br/r4/core/StructureDefinition/medicamento-especializado Version: 0.0.1
Draft as of 2025-01-17 Computable Name: MedicamentoEspecializado

Usage:

Formal Views of Profile Content

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

NameFlagsCard.TypeDescription & Constraintsdoco
.. Medication 0..* Medicamento Definition of a Medication
dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
dom-3: 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
dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
dom-5: If a resource is contained in another resource, it SHALL NOT have a security label
dom-6: A resource should have narrative for robust management
... Slices for extension Content/Rules for all slices
.... serialCode 0..1 string Extension
URL: http://www.saude.gov.br/fhir/r4/StructureDefinition/BRCodigoSerialMedicamento
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... tipoProduto 0..1 (Complex) Tipo Profissional
URL: https://fhir.saude.go.gov.br/r4/core/StructureDefinition/tipo-produto
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
..... extension 0..0
..... url 1..1 uri "https://fhir.saude.go.gov.br/r4/core/StructureDefinition/tipo-produto"
..... value[x] 1..1 code Value of extension
Binding: Tipo Produto (required)
ele-1: All FHIR elements must have a @value or children
Required Pattern: E
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
... Slices for identifier Σ 1..* Identifier Business identifier for this medication
Slice: Unordered, Open by value:system
ele-1: All FHIR elements must have a @value or children
.... identifier:All Slices Content/Rules for all slices
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .


ele-1: All FHIR elements must have a @value or children
..... system Σ 1..1 uri The namespace for the identifier value
ele-1: All FHIR elements must have a @value or children
Example General: http://www.acme.com/identifiers/patient
..... value Σ 1..1 string The value that is unique
ele-1: All FHIR elements must have a @value or children
Example General: 123456
.... identifier:identificadorSDME Σ 1..1 Identifier Business identifier for this medication
ele-1: All FHIR elements must have a @value or children
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .


ele-1: All FHIR elements must have a @value or children
..... system Σ 0..1 uri The namespace for the identifier value
ele-1: All FHIR elements must have a @value or children
Required Pattern: https://fhir.saude.go.gov.br/sid/registro-entrada-sdme
.... coding Σ 1..1 Coding Code defined by a terminology system
ele-1: All FHIR elements must have a @value or children
..... system Σ 1..1 uri Identity of the terminology system
ele-1: All FHIR elements must have a @value or children
..... code Σ 1..1 code Symbol in syntax defined by the system
ele-1: All FHIR elements must have a @value or children
... status ?!Σ 0..1 code active | inactive | entered-in-error
Binding: Medication Status Codes (required): A coded concept defining if the medication is in active use.


ele-1: All FHIR elements must have a @value or children
... manufacturer Σ 1..1 Reference(Empresa Fabricante de Medicamentos) Manufacturer of the item
ele-1: All FHIR elements must have a @value or children
... batch 1..1 BackboneElement Detalhes sobre a medicação.
ele-1: All FHIR elements must have a @value or children
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... lotNumber 1..1 string Lote de medicamento.
ele-1: All FHIR elements must have a @value or children
.... expirationDate 1..1 dateTime Data de validade do medicamento.
ele-1: All FHIR elements must have a @value or children

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
Medication.extension:tipoProduto.value[x]requiredPattern: E
https://fhir.saude.go.gov.br/r4/core/ValueSet/tipo-produto
from this IG
Medication.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Medication.identifier:identificadorSDME.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Medication.coderequiredTerminologia dos medicamentos
http://www.saude.gov.br/fhir/r4/ValueSet/BRTerminologiaMedicamento
Medication.statusrequiredMedication Status Codes
http://hl7.org/fhir/ValueSet/medication-status|4.0.1
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorMedicationIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorMedicationIf 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-4errorMedicationIf 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-5errorMedicationIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceMedicationA 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()

This structure is derived from Medicamento

NameFlagsCard.TypeDescription & Constraintsdoco
.. Medication Medicamento
... Slices for extension Content/Rules for all slices
.... extension:tipoProduto 0..1 TipoProduto Tipo Profissional
..... value[x] 1..1 code Value of extension
Required Pattern: E
... batch 1..1 BackboneElement Detalhes sobre a medicação.
.... lotNumber 1..1 string Lote de medicamento.
.... expirationDate 1..1 dateTime Data de validade do medicamento.

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. Medication 0..* Medicamento Definition of a Medication
... meta Σ 0..1 Meta Metadata about the resource
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... serialCode 0..1 string Extension
URL: http://www.saude.gov.br/fhir/r4/StructureDefinition/BRCodigoSerialMedicamento
.... tipoProduto 0..1 (Complex) Tipo Profissional
URL: https://fhir.saude.go.gov.br/r4/core/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/core/StructureDefinition/tipo-produto"
..... value[x] 1..1 code Value of extension
Binding: Tipo Produto (required)
Required Pattern: E
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
.... identifier:All Slices Content/Rules for all slices
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

..... type Σ 0..1 CodeableConcept Description of identifier
Binding: 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
Example General: http://www.acme.com/identifiers/patient
..... value Σ 1..1 string The value that is unique
Example 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)
.... identifier:identificadorSDME Σ 1..1 Identifier Business identifier for this medication
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

..... type Σ 0..1 CodeableConcept Description of identifier
Binding: 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
Required Pattern: https://fhir.saude.go.gov.br/sid/registro-entrada-sdme
..... value Σ 0..1 string The value that is unique
Example 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)
... code Σ 1..1 CodeableConcept Nome do Medicamento
Binding: Terminologia dos medicamentos (required): Define a terminologia de um dado medicamento.

.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... coding Σ 1..1 Coding Code defined by a terminology system
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... system Σ 1..1 uri Identity of the terminology system
..... version Σ 0..1 string Versão da terminologia - se relevante
..... code Σ 1..1 code Symbol in syntax defined by the system
.... text Σ 0..1 string Nome da terminologia
... status ?!Σ 0..1 code active | inactive | entered-in-error
Binding: Medication Status Codes (required): A coded concept defining if the medication is in active use.

... manufacturer Σ 1..1 Reference(Empresa Fabricante de Medicamentos) Manufacturer of the item
... form 0..1 CodeableConcept Unidade de medida do medicamento
Binding: Unidade de Medida de Medicamento (required): Unidade de medida do medicamento

... batch 1..1 BackboneElement Detalhes sobre a medicação.
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... lotNumber 1..1 string Lote de medicamento.
.... expirationDate 1..1 dateTime Data de validade do medicamento.

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
Medication.extension:tipoProduto.value[x]requiredPattern: E
https://fhir.saude.go.gov.br/r4/core/ValueSet/tipo-produto
from this IG
Medication.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Medication.identifier.typeextensibleIdentifier Type Codes
http://hl7.org/fhir/ValueSet/identifier-type
from the FHIR Standard
Medication.identifier:identificadorSDME.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Medication.identifier:identificadorSDME.typeextensibleIdentifier Type Codes
http://hl7.org/fhir/ValueSet/identifier-type
from the FHIR Standard
Medication.coderequiredTerminologia dos medicamentos
http://www.saude.gov.br/fhir/r4/ValueSet/BRTerminologiaMedicamento
Medication.statusrequiredMedication Status Codes
http://hl7.org/fhir/ValueSet/medication-status|4.0.1
from the FHIR Standard
Medication.formrequiredUnidade de Medida de Medicamento
http://www.saude.gov.br/fhir/r4/ValueSet/BRUnidadeMedidaMedicamento

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorMedicationIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorMedicationIf 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-4errorMedicationIf 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-5errorMedicationIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceMedicationA 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()

This structure is derived from Medicamento

Summary

Mandatory: 3 elements

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Medication 0..* Medicamento Definition of a Medication
dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
dom-3: 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
dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
dom-5: If a resource is contained in another resource, it SHALL NOT have a security label
dom-6: A resource should have narrative for robust management
... Slices for extension Content/Rules for all slices
.... serialCode 0..1 string Extension
URL: http://www.saude.gov.br/fhir/r4/StructureDefinition/BRCodigoSerialMedicamento
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... tipoProduto 0..1 (Complex) Tipo Profissional
URL: https://fhir.saude.go.gov.br/r4/core/StructureDefinition/tipo-produto
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
..... extension 0..0
..... url 1..1 uri "https://fhir.saude.go.gov.br/r4/core/StructureDefinition/tipo-produto"
..... value[x] 1..1 code Value of extension
Binding: Tipo Produto (required)
ele-1: All FHIR elements must have a @value or children
Required Pattern: E
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
... Slices for identifier Σ 1..* Identifier Business identifier for this medication
Slice: Unordered, Open by value:system
ele-1: All FHIR elements must have a @value or children
.... identifier:All Slices Content/Rules for all slices
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .


ele-1: All FHIR elements must have a @value or children
..... system Σ 1..1 uri The namespace for the identifier value
ele-1: All FHIR elements must have a @value or children
Example General: http://www.acme.com/identifiers/patient
..... value Σ 1..1 string The value that is unique
ele-1: All FHIR elements must have a @value or children
Example General: 123456
.... identifier:identificadorSDME Σ 1..1 Identifier Business identifier for this medication
ele-1: All FHIR elements must have a @value or children
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .


ele-1: All FHIR elements must have a @value or children
..... system Σ 0..1 uri The namespace for the identifier value
ele-1: All FHIR elements must have a @value or children
Required Pattern: https://fhir.saude.go.gov.br/sid/registro-entrada-sdme
.... coding Σ 1..1 Coding Code defined by a terminology system
ele-1: All FHIR elements must have a @value or children
..... system Σ 1..1 uri Identity of the terminology system
ele-1: All FHIR elements must have a @value or children
..... code Σ 1..1 code Symbol in syntax defined by the system
ele-1: All FHIR elements must have a @value or children
... status ?!Σ 0..1 code active | inactive | entered-in-error
Binding: Medication Status Codes (required): A coded concept defining if the medication is in active use.


ele-1: All FHIR elements must have a @value or children
... manufacturer Σ 1..1 Reference(Empresa Fabricante de Medicamentos) Manufacturer of the item
ele-1: All FHIR elements must have a @value or children
... batch 1..1 BackboneElement Detalhes sobre a medicação.
ele-1: All FHIR elements must have a @value or children
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... lotNumber 1..1 string Lote de medicamento.
ele-1: All FHIR elements must have a @value or children
.... expirationDate 1..1 dateTime Data de validade do medicamento.
ele-1: All FHIR elements must have a @value or children

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
Medication.extension:tipoProduto.value[x]requiredPattern: E
https://fhir.saude.go.gov.br/r4/core/ValueSet/tipo-produto
from this IG
Medication.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Medication.identifier:identificadorSDME.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Medication.coderequiredTerminologia dos medicamentos
http://www.saude.gov.br/fhir/r4/ValueSet/BRTerminologiaMedicamento
Medication.statusrequiredMedication Status Codes
http://hl7.org/fhir/ValueSet/medication-status|4.0.1
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorMedicationIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorMedicationIf 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-4errorMedicationIf 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-5errorMedicationIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceMedicationA 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()

Differential View

This structure is derived from Medicamento

NameFlagsCard.TypeDescription & Constraintsdoco
.. Medication Medicamento
... Slices for extension Content/Rules for all slices
.... extension:tipoProduto 0..1 TipoProduto Tipo Profissional
..... value[x] 1..1 code Value of extension
Required Pattern: E
... batch 1..1 BackboneElement Detalhes sobre a medicação.
.... lotNumber 1..1 string Lote de medicamento.
.... expirationDate 1..1 dateTime Data de validade do medicamento.

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Medication 0..* Medicamento Definition of a Medication
... meta Σ 0..1 Meta Metadata about the resource
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... serialCode 0..1 string Extension
URL: http://www.saude.gov.br/fhir/r4/StructureDefinition/BRCodigoSerialMedicamento
.... tipoProduto 0..1 (Complex) Tipo Profissional
URL: https://fhir.saude.go.gov.br/r4/core/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/core/StructureDefinition/tipo-produto"
..... value[x] 1..1 code Value of extension
Binding: Tipo Produto (required)
Required Pattern: E
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
.... identifier:All Slices Content/Rules for all slices
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

..... type Σ 0..1 CodeableConcept Description of identifier
Binding: 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
Example General: http://www.acme.com/identifiers/patient
..... value Σ 1..1 string The value that is unique
Example 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)
.... identifier:identificadorSDME Σ 1..1 Identifier Business identifier for this medication
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

..... type Σ 0..1 CodeableConcept Description of identifier
Binding: 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
Required Pattern: https://fhir.saude.go.gov.br/sid/registro-entrada-sdme
..... value Σ 0..1 string The value that is unique
Example 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)
... code Σ 1..1 CodeableConcept Nome do Medicamento
Binding: Terminologia dos medicamentos (required): Define a terminologia de um dado medicamento.

.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... coding Σ 1..1 Coding Code defined by a terminology system
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... system Σ 1..1 uri Identity of the terminology system
..... version Σ 0..1 string Versão da terminologia - se relevante
..... code Σ 1..1 code Symbol in syntax defined by the system
.... text Σ 0..1 string Nome da terminologia
... status ?!Σ 0..1 code active | inactive | entered-in-error
Binding: Medication Status Codes (required): A coded concept defining if the medication is in active use.

... manufacturer Σ 1..1 Reference(Empresa Fabricante de Medicamentos) Manufacturer of the item
... form 0..1 CodeableConcept Unidade de medida do medicamento
Binding: Unidade de Medida de Medicamento (required): Unidade de medida do medicamento

... batch 1..1 BackboneElement Detalhes sobre a medicação.
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... lotNumber 1..1 string Lote de medicamento.
.... expirationDate 1..1 dateTime Data de validade do medicamento.

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
Medication.extension:tipoProduto.value[x]requiredPattern: E
https://fhir.saude.go.gov.br/r4/core/ValueSet/tipo-produto
from this IG
Medication.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Medication.identifier.typeextensibleIdentifier Type Codes
http://hl7.org/fhir/ValueSet/identifier-type
from the FHIR Standard
Medication.identifier:identificadorSDME.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Medication.identifier:identificadorSDME.typeextensibleIdentifier Type Codes
http://hl7.org/fhir/ValueSet/identifier-type
from the FHIR Standard
Medication.coderequiredTerminologia dos medicamentos
http://www.saude.gov.br/fhir/r4/ValueSet/BRTerminologiaMedicamento
Medication.statusrequiredMedication Status Codes
http://hl7.org/fhir/ValueSet/medication-status|4.0.1
from the FHIR Standard
Medication.formrequiredUnidade de Medida de Medicamento
http://www.saude.gov.br/fhir/r4/ValueSet/BRUnidadeMedidaMedicamento

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorMedicationIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorMedicationIf 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-4errorMedicationIf 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-5errorMedicationIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceMedicationA 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()

This structure is derived from Medicamento

Summary

Mandatory: 3 elements

 

Other representations of profile: CSV, Excel, Schematron