Guia de Implementação do Registro de Atendimento Clínico (RAC) da RNDS
0.1.0 - CI Build
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
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:
Description of Profiles, Differentials, Snapshots and how the different presentations work.
This structure is derived from Medication
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Medication | 0..* | Medication | Definition of a Medication | |
id | 0..0 | |||
implicitRules | 0..0 | |||
language | 0..0 | |||
text | 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. | |
Documentation for this format |
Path | Conformance | ValueSet | URI |
Medication.code | preferred | BRTerminologiaMedicamentohttp://www.saude.gov.br/fhir/r4/ValueSet/BRTerminologiaMedicamento from this IG | |
Medication.status | required | BREstadoSolicitacaoMedicamentohttp://www.saude.gov.br/fhir/r4/ValueSet/BREstadoSolicitacaoMedicamento-1.0 from this IG | |
Medication.form | required | BRUnidadeMedidaMedicamento (a valid code from Unidade de Medida)http://www.saude.gov.br/fhir/r4/ValueSet/BRUnidadeMedidaMedicamento from this IG |
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
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 |
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. | |
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. | |
Documentation for this format |
Path | Conformance | ValueSet | URI |
Medication.code | preferred | BRTerminologiaMedicamentohttp://www.saude.gov.br/fhir/r4/ValueSet/BRTerminologiaMedicamento from this IG | |
Medication.status | required | BREstadoSolicitacaoMedicamentohttp://www.saude.gov.br/fhir/r4/ValueSet/BREstadoSolicitacaoMedicamento-1.0 from this IG | |
Medication.form | required | BRUnidadeMedidaMedicamento (a valid code from Unidade de Medida)http://www.saude.gov.br/fhir/r4/ValueSet/BRUnidadeMedidaMedicamento from this IG |
Id | Grade | Path(s) | Details | Requirements |
dom-2 | error | Medication | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-3 | error | Medication | 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 : 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-4 | error | Medication | If 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-5 | error | Medication | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
dom-6 | best practice | Medication | A resource should have narrative for robust management : text.`div`.exists() | |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() |
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
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 |
code | Σ | 1..1 | CodeableConcept | Nome do Medicamento Binding: Terminologia dos medicamentos (preferred): 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: 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. | |
Documentation for this format |
Path | Conformance | ValueSet | URI |
Medication.code | preferred | BRTerminologiaMedicamentohttp://www.saude.gov.br/fhir/r4/ValueSet/BRTerminologiaMedicamento from this IG | |
Medication.status | required | BREstadoSolicitacaoMedicamentohttp://www.saude.gov.br/fhir/r4/ValueSet/BREstadoSolicitacaoMedicamento-1.0 from this IG | |
Medication.form | required | BRUnidadeMedidaMedicamento (a valid code from Unidade de Medida)http://www.saude.gov.br/fhir/r4/ValueSet/BRUnidadeMedidaMedicamento from this IG |
Id | Grade | Path(s) | Details | Requirements |
dom-2 | error | Medication | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-3 | error | Medication | 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 : 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-4 | error | Medication | If 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-5 | error | Medication | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
dom-6 | best practice | Medication | A resource should have narrative for robust management : text.`div`.exists() | |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must 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
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Medication | 0..* | Medication | Definition of a Medication | |
id | 0..0 | |||
implicitRules | 0..0 | |||
language | 0..0 | |||
text | 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. | |
Documentation for this format |
Path | Conformance | ValueSet | URI |
Medication.code | preferred | BRTerminologiaMedicamentohttp://www.saude.gov.br/fhir/r4/ValueSet/BRTerminologiaMedicamento from this IG | |
Medication.status | required | BREstadoSolicitacaoMedicamentohttp://www.saude.gov.br/fhir/r4/ValueSet/BREstadoSolicitacaoMedicamento-1.0 from this IG | |
Medication.form | required | BRUnidadeMedidaMedicamento (a valid code from Unidade de Medida)http://www.saude.gov.br/fhir/r4/ValueSet/BRUnidadeMedidaMedicamento from this IG |
Key Elements View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
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 |
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. | |
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. | |
Documentation for this format |
Path | Conformance | ValueSet | URI |
Medication.code | preferred | BRTerminologiaMedicamentohttp://www.saude.gov.br/fhir/r4/ValueSet/BRTerminologiaMedicamento from this IG | |
Medication.status | required | BREstadoSolicitacaoMedicamentohttp://www.saude.gov.br/fhir/r4/ValueSet/BREstadoSolicitacaoMedicamento-1.0 from this IG | |
Medication.form | required | BRUnidadeMedidaMedicamento (a valid code from Unidade de Medida)http://www.saude.gov.br/fhir/r4/ValueSet/BRUnidadeMedidaMedicamento from this IG |
Id | Grade | Path(s) | Details | Requirements |
dom-2 | error | Medication | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-3 | error | Medication | 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 : 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-4 | error | Medication | If 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-5 | error | Medication | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
dom-6 | best practice | Medication | A resource should have narrative for robust management : text.`div`.exists() | |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
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 |
code | Σ | 1..1 | CodeableConcept | Nome do Medicamento Binding: Terminologia dos medicamentos (preferred): 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: 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. | |
Documentation for this format |
Path | Conformance | ValueSet | URI |
Medication.code | preferred | BRTerminologiaMedicamentohttp://www.saude.gov.br/fhir/r4/ValueSet/BRTerminologiaMedicamento from this IG | |
Medication.status | required | BREstadoSolicitacaoMedicamentohttp://www.saude.gov.br/fhir/r4/ValueSet/BREstadoSolicitacaoMedicamento-1.0 from this IG | |
Medication.form | required | BRUnidadeMedidaMedicamento (a valid code from Unidade de Medida)http://www.saude.gov.br/fhir/r4/ValueSet/BRUnidadeMedidaMedicamento from this IG |
Id | Grade | Path(s) | Details | Requirements |
dom-2 | error | Medication | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-3 | error | Medication | 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 : 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-4 | error | Medication | If 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-5 | error | Medication | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
dom-6 | best practice | Medication | A resource should have narrative for robust management : text.`div`.exists() | |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must 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