Resumen Digital de Atención en Salud (RDA)
0.7.2 - STU1
Colombia
Resumen Digital de Atención en Salud (RDA) - Local Development build (v0.7.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Canonical URL: https://fhir.minsalud.gov.co/rda/StructureDefinition/MedicationRDA | Version: 0.7.2 | |||
| Draft as of 2025-12-29 | Computable Name: MedicationRDA | |||
Copyright/Legal: Ministerio de Salud y Protección Social, CC BY-NC-SA 4.0, 2025+ |
||||
Perfil FHIR RDA de un medicamento en Colombia.
Este recurso es usado principalmente para la identificación y definición de un medicamento con el propósito de ser utilizado en la prescripción, dispensación y administración de medicamentos
Registro y seguimiento de medicamentos para uso y prescripción en Colombia
Usages:
You can also check for usages in the FHIR IG Statistics
Description of Profiles, Differentials, Snapshots and how the different presentations work.
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | Medication | Definición de un medicamento | |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() |
Σ | 0..1 | CodeableConcept | Código de Medicamento ATC, CUMS, DCI o IUM Binding: SNOMEDCTMedicationCodes (example): A coded concept that defines the type of a medication. |
![]() ![]() ![]() |
SΣ | 1..3 | Coding | Code defined by a terminology system Slice: Unordered, Open by value:system |
![]() ![]() ![]() ![]() |
Σ | 0..1 | Coding | Code defined by a terminology system Binding: Codificacion CUMS (required) |
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | Identity of the terminology system Fixed Value: https://fhir.minsalud.gov.co/rda/CodeSystem/CUMS |
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | code | Symbol in syntax defined by the system |
![]() ![]() ![]() ![]() |
Σ | 0..1 | Coding | Code defined by a terminology system Binding: ValueSet: Denominación Común Internacional (DCI) de substancias farmacéuticas - Colombia (required) |
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | Identity of the terminology system Fixed Value: https://fhir.minsalud.gov.co/rda/CodeSystem/MipresINN |
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | code | Código del medicamento (DCI) |
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system |
![]() ![]() ![]() ![]() |
Σ | 0..1 | Coding | Code defined by a terminology system Binding: ValueSet: Identificador Único de Medicamento (IUM) - Colombia (required) |
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | Identity of the terminology system Fixed Value: https://fhir.minsalud.gov.co/rda/CodeSystem/IUM |
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | code | Código del medicamento (IUM) |
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | string | Nombre del medicamento |
![]() ![]() |
?!SΣ | 0..1 | code | active | inactive | entered-in-error Binding: Medication Status Codes (required): A coded concept defining if the medication is in active use. |
![]() ![]() |
SΣ | 0..1 | Reference(Organization) | Manufacturer of the item |
![]() ![]() |
S | 0..1 | CodeableConcept | powder | tablets | capsule + Binding: SNOMEDCTFormCodes (example): A coded concept defining the form of a medication. |
![]() ![]() |
SΣ | 0..1 | Ratio | Amount of drug in package |
![]() ![]() |
S | 0..* | BackboneElement | Active or inactive ingredient |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() |
1..1 | The actual ingredient or content | ||
![]() ![]() ![]() ![]() |
CodeableConcept | |||
![]() ![]() ![]() ![]() |
Reference(Substance | Medication) | |||
Documentation for this format | ||||
| Path | Conformance | ValueSet | URI |
| Medication.code | example | SNOMEDCTMedicationCodeshttp://hl7.org/fhir/ValueSet/medication-codesFrom the FHIR Standard | |
| Medication.code.coding:CUMS | required | CUMSVS(a valid code from CodeSystem: Unique Medication Codes - Colombia)https://fhir.minsalud.gov.co/rda/ValueSet/CUMSVSFrom this IG | |
| Medication.code.coding:DCI | required | MipresINNCodes(a valid code from CodeSystem: Denominación Común Internacional (DCI) de substancias farmacéuticas - Colombia)https://fhir.minsalud.gov.co/rda/ValueSet/MipresDCIFrom this IG | |
| Medication.code.coding:IUM | required | IUMCodeshttps://fhir.minsalud.gov.co/rda/ValueSet/IUMCodesFrom this IG | |
| Medication.status | required | Medication Status Codeshttp://hl7.org/fhir/ValueSet/medication-status|4.0.1From the FHIR Standard | |
| Medication.form | example | SNOMEDCTFormCodeshttp://hl7.org/fhir/ValueSet/medication-form-codesFrom the FHIR Standard |
| 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
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | Medication | Definición de un medicamento | |
![]() ![]() |
||||
![]() ![]() ![]() |
1..* | canonical(StructureDefinition) | Profiles this resource claims to conform to Fixed Value: https://fhir.minsalud.gov.co/rda/StructureDefinition/MedicationRDA | |
![]() ![]() |
0..0 | |||
![]() ![]() |
0..1 | CodeableConcept | Código de Medicamento ATC, CUMS, DCI o IUM | |
![]() ![]() ![]() |
S | 1..3 | Coding | Code defined by a terminology system Slice: Unordered, Open by value:system |
![]() ![]() ![]() ![]() |
0..1 | Coding | Code defined by a terminology system Binding: Codificacion CUMS (required) | |
![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: https://fhir.minsalud.gov.co/rda/CodeSystem/CUMS | |
![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system | |
![]() ![]() ![]() ![]() |
0..1 | Coding | Code defined by a terminology system Binding: ValueSet: Denominación Común Internacional (DCI) de substancias farmacéuticas - Colombia (required) | |
![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: https://fhir.minsalud.gov.co/rda/CodeSystem/MipresINN | |
![]() ![]() ![]() ![]() ![]() |
1..1 | code | Código del medicamento (DCI) | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Representation defined by the system | |
![]() ![]() ![]() ![]() |
0..1 | Coding | Code defined by a terminology system Binding: ValueSet: Identificador Único de Medicamento (IUM) - Colombia (required) | |
![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: https://fhir.minsalud.gov.co/rda/CodeSystem/IUM | |
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | code | Código del medicamento (IUM) |
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | string | Nombre del medicamento |
![]() ![]() |
S | 0..1 | code | active | inactive | entered-in-error |
![]() ![]() |
S | 0..1 | Reference(Organization) | Manufacturer of the item |
![]() ![]() |
S | 0..1 | CodeableConcept | powder | tablets | capsule + |
![]() ![]() |
S | 0..1 | Ratio | Amount of drug in package |
![]() ![]() |
S | 0..* | BackboneElement | Active or inactive ingredient |
![]() ![]() |
0..0 | |||
Documentation for this format | ||||
| Path | Conformance | ValueSet | URI |
| Medication.code.coding:CUMS | required | CUMSVS(a valid code from CodeSystem: Unique Medication Codes - Colombia)https://fhir.minsalud.gov.co/rda/ValueSet/CUMSVSFrom this IG | |
| Medication.code.coding:DCI | required | MipresINNCodes(a valid code from CodeSystem: Denominación Común Internacional (DCI) de substancias farmacéuticas - Colombia)https://fhir.minsalud.gov.co/rda/ValueSet/MipresDCIFrom this IG | |
| Medication.code.coding:IUM | required | IUMCodeshttps://fhir.minsalud.gov.co/rda/ValueSet/IUMCodesFrom this IG |
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
0..* | Medication | Definición de un medicamento | |||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() |
Σ | 0..1 | id | Version specific identifier | ||||
![]() ![]() ![]() |
Σ | 0..1 | instant | When the resource version last changed | ||||
![]() ![]() ![]() |
Σ | 0..1 | uri | Identifies where the resource comes from | ||||
![]() ![]() ![]() |
Σ | 1..* | canonical(StructureDefinition) | Profiles this resource claims to conform to Fixed Value: https://fhir.minsalud.gov.co/rda/StructureDefinition/MedicationRDA | ||||
![]() ![]() ![]() |
Σ | 0..* | Coding | Security Labels applied to this resource Binding: All Security Labels (extensible): Security Labels from the Healthcare Privacy and Security Classification System. | ||||
![]() ![]() ![]() |
Σ | 0..* | Coding | Tags applied to this resource Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones". | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||
![]() ![]() |
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 | |||||
![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() |
Σ | 0..* | Identifier | Business identifier for this medication | ||||
![]() ![]() |
Σ | 0..1 | CodeableConcept | Código de Medicamento ATC, CUMS, DCI o IUM Binding: SNOMEDCTMedicationCodes (example): A coded concept that defines the type of a medication. | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() |
SΣ | 1..3 | Coding | Code defined by a terminology system Slice: Unordered, Open by value:system | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Coding | Code defined by a terminology system Binding: Codificacion CUMS (required) | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | Identity of the terminology system Fixed Value: https://fhir.minsalud.gov.co/rda/CodeSystem/CUMS | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | code | Symbol in syntax defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Coding | Code defined by a terminology system Binding: ValueSet: Denominación Común Internacional (DCI) de substancias farmacéuticas - Colombia (required) | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | Identity of the terminology system Fixed Value: https://fhir.minsalud.gov.co/rda/CodeSystem/MipresINN | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | code | Código del medicamento (DCI) | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Coding | Code defined by a terminology system Binding: ValueSet: Identificador Único de Medicamento (IUM) - Colombia (required) | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | Identity of the terminology system Fixed Value: https://fhir.minsalud.gov.co/rda/CodeSystem/IUM | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | code | Código del medicamento (IUM) | ||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | string | Nombre del medicamento | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Plain text representation of the concept | ||||
![]() ![]() |
?!SΣ | 0..1 | code | active | inactive | entered-in-error Binding: Medication Status Codes (required): A coded concept defining if the medication is in active use. | ||||
![]() ![]() |
SΣ | 0..1 | Reference(Organization) | Manufacturer of the item | ||||
![]() ![]() |
S | 0..1 | CodeableConcept | powder | tablets | capsule + Binding: SNOMEDCTFormCodes (example): A coded concept defining the form of a medication. | ||||
![]() ![]() |
SΣ | 0..1 | Ratio | Amount of drug in package | ||||
![]() ![]() |
S | 0..* | BackboneElement | Active or inactive ingredient | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() |
1..1 | The actual ingredient or content | ||||||
![]() ![]() ![]() ![]() |
CodeableConcept | |||||||
![]() ![]() ![]() ![]() |
Reference(Substance | Medication) | |||||||
![]() ![]() ![]() |
0..1 | boolean | Active ingredient indicator | |||||
![]() ![]() ![]() |
0..1 | Ratio | Quantity of ingredient present | |||||
Documentation for this format | ||||||||
| Path | Conformance | ValueSet | URI | |||
| Medication.meta.security | extensible | All Security Labelshttp://hl7.org/fhir/ValueSet/security-labelsFrom the FHIR Standard | ||||
| Medication.meta.tag | example | CommonTagshttp://hl7.org/fhir/ValueSet/common-tagsFrom the FHIR Standard | ||||
| Medication.language | preferred | CommonLanguageshttp://hl7.org/fhir/ValueSet/languagesFrom the FHIR Standard
| ||||
| Medication.code | example | SNOMEDCTMedicationCodeshttp://hl7.org/fhir/ValueSet/medication-codesFrom the FHIR Standard | ||||
| Medication.code.coding:CUMS | required | CUMSVS(a valid code from CodeSystem: Unique Medication Codes - Colombia)https://fhir.minsalud.gov.co/rda/ValueSet/CUMSVSFrom this IG | ||||
| Medication.code.coding:DCI | required | MipresINNCodes(a valid code from CodeSystem: Denominación Común Internacional (DCI) de substancias farmacéuticas - Colombia)https://fhir.minsalud.gov.co/rda/ValueSet/MipresDCIFrom this IG | ||||
| Medication.code.coding:IUM | required | IUMCodeshttps://fhir.minsalud.gov.co/rda/ValueSet/IUMCodesFrom this IG | ||||
| Medication.status | required | Medication Status Codeshttp://hl7.org/fhir/ValueSet/medication-status|4.0.1From the FHIR Standard | ||||
| Medication.form | example | SNOMEDCTFormCodeshttp://hl7.org/fhir/ValueSet/medication-form-codesFrom the FHIR Standard |
| 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: 0 element(8 nested mandatory elements)
Must-Support: 8 elements
Fixed: 4 elements
Prohibited: 2 elements
Slices
This structure defines the following Slices:
Key Elements View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | Medication | Definición de un medicamento | |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() |
Σ | 0..1 | CodeableConcept | Código de Medicamento ATC, CUMS, DCI o IUM Binding: SNOMEDCTMedicationCodes (example): A coded concept that defines the type of a medication. |
![]() ![]() ![]() |
SΣ | 1..3 | Coding | Code defined by a terminology system Slice: Unordered, Open by value:system |
![]() ![]() ![]() ![]() |
Σ | 0..1 | Coding | Code defined by a terminology system Binding: Codificacion CUMS (required) |
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | Identity of the terminology system Fixed Value: https://fhir.minsalud.gov.co/rda/CodeSystem/CUMS |
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | code | Symbol in syntax defined by the system |
![]() ![]() ![]() ![]() |
Σ | 0..1 | Coding | Code defined by a terminology system Binding: ValueSet: Denominación Común Internacional (DCI) de substancias farmacéuticas - Colombia (required) |
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | Identity of the terminology system Fixed Value: https://fhir.minsalud.gov.co/rda/CodeSystem/MipresINN |
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | code | Código del medicamento (DCI) |
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system |
![]() ![]() ![]() ![]() |
Σ | 0..1 | Coding | Code defined by a terminology system Binding: ValueSet: Identificador Único de Medicamento (IUM) - Colombia (required) |
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | Identity of the terminology system Fixed Value: https://fhir.minsalud.gov.co/rda/CodeSystem/IUM |
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | code | Código del medicamento (IUM) |
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | string | Nombre del medicamento |
![]() ![]() |
?!SΣ | 0..1 | code | active | inactive | entered-in-error Binding: Medication Status Codes (required): A coded concept defining if the medication is in active use. |
![]() ![]() |
SΣ | 0..1 | Reference(Organization) | Manufacturer of the item |
![]() ![]() |
S | 0..1 | CodeableConcept | powder | tablets | capsule + Binding: SNOMEDCTFormCodes (example): A coded concept defining the form of a medication. |
![]() ![]() |
SΣ | 0..1 | Ratio | Amount of drug in package |
![]() ![]() |
S | 0..* | BackboneElement | Active or inactive ingredient |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() |
1..1 | The actual ingredient or content | ||
![]() ![]() ![]() ![]() |
CodeableConcept | |||
![]() ![]() ![]() ![]() |
Reference(Substance | Medication) | |||
Documentation for this format | ||||
| Path | Conformance | ValueSet | URI |
| Medication.code | example | SNOMEDCTMedicationCodeshttp://hl7.org/fhir/ValueSet/medication-codesFrom the FHIR Standard | |
| Medication.code.coding:CUMS | required | CUMSVS(a valid code from CodeSystem: Unique Medication Codes - Colombia)https://fhir.minsalud.gov.co/rda/ValueSet/CUMSVSFrom this IG | |
| Medication.code.coding:DCI | required | MipresINNCodes(a valid code from CodeSystem: Denominación Común Internacional (DCI) de substancias farmacéuticas - Colombia)https://fhir.minsalud.gov.co/rda/ValueSet/MipresDCIFrom this IG | |
| Medication.code.coding:IUM | required | IUMCodeshttps://fhir.minsalud.gov.co/rda/ValueSet/IUMCodesFrom this IG | |
| Medication.status | required | Medication Status Codeshttp://hl7.org/fhir/ValueSet/medication-status|4.0.1From the FHIR Standard | |
| Medication.form | example | SNOMEDCTFormCodeshttp://hl7.org/fhir/ValueSet/medication-form-codesFrom the FHIR Standard |
| 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() |
Differential View
This structure is derived from Medication
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | Medication | Definición de un medicamento | |
![]() ![]() |
||||
![]() ![]() ![]() |
1..* | canonical(StructureDefinition) | Profiles this resource claims to conform to Fixed Value: https://fhir.minsalud.gov.co/rda/StructureDefinition/MedicationRDA | |
![]() ![]() |
0..0 | |||
![]() ![]() |
0..1 | CodeableConcept | Código de Medicamento ATC, CUMS, DCI o IUM | |
![]() ![]() ![]() |
S | 1..3 | Coding | Code defined by a terminology system Slice: Unordered, Open by value:system |
![]() ![]() ![]() ![]() |
0..1 | Coding | Code defined by a terminology system Binding: Codificacion CUMS (required) | |
![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: https://fhir.minsalud.gov.co/rda/CodeSystem/CUMS | |
![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system | |
![]() ![]() ![]() ![]() |
0..1 | Coding | Code defined by a terminology system Binding: ValueSet: Denominación Común Internacional (DCI) de substancias farmacéuticas - Colombia (required) | |
![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: https://fhir.minsalud.gov.co/rda/CodeSystem/MipresINN | |
![]() ![]() ![]() ![]() ![]() |
1..1 | code | Código del medicamento (DCI) | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Representation defined by the system | |
![]() ![]() ![]() ![]() |
0..1 | Coding | Code defined by a terminology system Binding: ValueSet: Identificador Único de Medicamento (IUM) - Colombia (required) | |
![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: https://fhir.minsalud.gov.co/rda/CodeSystem/IUM | |
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | code | Código del medicamento (IUM) |
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | string | Nombre del medicamento |
![]() ![]() |
S | 0..1 | code | active | inactive | entered-in-error |
![]() ![]() |
S | 0..1 | Reference(Organization) | Manufacturer of the item |
![]() ![]() |
S | 0..1 | CodeableConcept | powder | tablets | capsule + |
![]() ![]() |
S | 0..1 | Ratio | Amount of drug in package |
![]() ![]() |
S | 0..* | BackboneElement | Active or inactive ingredient |
![]() ![]() |
0..0 | |||
Documentation for this format | ||||
| Path | Conformance | ValueSet | URI |
| Medication.code.coding:CUMS | required | CUMSVS(a valid code from CodeSystem: Unique Medication Codes - Colombia)https://fhir.minsalud.gov.co/rda/ValueSet/CUMSVSFrom this IG | |
| Medication.code.coding:DCI | required | MipresINNCodes(a valid code from CodeSystem: Denominación Común Internacional (DCI) de substancias farmacéuticas - Colombia)https://fhir.minsalud.gov.co/rda/ValueSet/MipresDCIFrom this IG | |
| Medication.code.coding:IUM | required | IUMCodeshttps://fhir.minsalud.gov.co/rda/ValueSet/IUMCodesFrom this IG |
Snapshot View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
0..* | Medication | Definición de un medicamento | |||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() |
Σ | 0..1 | id | Version specific identifier | ||||
![]() ![]() ![]() |
Σ | 0..1 | instant | When the resource version last changed | ||||
![]() ![]() ![]() |
Σ | 0..1 | uri | Identifies where the resource comes from | ||||
![]() ![]() ![]() |
Σ | 1..* | canonical(StructureDefinition) | Profiles this resource claims to conform to Fixed Value: https://fhir.minsalud.gov.co/rda/StructureDefinition/MedicationRDA | ||||
![]() ![]() ![]() |
Σ | 0..* | Coding | Security Labels applied to this resource Binding: All Security Labels (extensible): Security Labels from the Healthcare Privacy and Security Classification System. | ||||
![]() ![]() ![]() |
Σ | 0..* | Coding | Tags applied to this resource Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones". | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||
![]() ![]() |
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 | |||||
![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() |
Σ | 0..* | Identifier | Business identifier for this medication | ||||
![]() ![]() |
Σ | 0..1 | CodeableConcept | Código de Medicamento ATC, CUMS, DCI o IUM Binding: SNOMEDCTMedicationCodes (example): A coded concept that defines the type of a medication. | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() |
SΣ | 1..3 | Coding | Code defined by a terminology system Slice: Unordered, Open by value:system | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Coding | Code defined by a terminology system Binding: Codificacion CUMS (required) | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | Identity of the terminology system Fixed Value: https://fhir.minsalud.gov.co/rda/CodeSystem/CUMS | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | code | Symbol in syntax defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Coding | Code defined by a terminology system Binding: ValueSet: Denominación Común Internacional (DCI) de substancias farmacéuticas - Colombia (required) | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | Identity of the terminology system Fixed Value: https://fhir.minsalud.gov.co/rda/CodeSystem/MipresINN | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | code | Código del medicamento (DCI) | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Coding | Code defined by a terminology system Binding: ValueSet: Identificador Único de Medicamento (IUM) - Colombia (required) | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | Identity of the terminology system Fixed Value: https://fhir.minsalud.gov.co/rda/CodeSystem/IUM | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | code | Código del medicamento (IUM) | ||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | string | Nombre del medicamento | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Plain text representation of the concept | ||||
![]() ![]() |
?!SΣ | 0..1 | code | active | inactive | entered-in-error Binding: Medication Status Codes (required): A coded concept defining if the medication is in active use. | ||||
![]() ![]() |
SΣ | 0..1 | Reference(Organization) | Manufacturer of the item | ||||
![]() ![]() |
S | 0..1 | CodeableConcept | powder | tablets | capsule + Binding: SNOMEDCTFormCodes (example): A coded concept defining the form of a medication. | ||||
![]() ![]() |
SΣ | 0..1 | Ratio | Amount of drug in package | ||||
![]() ![]() |
S | 0..* | BackboneElement | Active or inactive ingredient | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() |
1..1 | The actual ingredient or content | ||||||
![]() ![]() ![]() ![]() |
CodeableConcept | |||||||
![]() ![]() ![]() ![]() |
Reference(Substance | Medication) | |||||||
![]() ![]() ![]() |
0..1 | boolean | Active ingredient indicator | |||||
![]() ![]() ![]() |
0..1 | Ratio | Quantity of ingredient present | |||||
Documentation for this format | ||||||||
| Path | Conformance | ValueSet | URI | |||
| Medication.meta.security | extensible | All Security Labelshttp://hl7.org/fhir/ValueSet/security-labelsFrom the FHIR Standard | ||||
| Medication.meta.tag | example | CommonTagshttp://hl7.org/fhir/ValueSet/common-tagsFrom the FHIR Standard | ||||
| Medication.language | preferred | CommonLanguageshttp://hl7.org/fhir/ValueSet/languagesFrom the FHIR Standard
| ||||
| Medication.code | example | SNOMEDCTMedicationCodeshttp://hl7.org/fhir/ValueSet/medication-codesFrom the FHIR Standard | ||||
| Medication.code.coding:CUMS | required | CUMSVS(a valid code from CodeSystem: Unique Medication Codes - Colombia)https://fhir.minsalud.gov.co/rda/ValueSet/CUMSVSFrom this IG | ||||
| Medication.code.coding:DCI | required | MipresINNCodes(a valid code from CodeSystem: Denominación Común Internacional (DCI) de substancias farmacéuticas - Colombia)https://fhir.minsalud.gov.co/rda/ValueSet/MipresDCIFrom this IG | ||||
| Medication.code.coding:IUM | required | IUMCodeshttps://fhir.minsalud.gov.co/rda/ValueSet/IUMCodesFrom this IG | ||||
| Medication.status | required | Medication Status Codeshttp://hl7.org/fhir/ValueSet/medication-status|4.0.1From the FHIR Standard | ||||
| Medication.form | example | SNOMEDCTFormCodeshttp://hl7.org/fhir/ValueSet/medication-form-codesFrom the FHIR Standard |
| 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: 0 element(8 nested mandatory elements)
Must-Support: 8 elements
Fixed: 4 elements
Prohibited: 2 elements
Slices
This structure defines the following Slices:
Other representations of profile: CSV, Excel, Schematron