Guía implementación interoperabilidad FHIR sectorial e intersectorial
0.10.1 - ci-build

Guía implementación interoperabilidad FHIR sectorial e intersectorial - Local Development build (v0.10.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: HCEU - Medication Statement

Defining URL:https://ohapi-fhir-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-ProfileMedicationStatementHCEU
Version:0.10.1
Name:ProfileMedicationStatementHCEU
Title:HCEU - Medication Statement
Status:Draft as of 2025-07-10 20:24:14-0500
Definition:

Recurso que permite registrar información de una orden de medicamentos prescrita a un paciente en múltiples escenarios de atención

Publisher:minsait - An Indra Company. Secretaría de Salud de Bogotá,
Copyright:

Secretaría de Salud de Bogotá

Source Resource:XML / JSON / Turtle

La URL oficial para este perfil es:

https://ohapi-fhir-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-ProfileMedicationStatementHCEU

Vistas formales para el perfil

Descripción de perfiles, diferenciales, resumenes y cómo deben ser las representaciones en XML y JSON.

Esta estructura se deriva de MedicationStatement

Summary

Mandatory: 6 elements(1 nested mandatory element)
Must-Support: 4 elements
Fixed: 2 elements
Prohibited: 19 elements

Structures

This structure refers to these other structures:

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of MedicationStatement.identifier

Esta estructura se deriva de MedicationStatement

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. MedicationStatement MedicationStatement
... Slices for identifier S 1..* Identifier External identifier
Slice: Unordered, Open by pattern:use
.... identifier:HISdentifier 1..1 Identifier External identifier
..... use 1..1 code usual | official | temp | secondary | old (If known)
Fixed Value: usual
..... type 0..0
..... system 1..1 uri The namespace for the identifier value
Example HIS uri: http://hospitalSystemInformation.example.org/MedicationStatements/
..... value 1..1 string The value that is unique
..... period 0..0
..... assigner 0..0
... basedOn S 0..* Reference(HCEU - Medication Request | HCEU - Intramural - Care Plan | HCEU - Service Resquest) Fulfils plan, proposal or order
... partOf 0..0
... statusReason 0..* CodeableConcept Reason for current status
Example e.j: {"coding":[{"system":"https://hl7.org/fhir/R4/valueset-reason-medication-status-codes.html","code":"182864000","display":"Drug not taken - side-effects"}]}
... category 0..1 CodeableConcept Type of medication usage
... medication[x] 1..1 Reference(HCEU - Medication) What medication was taken
... subject 1..1 Reference(HCEU - Patient) Who is/was taking the medication
... context 0..1 Reference(HCEU - Intramural - Encounter) Encounter / Episode associated with MedicationStatement
.... reference 1..1 string Literal reference, Relative, internal or absolute URL
.... type 0..0
.... identifier 0..0
.... display 0..0
... effective[x] 0..1 Period The date/time or interval when the medication is/was/will be taken
... informationSource 1..1 Reference(HCEU - Patient | HCEU - Practitioner | HCEU - PractitionerRole | HCEU - Related Person | HCEU - Organization) Person or organization that provided the information about the taking of this medication
... derivedFrom 0..0
... reasonCode 0..0
... reasonReference 0..* Reference(HCEU - Condition | HCEU - Diagnostic Report | HCEU - Intramural - Observation | HCEU - Observation vital signs) Condition or observation that supports why the medication is being/was taken
.... identifier 0..0
... note S 0..* Annotation Further information about the statement
... dosage S 0..* Dosage Details of how medication is/was taken or should be taken
.... additionalInstruction 0..0
.... timing
..... event 0..0
..... code 0..0
.... asNeeded[x] 0..0
.... site 0..0
.... route
..... coding
...... system 0..1 uri Identity of the terminology system
Fixed Value: https://bogotadigital.saludcapital.gov.co/hncat/fhir/AdminCatalogStructureRS/FMED_VIAA
...... code 0..1 code Symbol in syntax defined by the system
Example ej: 1
...... display 0..1 string Representation defined by the system
Example ej: Bucal
.... method 0..0
.... maxDosePerPeriod 0..0
.... maxDosePerAdministration 0..0
.... maxDosePerLifetime 0..0

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. MedicationStatement 0..* MedicationStatement Record of medication being taken by a patient
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... Slices for identifier SΣ 1..* Identifier External identifier
Slice: Unordered, Open by pattern:use
.... identifier:HISdentifier Σ 1..1 Identifier External identifier
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!Σ 1..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
Fixed Value: usual
..... system Σ 1..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
Example HIS uri: http://hospitalSystemInformation.example.org/MedicationStatements/
..... value Σ 1..1 string The value that is unique
Example General: 123456
... basedOn SΣ 0..* Reference(HCEU - Medication Request | HCEU - Intramural - Care Plan | HCEU - Service Resquest) Fulfils plan, proposal or order
... status ?!Σ 1..1 code active | completed | stopped
Binding: Medication Status Codes (required): A coded concept indicating the current status of a MedicationStatement.
Example ej: stopped
... statusReason 0..* CodeableConcept Reason for current status
Binding: SNOMEDCTDrugTherapyStatusCodes (example): A coded concept indicating the reason for the status of the statement.

Example e.j: {"coding":[{"system":"https://hl7.org/fhir/R4/valueset-reason-medication-status-codes.html","code":"182864000","display":"Drug not taken - side-effects"}]}
... category Σ 0..1 CodeableConcept Type of medication usage
Binding: Medication usage category codes (preferred): A coded concept identifying where the medication included in the MedicationStatement is expected to be consumed or administered.
... medication[x] Σ 1..1 Reference(HCEU - Medication) What medication was taken
... subject Σ 1..1 Reference(HCEU - Patient) Who is/was taking the medication
... context Σ 0..1 Reference(HCEU - Intramural - Encounter) Encounter / Episode associated with MedicationStatement
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... reference ΣC 1..1 string Literal reference, Relative, internal or absolute URL
... effective[x] Σ 0..1 Period The date/time or interval when the medication is/was/will be taken
... dateAsserted Σ 0..1 dateTime When the statement was asserted?
... informationSource 1..1 Reference(HCEU - Patient | HCEU - Practitioner | HCEU - PractitionerRole | HCEU - Related Person | HCEU - Organization) Person or organization that provided the information about the taking of this medication
... reasonReference 0..* Reference(HCEU - Condition | HCEU - Diagnostic Report | HCEU - Intramural - Observation | HCEU - Observation vital signs) Condition or observation that supports why the medication is being/was taken
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).
.... display Σ 0..1 string Text alternative for the resource
... note S 0..* Annotation Further information about the statement
... dosage S 0..* Dosage Details of how medication is/was taken or should be taken
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... sequence Σ 0..1 integer The order of the dosage instructions
.... text Σ 0..1 string Free text dosage instructions e.g. SIG
.... patientInstruction Σ 0..1 string Patient or consumer oriented instructions
.... timing Σ 0..1 Timing When medication should be administered
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... repeat ΣC 0..1 Element When the event is to occur
Constraints: tim-1, tim-2, tim-4, tim-5, tim-6, tim-7, tim-8, tim-9, tim-10
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... bounds[x] Σ 0..1 Length/Range of lengths, or (Start and/or end) limits
....... boundsDuration Duration
....... boundsRange Range
....... boundsPeriod Period
...... count Σ 0..1 positiveInt Number of times to repeat
...... countMax Σ 0..1 positiveInt Maximum number of times to repeat
...... duration Σ 0..1 decimal How long when it happens
...... durationMax Σ 0..1 decimal How long when it happens (Max)
...... durationUnit Σ 0..1 code s | min | h | d | wk | mo | a - unit of time (UCUM)
Binding: UnitsOfTime (required): A unit of time (units from UCUM).
...... frequency Σ 0..1 positiveInt Event occurs frequency times per period
...... frequencyMax Σ 0..1 positiveInt Event occurs up to frequencyMax times per period
...... period Σ 0..1 decimal Event occurs frequency times per period
...... periodMax Σ 0..1 decimal Upper limit of period (3-4 hours)
...... periodUnit Σ 0..1 code s | min | h | d | wk | mo | a - unit of time (UCUM)
Binding: UnitsOfTime (required): A unit of time (units from UCUM).
...... dayOfWeek Σ 0..* code mon | tue | wed | thu | fri | sat | sun
Binding: DaysOfWeek (required)
...... timeOfDay Σ 0..* time Time of day for action
...... when Σ 0..* code Code for time period of occurrence
Binding: EventTiming (required): Real world event relating to the schedule.
...... offset Σ 0..1 unsignedInt Minutes from event (before or after)
.... route Σ 0..1 CodeableConcept How drug should enter body
Binding: SNOMEDCTRouteCodes (example): A coded concept describing the route or physiological path of administration of a therapeutic agent into or onto the body of a subject.
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... coding Σ 0..* Coding Code defined by a terminology system
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... system Σ 0..1 uri Identity of the terminology system
Fixed Value: https://bogotadigital.saludcapital.gov.co/hncat/fhir/AdminCatalogStructureRS/FMED_VIAA
...... version Σ 0..1 string Version of the system - if relevant
...... code Σ 0..1 code Symbol in syntax defined by the system
Example ej: 1
...... display Σ 0..1 string Representation defined by the system
Example ej: Bucal
...... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
..... text Σ 0..1 string Plain text representation of the concept
.... doseAndRate Σ 0..* Element Amount of medication administered
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... type Σ 0..1 CodeableConcept The kind of dose or rate specified
Binding: DoseAndRateType (example): The kind of dose or rate specified.
..... dose[x] Σ 0..1 Amount of medication per dose
...... doseRange Range
...... doseQuantity Quantity(SimpleQuantity)
..... rate[x] Σ 0..1 Amount of medication per unit of time
...... rateRatio Ratio
...... rateRange Range
...... rateQuantity Quantity(SimpleQuantity)

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. MedicationStatement 0..* MedicationStatement Record of medication being taken by a patient
... identifier Σ 1..* Identifier External identifier
Slice: Unordered, Open by pattern:use
... basedOn Σ 0..* Reference(HCEU - Medication Request | HCEU - Intramural - Care Plan | HCEU - Service Resquest) Fulfils plan, proposal or order
... note 0..* Annotation Further information about the statement

doco Documentation for this format

Esta estructura se deriva de MedicationStatement

Summary

Mandatory: 6 elements(1 nested mandatory element)
Must-Support: 4 elements
Fixed: 2 elements
Prohibited: 19 elements

Structures

This structure refers to these other structures:

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of MedicationStatement.identifier

Vista de diferencias

Esta estructura se deriva de MedicationStatement

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. MedicationStatement MedicationStatement
... Slices for identifier S 1..* Identifier External identifier
Slice: Unordered, Open by pattern:use
.... identifier:HISdentifier 1..1 Identifier External identifier
..... use 1..1 code usual | official | temp | secondary | old (If known)
Fixed Value: usual
..... type 0..0
..... system 1..1 uri The namespace for the identifier value
Example HIS uri: http://hospitalSystemInformation.example.org/MedicationStatements/
..... value 1..1 string The value that is unique
..... period 0..0
..... assigner 0..0
... basedOn S 0..* Reference(HCEU - Medication Request | HCEU - Intramural - Care Plan | HCEU - Service Resquest) Fulfils plan, proposal or order
... partOf 0..0
... statusReason 0..* CodeableConcept Reason for current status
Example e.j: {"coding":[{"system":"https://hl7.org/fhir/R4/valueset-reason-medication-status-codes.html","code":"182864000","display":"Drug not taken - side-effects"}]}
... category 0..1 CodeableConcept Type of medication usage
... medication[x] 1..1 Reference(HCEU - Medication) What medication was taken
... subject 1..1 Reference(HCEU - Patient) Who is/was taking the medication
... context 0..1 Reference(HCEU - Intramural - Encounter) Encounter / Episode associated with MedicationStatement
.... reference 1..1 string Literal reference, Relative, internal or absolute URL
.... type 0..0
.... identifier 0..0
.... display 0..0
... effective[x] 0..1 Period The date/time or interval when the medication is/was/will be taken
... informationSource 1..1 Reference(HCEU - Patient | HCEU - Practitioner | HCEU - PractitionerRole | HCEU - Related Person | HCEU - Organization) Person or organization that provided the information about the taking of this medication
... derivedFrom 0..0
... reasonCode 0..0
... reasonReference 0..* Reference(HCEU - Condition | HCEU - Diagnostic Report | HCEU - Intramural - Observation | HCEU - Observation vital signs) Condition or observation that supports why the medication is being/was taken
.... identifier 0..0
... note S 0..* Annotation Further information about the statement
... dosage S 0..* Dosage Details of how medication is/was taken or should be taken
.... additionalInstruction 0..0
.... timing
..... event 0..0
..... code 0..0
.... asNeeded[x] 0..0
.... site 0..0
.... route
..... coding
...... system 0..1 uri Identity of the terminology system
Fixed Value: https://bogotadigital.saludcapital.gov.co/hncat/fhir/AdminCatalogStructureRS/FMED_VIAA
...... code 0..1 code Symbol in syntax defined by the system
Example ej: 1
...... display 0..1 string Representation defined by the system
Example ej: Bucal
.... method 0..0
.... maxDosePerPeriod 0..0
.... maxDosePerAdministration 0..0
.... maxDosePerLifetime 0..0

doco Documentation for this format

Tabla de resumen

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. MedicationStatement 0..* MedicationStatement Record of medication being taken by a patient
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... Slices for identifier SΣ 1..* Identifier External identifier
Slice: Unordered, Open by pattern:use
.... identifier:HISdentifier Σ 1..1 Identifier External identifier
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!Σ 1..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
Fixed Value: usual
..... system Σ 1..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
Example HIS uri: http://hospitalSystemInformation.example.org/MedicationStatements/
..... value Σ 1..1 string The value that is unique
Example General: 123456
... basedOn SΣ 0..* Reference(HCEU - Medication Request | HCEU - Intramural - Care Plan | HCEU - Service Resquest) Fulfils plan, proposal or order
... status ?!Σ 1..1 code active | completed | stopped
Binding: Medication Status Codes (required): A coded concept indicating the current status of a MedicationStatement.
Example ej: stopped
... statusReason 0..* CodeableConcept Reason for current status
Binding: SNOMEDCTDrugTherapyStatusCodes (example): A coded concept indicating the reason for the status of the statement.

Example e.j: {"coding":[{"system":"https://hl7.org/fhir/R4/valueset-reason-medication-status-codes.html","code":"182864000","display":"Drug not taken - side-effects"}]}
... category Σ 0..1 CodeableConcept Type of medication usage
Binding: Medication usage category codes (preferred): A coded concept identifying where the medication included in the MedicationStatement is expected to be consumed or administered.
... medication[x] Σ 1..1 Reference(HCEU - Medication) What medication was taken
... subject Σ 1..1 Reference(HCEU - Patient) Who is/was taking the medication
... context Σ 0..1 Reference(HCEU - Intramural - Encounter) Encounter / Episode associated with MedicationStatement
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... reference ΣC 1..1 string Literal reference, Relative, internal or absolute URL
... effective[x] Σ 0..1 Period The date/time or interval when the medication is/was/will be taken
... dateAsserted Σ 0..1 dateTime When the statement was asserted?
... informationSource 1..1 Reference(HCEU - Patient | HCEU - Practitioner | HCEU - PractitionerRole | HCEU - Related Person | HCEU - Organization) Person or organization that provided the information about the taking of this medication
... reasonReference 0..* Reference(HCEU - Condition | HCEU - Diagnostic Report | HCEU - Intramural - Observation | HCEU - Observation vital signs) Condition or observation that supports why the medication is being/was taken
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).
.... display Σ 0..1 string Text alternative for the resource
... note S 0..* Annotation Further information about the statement
... dosage S 0..* Dosage Details of how medication is/was taken or should be taken
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... sequence Σ 0..1 integer The order of the dosage instructions
.... text Σ 0..1 string Free text dosage instructions e.g. SIG
.... patientInstruction Σ 0..1 string Patient or consumer oriented instructions
.... timing Σ 0..1 Timing When medication should be administered
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... repeat ΣC 0..1 Element When the event is to occur
Constraints: tim-1, tim-2, tim-4, tim-5, tim-6, tim-7, tim-8, tim-9, tim-10
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... bounds[x] Σ 0..1 Length/Range of lengths, or (Start and/or end) limits
....... boundsDuration Duration
....... boundsRange Range
....... boundsPeriod Period
...... count Σ 0..1 positiveInt Number of times to repeat
...... countMax Σ 0..1 positiveInt Maximum number of times to repeat
...... duration Σ 0..1 decimal How long when it happens
...... durationMax Σ 0..1 decimal How long when it happens (Max)
...... durationUnit Σ 0..1 code s | min | h | d | wk | mo | a - unit of time (UCUM)
Binding: UnitsOfTime (required): A unit of time (units from UCUM).
...... frequency Σ 0..1 positiveInt Event occurs frequency times per period
...... frequencyMax Σ 0..1 positiveInt Event occurs up to frequencyMax times per period
...... period Σ 0..1 decimal Event occurs frequency times per period
...... periodMax Σ 0..1 decimal Upper limit of period (3-4 hours)
...... periodUnit Σ 0..1 code s | min | h | d | wk | mo | a - unit of time (UCUM)
Binding: UnitsOfTime (required): A unit of time (units from UCUM).
...... dayOfWeek Σ 0..* code mon | tue | wed | thu | fri | sat | sun
Binding: DaysOfWeek (required)
...... timeOfDay Σ 0..* time Time of day for action
...... when Σ 0..* code Code for time period of occurrence
Binding: EventTiming (required): Real world event relating to the schedule.
...... offset Σ 0..1 unsignedInt Minutes from event (before or after)
.... route Σ 0..1 CodeableConcept How drug should enter body
Binding: SNOMEDCTRouteCodes (example): A coded concept describing the route or physiological path of administration of a therapeutic agent into or onto the body of a subject.
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... coding Σ 0..* Coding Code defined by a terminology system
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... system Σ 0..1 uri Identity of the terminology system
Fixed Value: https://bogotadigital.saludcapital.gov.co/hncat/fhir/AdminCatalogStructureRS/FMED_VIAA
...... version Σ 0..1 string Version of the system - if relevant
...... code Σ 0..1 code Symbol in syntax defined by the system
Example ej: 1
...... display Σ 0..1 string Representation defined by the system
Example ej: Bucal
...... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
..... text Σ 0..1 string Plain text representation of the concept
.... doseAndRate Σ 0..* Element Amount of medication administered
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... type Σ 0..1 CodeableConcept The kind of dose or rate specified
Binding: DoseAndRateType (example): The kind of dose or rate specified.
..... dose[x] Σ 0..1 Amount of medication per dose
...... doseRange Range
...... doseQuantity Quantity(SimpleQuantity)
..... rate[x] Σ 0..1 Amount of medication per unit of time
...... rateRatio Ratio
...... rateRange Range
...... rateQuantity Quantity(SimpleQuantity)

doco Documentation for this format

 

Otras representaciones de este perfil: Schematron

Terminology Bindings

PathConformanceValueSet / CodeURI
MedicationStatement.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
From the FHIR Standard
Additional Bindings Purpose
AllLanguages Max Binding
MedicationStatement.identifier:HISdentifier.userequiredFixed Value: usual
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
From the FHIR Standard
MedicationStatement.statusrequiredMedication Status Codes
http://hl7.org/fhir/ValueSet/medication-statement-status|4.0.1
From the FHIR Standard
MedicationStatement.statusReasonexampleSNOMEDCTDrugTherapyStatusCodes
http://hl7.org/fhir/ValueSet/reason-medication-status-codes
From the FHIR Standard
MedicationStatement.categorypreferredMedication usage category codes
http://hl7.org/fhir/ValueSet/medication-statement-category
From the FHIR Standard
MedicationStatement.reasonReference.typeextensibleResourceType
http://hl7.org/fhir/ValueSet/resource-types
From the FHIR Standard
MedicationStatement.dosage.timing.repeat.durationUnitrequiredUnitsOfTime
http://hl7.org/fhir/ValueSet/units-of-time|4.0.1
From the FHIR Standard
MedicationStatement.dosage.timing.repeat.periodUnitrequiredUnitsOfTime
http://hl7.org/fhir/ValueSet/units-of-time|4.0.1
From the FHIR Standard
MedicationStatement.dosage.timing.repeat.dayOfWeekrequiredDaysOfWeek
http://hl7.org/fhir/ValueSet/days-of-week|4.0.1
From the FHIR Standard
MedicationStatement.dosage.timing.repeat.whenrequiredEventTiming
http://hl7.org/fhir/ValueSet/event-timing|4.0.1
From the FHIR Standard
MedicationStatement.dosage.routeexampleSNOMEDCTRouteCodes
http://hl7.org/fhir/ValueSet/route-codes
From the FHIR Standard
MedicationStatement.dosage.doseAndRate.typeexampleDoseAndRateType
http://hl7.org/fhir/ValueSet/dose-rate-type
From the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorMedicationStatementIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorMedicationStatementIf 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-4errorMedicationStatementIf 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-5errorMedicationStatementIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceMedicationStatementA 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()
tim-1errorMedicationStatement.dosage.timing.repeatif there's a duration, there needs to be duration units
: duration.empty() or durationUnit.exists()
tim-2errorMedicationStatement.dosage.timing.repeatif there's a period, there needs to be period units
: period.empty() or periodUnit.exists()
tim-4errorMedicationStatement.dosage.timing.repeatduration SHALL be a non-negative value
: duration.exists() implies duration >= 0
tim-5errorMedicationStatement.dosage.timing.repeatperiod SHALL be a non-negative value
: period.exists() implies period >= 0
tim-6errorMedicationStatement.dosage.timing.repeatIf there's a periodMax, there must be a period
: periodMax.empty() or period.exists()
tim-7errorMedicationStatement.dosage.timing.repeatIf there's a durationMax, there must be a duration
: durationMax.empty() or duration.exists()
tim-8errorMedicationStatement.dosage.timing.repeatIf there's a countMax, there must be a count
: countMax.empty() or count.exists()
tim-9errorMedicationStatement.dosage.timing.repeatIf there's an offset, there must be a when (and not C, CM, CD, CV)
: offset.empty() or (when.exists() and ((when in ('C' | 'CM' | 'CD' | 'CV')).not()))
tim-10errorMedicationStatement.dosage.timing.repeatIf there's a timeOfDay, there cannot be a when, or vice versa
: timeOfDay.empty() or when.empty()