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..*MedicationDefinition of a Medication
... id 0..0
... implicitRules 0..0
... language 0..0
... contained 0..0
... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
... serialCode 0..1stringExtension
URL: http://www.saude.gov.br/fhir/r4/StructureDefinition/BRCodigoSerialMedicamento
... identifier 0..0
... code 1..1CodeableConceptNome do Medicamento
Binding: Terminologia dos medicamentos (preferred): Define a terminologia de um dado medicamento.

.... id 0..0
.... coding 1..1CodingCode defined by a terminology system
..... id 0..0
..... system 1..1uriIdentity of the terminology system
..... version 0..1stringVersão da terminologia - se relevante
..... code 1..1codeSymbol in syntax defined by the system
..... display 0..0
..... userSelected 0..0
.... text 0..1stringNome da terminologia
... status 0..1codeactive | inactive | entered-in-error
Binding: Estado da Solicitação de Medicamento (required): Estado da Solicitação de Medicamento

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

... amount 0..0
... ingredient 0..0
... batch 0..1BackboneElementDetalhes sobre a medicação.
.... id 0..0
.... lotNumber 0..1stringLote de medicamento.
.... expirationDate 0..1dateTimeData 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..*MedicationDefinition of a Medication
... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
... serialCode 0..1stringExtension
URL: http://www.saude.gov.br/fhir/r4/StructureDefinition/BRCodigoSerialMedicamento
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
.... coding Σ1..1CodingCode defined by a terminology system
..... system Σ1..1uriIdentity of the terminology system
..... version Σ0..1stringVersão da terminologia - se relevante
..... code Σ1..1codeSymbol in syntax defined by the system
.... text Σ0..1stringNome da terminologia
... status ?!Σ0..1codeactive | inactive | entered-in-error
Binding: Estado da Solicitação de Medicamento (required): Estado da Solicitação de Medicamento

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

... batch 0..1BackboneElementDetalhes sobre a medicação.
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... lotNumber 0..1stringLote de medicamento.
.... expirationDate 0..1dateTimeData 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..*MedicationDefinition of a Medication
... meta Σ0..1MetaMetadata about the resource
... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
... serialCode 0..1stringExtension
URL: http://www.saude.gov.br/fhir/r4/StructureDefinition/BRCodigoSerialMedicamento
... code Σ1..1CodeableConceptNome do Medicamento
Binding: Terminologia dos medicamentos (preferred): Define a terminologia de um dado medicamento.

.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... coding Σ1..1CodingCode defined by a terminology system
..... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
..... system Σ1..1uriIdentity of the terminology system
..... version Σ0..1stringVersão da terminologia - se relevante
..... code Σ1..1codeSymbol in syntax defined by the system
.... text Σ0..1stringNome da terminologia
... status ?!Σ0..1codeactive | inactive | entered-in-error
Binding: Estado da Solicitação de Medicamento (required): Estado da Solicitação de Medicamento

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

... batch 0..1BackboneElementDetalhes sobre a medicação.
.... extension 0..*ExtensionAdditional content defined by implementations
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... lotNumber 0..1stringLote de medicamento.
.... expirationDate 0..1dateTimeData 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..*MedicationDefinition of a Medication
... id 0..0
... implicitRules 0..0
... language 0..0
... contained 0..0
... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
... serialCode 0..1stringExtension
URL: http://www.saude.gov.br/fhir/r4/StructureDefinition/BRCodigoSerialMedicamento
... identifier 0..0
... code 1..1CodeableConceptNome do Medicamento
Binding: Terminologia dos medicamentos (preferred): Define a terminologia de um dado medicamento.

.... id 0..0
.... coding 1..1CodingCode defined by a terminology system
..... id 0..0
..... system 1..1uriIdentity of the terminology system
..... version 0..1stringVersão da terminologia - se relevante
..... code 1..1codeSymbol in syntax defined by the system
..... display 0..0
..... userSelected 0..0
.... text 0..1stringNome da terminologia
... status 0..1codeactive | inactive | entered-in-error
Binding: Estado da Solicitação de Medicamento (required): Estado da Solicitação de Medicamento

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

... amount 0..0
... ingredient 0..0
... batch 0..1BackboneElementDetalhes sobre a medicação.
.... id 0..0
.... lotNumber 0..1stringLote de medicamento.
.... expirationDate 0..1dateTimeData 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..*MedicationDefinition of a Medication
... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
... serialCode 0..1stringExtension
URL: http://www.saude.gov.br/fhir/r4/StructureDefinition/BRCodigoSerialMedicamento
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
.... coding Σ1..1CodingCode defined by a terminology system
..... system Σ1..1uriIdentity of the terminology system
..... version Σ0..1stringVersão da terminologia - se relevante
..... code Σ1..1codeSymbol in syntax defined by the system
.... text Σ0..1stringNome da terminologia
... status ?!Σ0..1codeactive | inactive | entered-in-error
Binding: Estado da Solicitação de Medicamento (required): Estado da Solicitação de Medicamento

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

... batch 0..1BackboneElementDetalhes sobre a medicação.
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... lotNumber 0..1stringLote de medicamento.
.... expirationDate 0..1dateTimeData 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..*MedicationDefinition of a Medication
... meta Σ0..1MetaMetadata about the resource
... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
... serialCode 0..1stringExtension
URL: http://www.saude.gov.br/fhir/r4/StructureDefinition/BRCodigoSerialMedicamento
... code Σ1..1CodeableConceptNome do Medicamento
Binding: Terminologia dos medicamentos (preferred): Define a terminologia de um dado medicamento.

.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... coding Σ1..1CodingCode defined by a terminology system
..... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
..... system Σ1..1uriIdentity of the terminology system
..... version Σ0..1stringVersão da terminologia - se relevante
..... code Σ1..1codeSymbol in syntax defined by the system
.... text Σ0..1stringNome da terminologia
... status ?!Σ0..1codeactive | inactive | entered-in-error
Binding: Estado da Solicitação de Medicamento (required): Estado da Solicitação de Medicamento

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

... batch 0..1BackboneElementDetalhes sobre a medicação.
.... extension 0..*ExtensionAdditional content defined by implementations
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... lotNumber 0..1stringLote de medicamento.
.... expirationDate 0..1dateTimeData 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