Guia de Implementação do Registro de Atendimento Clínico (RAC) da RNDS
0.1.0 - CI Build Brazil flag

Guia de Implementação do Registro de Atendimento Clínico (RAC) da RNDS - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: Medicamento

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

Medicamento

Usage:

Formal Views of Profile Content

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

This structure is derived from Medication

NameFlagsCard.TypeDescription & Constraintsdoco
.. Medication 0..* Medication Definition of a Medication
... id 0..0
... implicitRules 0..0
... language 0..0
... contained 0..0
... 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
... identifier 0..0
... code 1..1 CodeableConcept Nome do Medicamento
Binding: Terminologia dos medicamentos (preferred): Define a terminologia de um dado medicamento.

.... id 0..0
.... coding 1..1 Coding Code defined by a terminology system
..... id 0..0
..... 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
..... display 0..0
..... userSelected 0..0
.... text 0..1 string Nome da terminologia
... status 0..1 code active | inactive | entered-in-error
Binding: Estado da Solicitação de Medicamento (required): Estado da Solicitação de Medicamento

... manufacturer 0..0
... form 1..1 CodeableConcept Unidade de medida do medicamento
Binding: Unidade de Medida de Medicamento (required): Unidade de medida do medicamento

... amount 0..0
... ingredient 0..0
... batch 0..1 BackboneElement Detalhes sobre a medicação.
.... id 0..0
.... lotNumber 0..1 string Lote de medicamento.
.... expirationDate 0..1 dateTime Data de validade do medicamento.

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
Medication.codepreferredBRTerminologiaMedicamento
http://www.saude.gov.br/fhir/r4/ValueSet/BRTerminologiaMedicamento
from this IG
Medication.statusrequiredBREstadoSolicitacaoMedicamento
http://www.saude.gov.br/fhir/r4/ValueSet/BREstadoSolicitacaoMedicamento-1.0
from this IG
Medication.formrequiredBRUnidadeMedidaMedicamento (a valid code from Unidade de Medida)
http://www.saude.gov.br/fhir/r4/ValueSet/BRUnidadeMedidaMedicamento
from this IG
NameFlagsCard.TypeDescription & Constraintsdoco
.. Medication 0..* Medication Definition of a Medication
... 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
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... code Σ 1..1 CodeableConcept Nome do Medicamento
Binding: Terminologia dos medicamentos (preferred): Define a terminologia de um dado medicamento.

.... coding Σ 1..1 Coding Code defined by a terminology system
..... 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
... form 1..1 CodeableConcept Unidade de medida do medicamento
Binding: Unidade de Medida de Medicamento (required): Unidade de medida do medicamento

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

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Medication.codepreferredBRTerminologiaMedicamento
http://www.saude.gov.br/fhir/r4/ValueSet/BRTerminologiaMedicamento
from this IG
Medication.statusrequiredBREstadoSolicitacaoMedicamento
http://www.saude.gov.br/fhir/r4/ValueSet/BREstadoSolicitacaoMedicamento-1.0
from this IG
Medication.formrequiredBRUnidadeMedidaMedicamento (a valid code from Unidade de Medida)
http://www.saude.gov.br/fhir/r4/ValueSet/BRUnidadeMedidaMedicamento
from this IG

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()
NameFlagsCard.TypeDescription & Constraintsdoco
.. Medication 0..* Medication 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
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
.... 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: Estado da Solicitação de Medicamento (required): Estado da Solicitação de Medicamento

... form 1..1 CodeableConcept Unidade de medida do medicamento
Binding: Unidade de Medida de Medicamento (required): Unidade de medida do medicamento

... batch 0..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 0..1 string Lote de medicamento.
.... expirationDate 0..1 dateTime Data de validade do medicamento.

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Medication.codepreferredBRTerminologiaMedicamento
http://www.saude.gov.br/fhir/r4/ValueSet/BRTerminologiaMedicamento
from this IG
Medication.statusrequiredBREstadoSolicitacaoMedicamento
http://www.saude.gov.br/fhir/r4/ValueSet/BREstadoSolicitacaoMedicamento-1.0
from this IG
Medication.formrequiredBRUnidadeMedidaMedicamento (a valid code from Unidade de Medida)
http://www.saude.gov.br/fhir/r4/ValueSet/BRUnidadeMedidaMedicamento
from this IG

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 Medication

Summary

Mandatory: 5 elements
Prohibited: 14 elements

Extensions

This structure refers to these extensions:

Maturity: 1

Differential View

This structure is derived from Medication

NameFlagsCard.TypeDescription & Constraintsdoco
.. Medication 0..* Medication Definition of a Medication
... id 0..0
... implicitRules 0..0
... language 0..0
... contained 0..0
... 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
... identifier 0..0
... code 1..1 CodeableConcept Nome do Medicamento
Binding: Terminologia dos medicamentos (preferred): Define a terminologia de um dado medicamento.

.... id 0..0
.... coding 1..1 Coding Code defined by a terminology system
..... id 0..0
..... 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
..... display 0..0
..... userSelected 0..0
.... text 0..1 string Nome da terminologia
... status 0..1 code active | inactive | entered-in-error
Binding: Estado da Solicitação de Medicamento (required): Estado da Solicitação de Medicamento

... manufacturer 0..0
... form 1..1 CodeableConcept Unidade de medida do medicamento
Binding: Unidade de Medida de Medicamento (required): Unidade de medida do medicamento

... amount 0..0
... ingredient 0..0
... batch 0..1 BackboneElement Detalhes sobre a medicação.
.... id 0..0
.... lotNumber 0..1 string Lote de medicamento.
.... expirationDate 0..1 dateTime Data de validade do medicamento.

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
Medication.codepreferredBRTerminologiaMedicamento
http://www.saude.gov.br/fhir/r4/ValueSet/BRTerminologiaMedicamento
from this IG
Medication.statusrequiredBREstadoSolicitacaoMedicamento
http://www.saude.gov.br/fhir/r4/ValueSet/BREstadoSolicitacaoMedicamento-1.0
from this IG
Medication.formrequiredBRUnidadeMedidaMedicamento (a valid code from Unidade de Medida)
http://www.saude.gov.br/fhir/r4/ValueSet/BRUnidadeMedidaMedicamento
from this IG

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Medication 0..* Medication Definition of a Medication
... 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
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... code Σ 1..1 CodeableConcept Nome do Medicamento
Binding: Terminologia dos medicamentos (preferred): Define a terminologia de um dado medicamento.

.... coding Σ 1..1 Coding Code defined by a terminology system
..... 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
... form 1..1 CodeableConcept Unidade de medida do medicamento
Binding: Unidade de Medida de Medicamento (required): Unidade de medida do medicamento

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

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Medication.codepreferredBRTerminologiaMedicamento
http://www.saude.gov.br/fhir/r4/ValueSet/BRTerminologiaMedicamento
from this IG
Medication.statusrequiredBREstadoSolicitacaoMedicamento
http://www.saude.gov.br/fhir/r4/ValueSet/BREstadoSolicitacaoMedicamento-1.0
from this IG
Medication.formrequiredBRUnidadeMedidaMedicamento (a valid code from Unidade de Medida)
http://www.saude.gov.br/fhir/r4/ValueSet/BRUnidadeMedidaMedicamento
from this IG

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()

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Medication 0..* Medication 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
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
.... 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: Estado da Solicitação de Medicamento (required): Estado da Solicitação de Medicamento

... form 1..1 CodeableConcept Unidade de medida do medicamento
Binding: Unidade de Medida de Medicamento (required): Unidade de medida do medicamento

... batch 0..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 0..1 string Lote de medicamento.
.... expirationDate 0..1 dateTime Data de validade do medicamento.

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Medication.codepreferredBRTerminologiaMedicamento
http://www.saude.gov.br/fhir/r4/ValueSet/BRTerminologiaMedicamento
from this IG
Medication.statusrequiredBREstadoSolicitacaoMedicamento
http://www.saude.gov.br/fhir/r4/ValueSet/BREstadoSolicitacaoMedicamento-1.0
from this IG
Medication.formrequiredBRUnidadeMedidaMedicamento (a valid code from Unidade de Medida)
http://www.saude.gov.br/fhir/r4/ValueSet/BRUnidadeMedidaMedicamento
from this IG

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 Medication

Summary

Mandatory: 5 elements
Prohibited: 14 elements

Extensions

This structure refers to these extensions:

Maturity: 1

 

Other representations of profile: CSV, Excel, Schematron