Extensions for Using Data Elements from FHIR DSTU2 in FHIR R5 - Downloaded Version null See the Directory of published versions
| Official URL: http://hl7.org/fhir/1.0/StructureDefinition/profile-MedicationStatement | Version: 0.1.0 | |||
| Standards status: Trial-use | Maturity Level: 0 | Computable Name: Profile_R2_MedicationStatement_R5 | ||
This cross-version profile allows DSTU2 MedicationStatement content to be represented via FHIR R5 MedicationStatement resources.
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..* | MedicationStatement(5.0.0) | Record of medication being taken by a patient | |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
0..* | Resource | Contained, inline Resources | |
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |
![]() ![]() ![]() |
0..* | CodeableConcept | DSTU2: True if asserting medication was not given (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.reasonNotTaken Binding: SNOMEDCTReasonMedicationNotGivenCodes (example): A set of codes indicating the reason why the MedicationAdministration is negated. Constraints: ext-1 | |
![]() ![]() ![]() |
0..1 | CodeableConcept, Reference(Cross-version Profile for DSTU2.Condition for use in FHIR R5(0.1.0) | Condition) | DSTU2: (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.reasonForUse Constraints: ext-1 | |
![]() ![]() |
?!Σ | 0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 |
![]() ![]() ![]() |
?!Σ | 0..1 | boolean | DSTU2: True if medication is/was not being taken (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.wasNotTaken Constraints: ext-1 |
![]() ![]() |
?!Σ | 1..1 | code | recorded | entered-in-error | draft Binding: MedicationStatementStatusCodes (required): A coded concept indicating the current status of a MedicationStatement. |
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
0..1 | code | DSTU2: active | completed | entered-in-error | intended additional codes URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.status Binding: R2MedicationStatementStatusForR5 (0.1.0) (required): A set of codes indicating the current status of a MedicationStatement. Constraints: ext-1 | |
![]() ![]() |
Σ | 1..1 | CodeableReference(Medication) | What medication was taken Binding: SNOMEDCTMedicationCodes (example): A coded concept identifying the substance or product being taken. |
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
1..1 | Reference(Cross-version Profile for DSTU2.Medication for use in FHIR R5(0.1.0) | Medication) | DSTU2: medication additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.medication Constraints: ext-1 | |
![]() ![]() |
Σ | 1..1 | Reference(Patient | Group) | Who is/was taking the medication |
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
0..1 | Reference(Resource) | DSTU2: patient additional types URL: http://hl7.org/fhir/StructureDefinition/alternate-reference Constraints: ext-1 | |
![]() ![]() ![]() |
ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| MedicationStatement.status | Base | required |
MedicationStatement Status Codes
|
📍5.0.0 | tx.fhir.org |
| MedicationStatement.medication | Base | example | SNOMED CT Medication Codes | 📍5.0.0 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | MedicationStatement | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | MedicationStatement | 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().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
|
| dom-4 | error | MedicationStatement | 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 | MedicationStatement | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | MedicationStatement | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | MedicationStatement.implicitRules, MedicationStatement.extension, MedicationStatement.extension:reasonNotTaken, MedicationStatement.extension:reasonForUse, MedicationStatement.modifierExtension, MedicationStatement.modifierExtension:wasNotTaken, MedicationStatement.status, MedicationStatement.status.extension, MedicationStatement.status.extension:status, MedicationStatement.medication, MedicationStatement.medication.extension, MedicationStatement.medication.extension:medication, MedicationStatement.subject, MedicationStatement.subject.extension, MedicationStatement.subject.extension:patient, MedicationStatement.subject.reference | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | MedicationStatement.extension, MedicationStatement.extension:reasonNotTaken, MedicationStatement.extension:reasonForUse, MedicationStatement.modifierExtension, MedicationStatement.modifierExtension:wasNotTaken, MedicationStatement.status.extension, MedicationStatement.status.extension:status, MedicationStatement.medication.extension, MedicationStatement.medication.extension:medication, MedicationStatement.subject.extension, MedicationStatement.subject.extension:patient | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
This structure is derived from MedicationStatement
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
0..* | MedicationStatement(5.0.0) | Record of medication being taken by a patient | |||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Meta | DSTU2: meta additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.meta Constraints: ext-1 | |||||
![]() ![]() ![]() |
Σ | 0..1 | id | Version specific identifier | ||||
![]() ![]() ![]() |
Σ | 0..1 | instant | When the resource version last changed | ||||
![]() ![]() ![]() |
Σ | 0..1 | uri | Identifies where the resource comes from | ||||
![]() ![]() ![]() |
Σ | 0..* | canonical(StructureDefinition) | Profiles this resource claims to conform to | ||||
![]() ![]() ![]() |
Σ | 0..* | Coding | Security Labels applied to this resource Binding: AllSecurityLabels (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: AllLanguages (required): IETF language tag for 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..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | (Complex) | DSTU2: text additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.text Constraints: ext-1 | |||||
![]() ![]() ![]() |
1..1 | code | generated | extensions | additional | empty Binding: NarrativeStatus (required): The status of a resource narrative. | |||||
![]() ![]() ![]() |
C | 1..1 | xhtml | Limited xhtml content Constraints: txt-1, txt-2 | ||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..* | CodeableConcept | DSTU2: True if asserting medication was not given (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.reasonNotTaken Binding: SNOMEDCTReasonMedicationNotGivenCodes (example): A set of codes indicating the reason why the MedicationAdministration is negated. Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept, Reference(Cross-version Profile for DSTU2.Condition for use in FHIR R5(0.1.0) | Condition) | DSTU2: (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.reasonForUse Constraints: ext-1 | |||||
![]() ![]() |
?!Σ | 0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | ||||
![]() ![]() ![]() |
?!Σ | 0..1 | boolean | DSTU2: True if medication is/was not being taken (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.wasNotTaken Constraints: ext-1 | ||||
![]() ![]() |
Σ | 0..* | Identifier | External identifier | ||||
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..* | Identifier | DSTU2: identifier additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.identifier Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . | ||||
![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Description of identifier Binding: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. | ||||
![]() ![]() ![]() |
Σ | 0..1 | uri | The namespace for the identifier value Example General: http://www.acme.com/identifiers/patient | ||||
![]() ![]() ![]() |
ΣC | 0..1 | string | The value that is unique Example General: 123456 | ||||
![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
![]() ![]() |
0..* | Reference(Procedure | MedicationStatement) | Part of referenced event | |||||
![]() ![]() |
?!Σ | 1..1 | code | recorded | entered-in-error | draft Binding: MedicationStatementStatusCodes (required): A coded concept indicating the current status of a MedicationStatement. | ||||
![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | code | DSTU2: active | completed | entered-in-error | intended additional codes URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.status Binding: R2MedicationStatementStatusForR5 (0.1.0) (required): A set of codes indicating the current status of a MedicationStatement. Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..1 | code | Primitive value for code | |||||
![]() ![]() |
Σ | 0..* | CodeableConcept | Type of medication statement Binding: MedicationRequestAdministrationLocationCodes (example): A coded concept identifying where the medication included in the MedicationStatement is expected to be consumed or administered. | ||||
![]() ![]() |
Σ | 1..1 | CodeableReference(Medication) | What medication was taken Binding: SNOMEDCTMedicationCodes (example): A coded concept identifying the substance or product being taken. | ||||
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
1..1 | Reference(Cross-version Profile for DSTU2.Medication for use in FHIR R5(0.1.0) | Medication) | DSTU2: medication additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.medication Constraints: ext-1 | |||||
![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Reference to a concept (by class) | ||||
![]() ![]() ![]() |
Σ | 0..1 | Reference() | Reference to a resource (by instance) | ||||
![]() ![]() |
Σ | 1..1 | Reference(Patient | Group) | Who is/was taking the medication | ||||
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Reference(Resource) | DSTU2: patient additional types URL: http://hl7.org/fhir/StructureDefinition/alternate-reference Constraints: ext-1 | |||||
![]() ![]() ![]() |
ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||
![]() ![]() ![]() |
Σ | 0..1 | uri | Type the reference refers to (e.g. "Patient") - must be a resource in resources Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model). | ||||
![]() ![]() ![]() |
ΣC | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() |
ΣC | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() |
Σ | 0..1 | Reference(Encounter) | Encounter associated with MedicationStatement | ||||
![]() ![]() |
Σ | 0..1 | The date/time or interval when the medication is/was/will be taken | |||||
![]() ![]() ![]() |
dateTime | |||||||
![]() ![]() ![]() |
Period | |||||||
![]() ![]() ![]() |
Timing | |||||||
![]() ![]() |
Σ | 0..1 | dateTime | When the usage was asserted? | ||||
![]() ![]() |
0..* | Reference(Patient | Practitioner | PractitionerRole | RelatedPerson | Organization) | Person or organization that provided the information about the taking of this medication | |||||
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Reference(Resource) | DSTU2: URL: http://hl7.org/fhir/StructureDefinition/alternate-reference Constraints: ext-1 | |||||
![]() ![]() ![]() |
ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||
![]() ![]() ![]() |
Σ | 0..1 | uri | Type the reference refers to (e.g. "Patient") - must be a resource in resources Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model). | ||||
![]() ![]() ![]() |
ΣC | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() |
ΣC | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() |
0..* | Reference(Resource) | Link to information used to derive the MedicationStatement | |||||
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Reference(Resource) | DSTU2: Additional supporting information additional types URL: http://hl7.org/fhir/StructureDefinition/alternate-reference Constraints: ext-1 | |||||
![]() ![]() ![]() |
ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||
![]() ![]() ![]() |
Σ | 0..1 | uri | Type the reference refers to (e.g. "Patient") - must be a resource in resources Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model). | ||||
![]() ![]() ![]() |
ΣC | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() |
ΣC | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() |
0..* | CodeableReference(Condition | Observation | DiagnosticReport) | Reason for why the medication is being/was taken Binding: ConditionProblemDiagnosisCodes (example): A coded concept identifying why the medication is being taken. | |||||
![]() ![]() |
0..* | Annotation | Further information about the usage | |||||
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | string | DSTU2: Further information about the statement additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.note Constraints: ext-1 | |||||
![]() ![]() ![]() |
Σ | 0..1 | Individual responsible for the annotation | |||||
![]() ![]() ![]() ![]() |
Reference(Practitioner | PractitionerRole | Patient | RelatedPerson | Organization) | |||||||
![]() ![]() ![]() ![]() |
string | |||||||
![]() ![]() ![]() |
Σ | 0..1 | dateTime | When the annotation was made | ||||
![]() ![]() ![]() |
Σ | 1..1 | markdown | The annotation - text content (as markdown) | ||||
![]() ![]() |
0..* | Reference(Observation | Condition) | Link to information relevant to the usage of a medication | |||||
![]() ![]() |
0..1 | markdown | Full representation of the dosage instructions | |||||
![]() ![]() |
0..* | Dosage | Details of how medication is/was taken or should be taken | |||||
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | string | DSTU2: Reported dosage information additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.text Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Timing | DSTU2: When/how often was medication taken additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.timing Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | boolean, CodeableConcept | DSTU2: Take "as needed" (for x) additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.asNeeded Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | CodeableConcept, Reference(Cross-version Profile for DSTU2.BodySite for use in FHIR R5(0.1.0) | BodyStructure) | DSTU2: Where (on body) medication is/was administered additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.site Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | DSTU2: How the medication entered the body additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.route Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | DSTU2: Technique used to administer medication additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.method Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | SimpleQuantity(5.0.0), Range | DSTU2: Amount administered in one dose additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.quantity Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Ratio, Range | DSTU2: Dose quantity per unit of time additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.rate Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Ratio | DSTU2: Maximum dose that was consumed per unit of time additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.maxDosePerPeriod Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
Σ | 0..1 | integer | The order of the dosage instructions | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Free text dosage instructions e.g. SIG | ||||
![]() ![]() ![]() |
Σ | 0..* | CodeableConcept | Supplemental instruction or warnings to the patient - e.g. "with meals", "may cause drowsiness" Binding: SNOMEDCTAdditionalDosageInstructions (example): A coded concept identifying additional instructions such as "take with water" or "avoid operating heavy machinery". | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Patient or consumer oriented instructions | ||||
![]() ![]() ![]() |
Σ | 0..1 | Timing | When medication should be administered | ||||
![]() ![]() ![]() |
ΣC | 0..1 | boolean | Take "as needed" | ||||
![]() ![]() ![]() |
ΣC | 0..* | CodeableConcept | Take "as needed" (for x) Binding: SNOMEDCTMedicationAsNeededReasonCodes (example): A coded concept identifying the precondition that should be met or evaluated prior to consuming or administering a medication dose. For example "pain", "30 minutes prior to sexual intercourse", "on flare-up" etc. | ||||
![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Body site to administer to Binding: SNOMEDCTAnatomicalStructureAdministrationSites (example): A coded concept describing the site location the medicine enters into or onto the body. | ||||
![]() ![]() ![]() |
Σ | 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. | ||||
![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Technique for administering medication Binding: SNOMEDCTAdministrationMethodCodes (example): A coded concept describing the technique by which the medicine is administered. | ||||
![]() ![]() ![]() |
Σ | 0..* | Element | Amount of medication administered, to be administered or typical amount to be administered | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | The kind of dose or rate specified Binding: DoseAndRateType (2.0.0) (example): The kind of dose or rate specified. | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Amount of medication per dose | |||||
![]() ![]() ![]() ![]() ![]() |
Range | |||||||
![]() ![]() ![]() ![]() ![]() |
Quantity(SimpleQuantity) | |||||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Amount of medication per unit of time | |||||
![]() ![]() ![]() ![]() ![]() |
Ratio | |||||||
![]() ![]() ![]() ![]() ![]() |
Range | |||||||
![]() ![]() ![]() ![]() ![]() |
Quantity(SimpleQuantity) | |||||||
![]() ![]() ![]() |
Σ | 0..* | Ratio | Upper limit on medication per unit of time | ||||
![]() ![]() ![]() |
Σ | 0..1 | SimpleQuantity(5.0.0) | Upper limit on medication per administration | ||||
![]() ![]() ![]() |
Σ | 0..1 | SimpleQuantity(5.0.0) | Upper limit on medication per lifetime of the patient | ||||
![]() ![]() |
Σ | 0..1 | BackboneElement | Indicates whether the medication is or is not being consumed or administered | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
Σ | 1..1 | CodeableConcept | Type of adherence Binding: MedicationStatementAdherenceCodes (example) | ||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Details of the reason for the current use of the medication Binding: SNOMEDCTDrugTherapyStatusCodes (example) | |||||
Documentation for this format | ||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| MedicationStatement.meta.security | Base | extensible |
All Security Labels
|
📍5.0.0 | tx.fhir.org |
| MedicationStatement.meta.tag | Base | example | Common Tags | 📍5.0.0 | FHIR Std. |
| MedicationStatement.language | Base | required | All Languages | 📍5.0.0 | FHIR Std. |
| MedicationStatement.text.status | Base | required | NarrativeStatus | 📍5.0.0 | FHIR Std. |
| MedicationStatement.identifier.use | Base | required | IdentifierUse | 📍5.0.0 | FHIR Std. |
| MedicationStatement.identifier.type | Base | extensible | Identifier Type Codes | 📍5.0.0 | FHIR Std. |
| MedicationStatement.status | Base | required |
MedicationStatement Status Codes
|
📍5.0.0 | tx.fhir.org |
| MedicationStatement.category | Base | example | medicationRequest Administration Location Codes | 📍5.0.0 | FHIR Std. |
| MedicationStatement.medication | Base | example | SNOMED CT Medication Codes | 📍5.0.0 | FHIR Std. |
| MedicationStatement.subject.type | Base | extensible |
Resource Types
|
📍5.0.0 | tx.fhir.org |
| MedicationStatement.informationSource.type | Base | extensible |
Resource Types
|
📍5.0.0 | tx.fhir.org |
| MedicationStatement.derivedFrom.type | Base | extensible |
Resource Types
|
📍5.0.0 | tx.fhir.org |
| MedicationStatement.reason | Base | example | Condition/Problem/Diagnosis Codes | 📍5.0.0 | FHIR Std. |
| MedicationStatement.dosage.additionalInstruction | Base | example | SNOMED CT Additional Dosage Instructions | 📍5.0.0 | FHIR Std. |
| MedicationStatement.dosage.asNeededFor | Base | example | SNOMED CT Medication As Needed Reason Codes | 📍5.0.0 | FHIR Std. |
| MedicationStatement.dosage.site | Base | example | SNOMED CT Anatomical Structure for Administration Site Codes | 📍5.0.0 | FHIR Std. |
| MedicationStatement.dosage.route | Base | example | SNOMED CT Route Codes | 📍5.0.0 | FHIR Std. |
| MedicationStatement.dosage.method | Base | example | SNOMED CT Administration Method Codes | 📍5.0.0 | FHIR Std. |
| MedicationStatement.dosage.doseAndRate.type | Base | example | DoseAndRateType | 📍2.0.0 | THO v7.1 |
| MedicationStatement.adherence.code | Base | example | MedicationStatement Adherence Codes | 📍5.0.0 | FHIR Std. |
| MedicationStatement.adherence.reason | Base | example | SNOMED CT Drug Therapy Status codes | 📍5.0.0 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | MedicationStatement | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | MedicationStatement | 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().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
|
| dom-4 | error | MedicationStatement | 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 | MedicationStatement | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | MedicationStatement | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | MedicationStatement.meta, MedicationStatement.meta.extension, MedicationStatement.meta.extension:meta, MedicationStatement.meta.versionId, MedicationStatement.meta.lastUpdated, MedicationStatement.meta.source, MedicationStatement.meta.profile, MedicationStatement.meta.security, MedicationStatement.meta.tag, MedicationStatement.implicitRules, MedicationStatement.language, MedicationStatement.text, MedicationStatement.text.extension, MedicationStatement.text.extension:text, MedicationStatement.text.status, MedicationStatement.text.div, MedicationStatement.extension, MedicationStatement.extension:reasonNotTaken, MedicationStatement.extension:reasonForUse, MedicationStatement.modifierExtension, MedicationStatement.modifierExtension:wasNotTaken, MedicationStatement.identifier, MedicationStatement.identifier.extension, MedicationStatement.identifier.extension:identifier, MedicationStatement.identifier.use, MedicationStatement.identifier.type, MedicationStatement.identifier.system, MedicationStatement.identifier.value, MedicationStatement.identifier.period, MedicationStatement.identifier.assigner, MedicationStatement.partOf, MedicationStatement.status, MedicationStatement.status.extension, MedicationStatement.status.extension:status, MedicationStatement.category, MedicationStatement.medication, MedicationStatement.medication.extension, MedicationStatement.medication.extension:medication, MedicationStatement.medication.concept, MedicationStatement.medication.reference, MedicationStatement.subject, MedicationStatement.subject.extension, MedicationStatement.subject.extension:patient, MedicationStatement.subject.reference, MedicationStatement.subject.type, MedicationStatement.subject.identifier, MedicationStatement.subject.display, MedicationStatement.encounter, MedicationStatement.effective[x], MedicationStatement.dateAsserted, MedicationStatement.informationSource, MedicationStatement.informationSource.extension, MedicationStatement.informationSource.extension:informationSource, MedicationStatement.informationSource.reference, MedicationStatement.informationSource.type, MedicationStatement.informationSource.identifier, MedicationStatement.informationSource.display, MedicationStatement.derivedFrom, MedicationStatement.derivedFrom.extension, MedicationStatement.derivedFrom.extension:supportingInformation, MedicationStatement.derivedFrom.reference, MedicationStatement.derivedFrom.type, MedicationStatement.derivedFrom.identifier, MedicationStatement.derivedFrom.display, MedicationStatement.reason, MedicationStatement.note, MedicationStatement.note.extension, MedicationStatement.note.extension:note, MedicationStatement.note.author[x], MedicationStatement.note.time, MedicationStatement.note.text, MedicationStatement.relatedClinicalInformation, MedicationStatement.renderedDosageInstruction, MedicationStatement.dosage, MedicationStatement.dosage.extension, MedicationStatement.dosage.extension:text, MedicationStatement.dosage.extension:timing, MedicationStatement.dosage.extension:asNeeded, MedicationStatement.dosage.extension:site, MedicationStatement.dosage.extension:route, MedicationStatement.dosage.extension:method, MedicationStatement.dosage.extension:quantity, MedicationStatement.dosage.extension:rate, MedicationStatement.dosage.extension:maxDosePerPeriod, MedicationStatement.dosage.modifierExtension, MedicationStatement.dosage.sequence, MedicationStatement.dosage.text, MedicationStatement.dosage.additionalInstruction, MedicationStatement.dosage.patientInstruction, MedicationStatement.dosage.timing, MedicationStatement.dosage.asNeeded, MedicationStatement.dosage.asNeededFor, MedicationStatement.dosage.site, MedicationStatement.dosage.route, MedicationStatement.dosage.method, MedicationStatement.dosage.doseAndRate, MedicationStatement.dosage.doseAndRate.extension, MedicationStatement.dosage.doseAndRate.type, MedicationStatement.dosage.doseAndRate.dose[x], MedicationStatement.dosage.doseAndRate.rate[x], MedicationStatement.dosage.maxDosePerPeriod, MedicationStatement.dosage.maxDosePerAdministration, MedicationStatement.dosage.maxDosePerLifetime, MedicationStatement.adherence, MedicationStatement.adherence.extension, MedicationStatement.adherence.modifierExtension, MedicationStatement.adherence.code, MedicationStatement.adherence.reason | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | MedicationStatement.meta.extension, MedicationStatement.meta.extension:meta, MedicationStatement.text.extension, MedicationStatement.text.extension:text, MedicationStatement.extension, MedicationStatement.extension:reasonNotTaken, MedicationStatement.extension:reasonForUse, MedicationStatement.modifierExtension, MedicationStatement.modifierExtension:wasNotTaken, MedicationStatement.identifier.extension, MedicationStatement.identifier.extension:identifier, MedicationStatement.status.extension, MedicationStatement.status.extension:status, MedicationStatement.medication.extension, MedicationStatement.medication.extension:medication, MedicationStatement.subject.extension, MedicationStatement.subject.extension:patient, MedicationStatement.informationSource.extension, MedicationStatement.informationSource.extension:informationSource, MedicationStatement.derivedFrom.extension, MedicationStatement.derivedFrom.extension:supportingInformation, MedicationStatement.note.extension, MedicationStatement.note.extension:note, MedicationStatement.dosage.extension, MedicationStatement.dosage.extension:text, MedicationStatement.dosage.extension:timing, MedicationStatement.dosage.extension:asNeeded, MedicationStatement.dosage.extension:site, MedicationStatement.dosage.extension:route, MedicationStatement.dosage.extension:method, MedicationStatement.dosage.extension:quantity, MedicationStatement.dosage.extension:rate, MedicationStatement.dosage.extension:maxDosePerPeriod, MedicationStatement.dosage.modifierExtension, MedicationStatement.dosage.doseAndRate.extension, MedicationStatement.adherence.extension, MedicationStatement.adherence.modifierExtension | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| txt-1 | error | MedicationStatement.text.div | The narrative SHALL contain only the basic html formatting elements and attributes described in chapters 7-11 (except section 4 of chapter 9) and 15 of the HTML 4.0 standard, <a> elements (either name or href), images and internally contained style attributes |
htmlChecks()
|
| txt-2 | error | MedicationStatement.text.div | The narrative SHALL have some non-whitespace content |
htmlChecks()
|
This structure is derived from MedicationStatement
Summary
Extensions
This structure refers to these extensions:
Maturity: 0
Key Elements View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | MedicationStatement(5.0.0) | Record of medication being taken by a patient | |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
0..* | Resource | Contained, inline Resources | |
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |
![]() ![]() ![]() |
0..* | CodeableConcept | DSTU2: True if asserting medication was not given (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.reasonNotTaken Binding: SNOMEDCTReasonMedicationNotGivenCodes (example): A set of codes indicating the reason why the MedicationAdministration is negated. Constraints: ext-1 | |
![]() ![]() ![]() |
0..1 | CodeableConcept, Reference(Cross-version Profile for DSTU2.Condition for use in FHIR R5(0.1.0) | Condition) | DSTU2: (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.reasonForUse Constraints: ext-1 | |
![]() ![]() |
?!Σ | 0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 |
![]() ![]() ![]() |
?!Σ | 0..1 | boolean | DSTU2: True if medication is/was not being taken (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.wasNotTaken Constraints: ext-1 |
![]() ![]() |
?!Σ | 1..1 | code | recorded | entered-in-error | draft Binding: MedicationStatementStatusCodes (required): A coded concept indicating the current status of a MedicationStatement. |
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
0..1 | code | DSTU2: active | completed | entered-in-error | intended additional codes URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.status Binding: R2MedicationStatementStatusForR5 (0.1.0) (required): A set of codes indicating the current status of a MedicationStatement. Constraints: ext-1 | |
![]() ![]() |
Σ | 1..1 | CodeableReference(Medication) | What medication was taken Binding: SNOMEDCTMedicationCodes (example): A coded concept identifying the substance or product being taken. |
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
1..1 | Reference(Cross-version Profile for DSTU2.Medication for use in FHIR R5(0.1.0) | Medication) | DSTU2: medication additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.medication Constraints: ext-1 | |
![]() ![]() |
Σ | 1..1 | Reference(Patient | Group) | Who is/was taking the medication |
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
0..1 | Reference(Resource) | DSTU2: patient additional types URL: http://hl7.org/fhir/StructureDefinition/alternate-reference Constraints: ext-1 | |
![]() ![]() ![]() |
ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| MedicationStatement.status | Base | required |
MedicationStatement Status Codes
|
📍5.0.0 | tx.fhir.org |
| MedicationStatement.medication | Base | example | SNOMED CT Medication Codes | 📍5.0.0 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | MedicationStatement | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | MedicationStatement | 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().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
|
| dom-4 | error | MedicationStatement | 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 | MedicationStatement | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | MedicationStatement | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | MedicationStatement.implicitRules, MedicationStatement.extension, MedicationStatement.extension:reasonNotTaken, MedicationStatement.extension:reasonForUse, MedicationStatement.modifierExtension, MedicationStatement.modifierExtension:wasNotTaken, MedicationStatement.status, MedicationStatement.status.extension, MedicationStatement.status.extension:status, MedicationStatement.medication, MedicationStatement.medication.extension, MedicationStatement.medication.extension:medication, MedicationStatement.subject, MedicationStatement.subject.extension, MedicationStatement.subject.extension:patient, MedicationStatement.subject.reference | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | MedicationStatement.extension, MedicationStatement.extension:reasonNotTaken, MedicationStatement.extension:reasonForUse, MedicationStatement.modifierExtension, MedicationStatement.modifierExtension:wasNotTaken, MedicationStatement.status.extension, MedicationStatement.status.extension:status, MedicationStatement.medication.extension, MedicationStatement.medication.extension:medication, MedicationStatement.subject.extension, MedicationStatement.subject.extension:patient | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
Differential View
This structure is derived from MedicationStatement
Snapshot View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
0..* | MedicationStatement(5.0.0) | Record of medication being taken by a patient | |||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Meta | DSTU2: meta additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.meta Constraints: ext-1 | |||||
![]() ![]() ![]() |
Σ | 0..1 | id | Version specific identifier | ||||
![]() ![]() ![]() |
Σ | 0..1 | instant | When the resource version last changed | ||||
![]() ![]() ![]() |
Σ | 0..1 | uri | Identifies where the resource comes from | ||||
![]() ![]() ![]() |
Σ | 0..* | canonical(StructureDefinition) | Profiles this resource claims to conform to | ||||
![]() ![]() ![]() |
Σ | 0..* | Coding | Security Labels applied to this resource Binding: AllSecurityLabels (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: AllLanguages (required): IETF language tag for 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..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | (Complex) | DSTU2: text additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.text Constraints: ext-1 | |||||
![]() ![]() ![]() |
1..1 | code | generated | extensions | additional | empty Binding: NarrativeStatus (required): The status of a resource narrative. | |||||
![]() ![]() ![]() |
C | 1..1 | xhtml | Limited xhtml content Constraints: txt-1, txt-2 | ||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..* | CodeableConcept | DSTU2: True if asserting medication was not given (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.reasonNotTaken Binding: SNOMEDCTReasonMedicationNotGivenCodes (example): A set of codes indicating the reason why the MedicationAdministration is negated. Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept, Reference(Cross-version Profile for DSTU2.Condition for use in FHIR R5(0.1.0) | Condition) | DSTU2: (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.reasonForUse Constraints: ext-1 | |||||
![]() ![]() |
?!Σ | 0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | ||||
![]() ![]() ![]() |
?!Σ | 0..1 | boolean | DSTU2: True if medication is/was not being taken (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.wasNotTaken Constraints: ext-1 | ||||
![]() ![]() |
Σ | 0..* | Identifier | External identifier | ||||
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..* | Identifier | DSTU2: identifier additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.identifier Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . | ||||
![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Description of identifier Binding: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. | ||||
![]() ![]() ![]() |
Σ | 0..1 | uri | The namespace for the identifier value Example General: http://www.acme.com/identifiers/patient | ||||
![]() ![]() ![]() |
ΣC | 0..1 | string | The value that is unique Example General: 123456 | ||||
![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
![]() ![]() |
0..* | Reference(Procedure | MedicationStatement) | Part of referenced event | |||||
![]() ![]() |
?!Σ | 1..1 | code | recorded | entered-in-error | draft Binding: MedicationStatementStatusCodes (required): A coded concept indicating the current status of a MedicationStatement. | ||||
![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | code | DSTU2: active | completed | entered-in-error | intended additional codes URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.status Binding: R2MedicationStatementStatusForR5 (0.1.0) (required): A set of codes indicating the current status of a MedicationStatement. Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..1 | code | Primitive value for code | |||||
![]() ![]() |
Σ | 0..* | CodeableConcept | Type of medication statement Binding: MedicationRequestAdministrationLocationCodes (example): A coded concept identifying where the medication included in the MedicationStatement is expected to be consumed or administered. | ||||
![]() ![]() |
Σ | 1..1 | CodeableReference(Medication) | What medication was taken Binding: SNOMEDCTMedicationCodes (example): A coded concept identifying the substance or product being taken. | ||||
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
1..1 | Reference(Cross-version Profile for DSTU2.Medication for use in FHIR R5(0.1.0) | Medication) | DSTU2: medication additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.medication Constraints: ext-1 | |||||
![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Reference to a concept (by class) | ||||
![]() ![]() ![]() |
Σ | 0..1 | Reference() | Reference to a resource (by instance) | ||||
![]() ![]() |
Σ | 1..1 | Reference(Patient | Group) | Who is/was taking the medication | ||||
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Reference(Resource) | DSTU2: patient additional types URL: http://hl7.org/fhir/StructureDefinition/alternate-reference Constraints: ext-1 | |||||
![]() ![]() ![]() |
ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||
![]() ![]() ![]() |
Σ | 0..1 | uri | Type the reference refers to (e.g. "Patient") - must be a resource in resources Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model). | ||||
![]() ![]() ![]() |
ΣC | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() |
ΣC | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() |
Σ | 0..1 | Reference(Encounter) | Encounter associated with MedicationStatement | ||||
![]() ![]() |
Σ | 0..1 | The date/time or interval when the medication is/was/will be taken | |||||
![]() ![]() ![]() |
dateTime | |||||||
![]() ![]() ![]() |
Period | |||||||
![]() ![]() ![]() |
Timing | |||||||
![]() ![]() |
Σ | 0..1 | dateTime | When the usage was asserted? | ||||
![]() ![]() |
0..* | Reference(Patient | Practitioner | PractitionerRole | RelatedPerson | Organization) | Person or organization that provided the information about the taking of this medication | |||||
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Reference(Resource) | DSTU2: URL: http://hl7.org/fhir/StructureDefinition/alternate-reference Constraints: ext-1 | |||||
![]() ![]() ![]() |
ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||
![]() ![]() ![]() |
Σ | 0..1 | uri | Type the reference refers to (e.g. "Patient") - must be a resource in resources Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model). | ||||
![]() ![]() ![]() |
ΣC | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() |
ΣC | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() |
0..* | Reference(Resource) | Link to information used to derive the MedicationStatement | |||||
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Reference(Resource) | DSTU2: Additional supporting information additional types URL: http://hl7.org/fhir/StructureDefinition/alternate-reference Constraints: ext-1 | |||||
![]() ![]() ![]() |
ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||
![]() ![]() ![]() |
Σ | 0..1 | uri | Type the reference refers to (e.g. "Patient") - must be a resource in resources Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model). | ||||
![]() ![]() ![]() |
ΣC | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() |
ΣC | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() |
0..* | CodeableReference(Condition | Observation | DiagnosticReport) | Reason for why the medication is being/was taken Binding: ConditionProblemDiagnosisCodes (example): A coded concept identifying why the medication is being taken. | |||||
![]() ![]() |
0..* | Annotation | Further information about the usage | |||||
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | string | DSTU2: Further information about the statement additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.note Constraints: ext-1 | |||||
![]() ![]() ![]() |
Σ | 0..1 | Individual responsible for the annotation | |||||
![]() ![]() ![]() ![]() |
Reference(Practitioner | PractitionerRole | Patient | RelatedPerson | Organization) | |||||||
![]() ![]() ![]() ![]() |
string | |||||||
![]() ![]() ![]() |
Σ | 0..1 | dateTime | When the annotation was made | ||||
![]() ![]() ![]() |
Σ | 1..1 | markdown | The annotation - text content (as markdown) | ||||
![]() ![]() |
0..* | Reference(Observation | Condition) | Link to information relevant to the usage of a medication | |||||
![]() ![]() |
0..1 | markdown | Full representation of the dosage instructions | |||||
![]() ![]() |
0..* | Dosage | Details of how medication is/was taken or should be taken | |||||
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | string | DSTU2: Reported dosage information additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.text Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Timing | DSTU2: When/how often was medication taken additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.timing Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | boolean, CodeableConcept | DSTU2: Take "as needed" (for x) additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.asNeeded Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | CodeableConcept, Reference(Cross-version Profile for DSTU2.BodySite for use in FHIR R5(0.1.0) | BodyStructure) | DSTU2: Where (on body) medication is/was administered additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.site Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | DSTU2: How the medication entered the body additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.route Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | DSTU2: Technique used to administer medication additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.method Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | SimpleQuantity(5.0.0), Range | DSTU2: Amount administered in one dose additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.quantity Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Ratio, Range | DSTU2: Dose quantity per unit of time additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.rate Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Ratio | DSTU2: Maximum dose that was consumed per unit of time additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-MedicationStatement.dosage.maxDosePerPeriod Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
Σ | 0..1 | integer | The order of the dosage instructions | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Free text dosage instructions e.g. SIG | ||||
![]() ![]() ![]() |
Σ | 0..* | CodeableConcept | Supplemental instruction or warnings to the patient - e.g. "with meals", "may cause drowsiness" Binding: SNOMEDCTAdditionalDosageInstructions (example): A coded concept identifying additional instructions such as "take with water" or "avoid operating heavy machinery". | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Patient or consumer oriented instructions | ||||
![]() ![]() ![]() |
Σ | 0..1 | Timing | When medication should be administered | ||||
![]() ![]() ![]() |
ΣC | 0..1 | boolean | Take "as needed" | ||||
![]() ![]() ![]() |
ΣC | 0..* | CodeableConcept | Take "as needed" (for x) Binding: SNOMEDCTMedicationAsNeededReasonCodes (example): A coded concept identifying the precondition that should be met or evaluated prior to consuming or administering a medication dose. For example "pain", "30 minutes prior to sexual intercourse", "on flare-up" etc. | ||||
![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Body site to administer to Binding: SNOMEDCTAnatomicalStructureAdministrationSites (example): A coded concept describing the site location the medicine enters into or onto the body. | ||||
![]() ![]() ![]() |
Σ | 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. | ||||
![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Technique for administering medication Binding: SNOMEDCTAdministrationMethodCodes (example): A coded concept describing the technique by which the medicine is administered. | ||||
![]() ![]() ![]() |
Σ | 0..* | Element | Amount of medication administered, to be administered or typical amount to be administered | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | The kind of dose or rate specified Binding: DoseAndRateType (2.0.0) (example): The kind of dose or rate specified. | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Amount of medication per dose | |||||
![]() ![]() ![]() ![]() ![]() |
Range | |||||||
![]() ![]() ![]() ![]() ![]() |
Quantity(SimpleQuantity) | |||||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Amount of medication per unit of time | |||||
![]() ![]() ![]() ![]() ![]() |
Ratio | |||||||
![]() ![]() ![]() ![]() ![]() |
Range | |||||||
![]() ![]() ![]() ![]() ![]() |
Quantity(SimpleQuantity) | |||||||
![]() ![]() ![]() |
Σ | 0..* | Ratio | Upper limit on medication per unit of time | ||||
![]() ![]() ![]() |
Σ | 0..1 | SimpleQuantity(5.0.0) | Upper limit on medication per administration | ||||
![]() ![]() ![]() |
Σ | 0..1 | SimpleQuantity(5.0.0) | Upper limit on medication per lifetime of the patient | ||||
![]() ![]() |
Σ | 0..1 | BackboneElement | Indicates whether the medication is or is not being consumed or administered | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
Σ | 1..1 | CodeableConcept | Type of adherence Binding: MedicationStatementAdherenceCodes (example) | ||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Details of the reason for the current use of the medication Binding: SNOMEDCTDrugTherapyStatusCodes (example) | |||||
Documentation for this format | ||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| MedicationStatement.meta.security | Base | extensible |
All Security Labels
|
📍5.0.0 | tx.fhir.org |
| MedicationStatement.meta.tag | Base | example | Common Tags | 📍5.0.0 | FHIR Std. |
| MedicationStatement.language | Base | required | All Languages | 📍5.0.0 | FHIR Std. |
| MedicationStatement.text.status | Base | required | NarrativeStatus | 📍5.0.0 | FHIR Std. |
| MedicationStatement.identifier.use | Base | required | IdentifierUse | 📍5.0.0 | FHIR Std. |
| MedicationStatement.identifier.type | Base | extensible | Identifier Type Codes | 📍5.0.0 | FHIR Std. |
| MedicationStatement.status | Base | required |
MedicationStatement Status Codes
|
📍5.0.0 | tx.fhir.org |
| MedicationStatement.category | Base | example | medicationRequest Administration Location Codes | 📍5.0.0 | FHIR Std. |
| MedicationStatement.medication | Base | example | SNOMED CT Medication Codes | 📍5.0.0 | FHIR Std. |
| MedicationStatement.subject.type | Base | extensible |
Resource Types
|
📍5.0.0 | tx.fhir.org |
| MedicationStatement.informationSource.type | Base | extensible |
Resource Types
|
📍5.0.0 | tx.fhir.org |
| MedicationStatement.derivedFrom.type | Base | extensible |
Resource Types
|
📍5.0.0 | tx.fhir.org |
| MedicationStatement.reason | Base | example | Condition/Problem/Diagnosis Codes | 📍5.0.0 | FHIR Std. |
| MedicationStatement.dosage.additionalInstruction | Base | example | SNOMED CT Additional Dosage Instructions | 📍5.0.0 | FHIR Std. |
| MedicationStatement.dosage.asNeededFor | Base | example | SNOMED CT Medication As Needed Reason Codes | 📍5.0.0 | FHIR Std. |
| MedicationStatement.dosage.site | Base | example | SNOMED CT Anatomical Structure for Administration Site Codes | 📍5.0.0 | FHIR Std. |
| MedicationStatement.dosage.route | Base | example | SNOMED CT Route Codes | 📍5.0.0 | FHIR Std. |
| MedicationStatement.dosage.method | Base | example | SNOMED CT Administration Method Codes | 📍5.0.0 | FHIR Std. |
| MedicationStatement.dosage.doseAndRate.type | Base | example | DoseAndRateType | 📍2.0.0 | THO v7.1 |
| MedicationStatement.adherence.code | Base | example | MedicationStatement Adherence Codes | 📍5.0.0 | FHIR Std. |
| MedicationStatement.adherence.reason | Base | example | SNOMED CT Drug Therapy Status codes | 📍5.0.0 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | MedicationStatement | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | MedicationStatement | 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().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
|
| dom-4 | error | MedicationStatement | 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 | MedicationStatement | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | MedicationStatement | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | MedicationStatement.meta, MedicationStatement.meta.extension, MedicationStatement.meta.extension:meta, MedicationStatement.meta.versionId, MedicationStatement.meta.lastUpdated, MedicationStatement.meta.source, MedicationStatement.meta.profile, MedicationStatement.meta.security, MedicationStatement.meta.tag, MedicationStatement.implicitRules, MedicationStatement.language, MedicationStatement.text, MedicationStatement.text.extension, MedicationStatement.text.extension:text, MedicationStatement.text.status, MedicationStatement.text.div, MedicationStatement.extension, MedicationStatement.extension:reasonNotTaken, MedicationStatement.extension:reasonForUse, MedicationStatement.modifierExtension, MedicationStatement.modifierExtension:wasNotTaken, MedicationStatement.identifier, MedicationStatement.identifier.extension, MedicationStatement.identifier.extension:identifier, MedicationStatement.identifier.use, MedicationStatement.identifier.type, MedicationStatement.identifier.system, MedicationStatement.identifier.value, MedicationStatement.identifier.period, MedicationStatement.identifier.assigner, MedicationStatement.partOf, MedicationStatement.status, MedicationStatement.status.extension, MedicationStatement.status.extension:status, MedicationStatement.category, MedicationStatement.medication, MedicationStatement.medication.extension, MedicationStatement.medication.extension:medication, MedicationStatement.medication.concept, MedicationStatement.medication.reference, MedicationStatement.subject, MedicationStatement.subject.extension, MedicationStatement.subject.extension:patient, MedicationStatement.subject.reference, MedicationStatement.subject.type, MedicationStatement.subject.identifier, MedicationStatement.subject.display, MedicationStatement.encounter, MedicationStatement.effective[x], MedicationStatement.dateAsserted, MedicationStatement.informationSource, MedicationStatement.informationSource.extension, MedicationStatement.informationSource.extension:informationSource, MedicationStatement.informationSource.reference, MedicationStatement.informationSource.type, MedicationStatement.informationSource.identifier, MedicationStatement.informationSource.display, MedicationStatement.derivedFrom, MedicationStatement.derivedFrom.extension, MedicationStatement.derivedFrom.extension:supportingInformation, MedicationStatement.derivedFrom.reference, MedicationStatement.derivedFrom.type, MedicationStatement.derivedFrom.identifier, MedicationStatement.derivedFrom.display, MedicationStatement.reason, MedicationStatement.note, MedicationStatement.note.extension, MedicationStatement.note.extension:note, MedicationStatement.note.author[x], MedicationStatement.note.time, MedicationStatement.note.text, MedicationStatement.relatedClinicalInformation, MedicationStatement.renderedDosageInstruction, MedicationStatement.dosage, MedicationStatement.dosage.extension, MedicationStatement.dosage.extension:text, MedicationStatement.dosage.extension:timing, MedicationStatement.dosage.extension:asNeeded, MedicationStatement.dosage.extension:site, MedicationStatement.dosage.extension:route, MedicationStatement.dosage.extension:method, MedicationStatement.dosage.extension:quantity, MedicationStatement.dosage.extension:rate, MedicationStatement.dosage.extension:maxDosePerPeriod, MedicationStatement.dosage.modifierExtension, MedicationStatement.dosage.sequence, MedicationStatement.dosage.text, MedicationStatement.dosage.additionalInstruction, MedicationStatement.dosage.patientInstruction, MedicationStatement.dosage.timing, MedicationStatement.dosage.asNeeded, MedicationStatement.dosage.asNeededFor, MedicationStatement.dosage.site, MedicationStatement.dosage.route, MedicationStatement.dosage.method, MedicationStatement.dosage.doseAndRate, MedicationStatement.dosage.doseAndRate.extension, MedicationStatement.dosage.doseAndRate.type, MedicationStatement.dosage.doseAndRate.dose[x], MedicationStatement.dosage.doseAndRate.rate[x], MedicationStatement.dosage.maxDosePerPeriod, MedicationStatement.dosage.maxDosePerAdministration, MedicationStatement.dosage.maxDosePerLifetime, MedicationStatement.adherence, MedicationStatement.adherence.extension, MedicationStatement.adherence.modifierExtension, MedicationStatement.adherence.code, MedicationStatement.adherence.reason | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | MedicationStatement.meta.extension, MedicationStatement.meta.extension:meta, MedicationStatement.text.extension, MedicationStatement.text.extension:text, MedicationStatement.extension, MedicationStatement.extension:reasonNotTaken, MedicationStatement.extension:reasonForUse, MedicationStatement.modifierExtension, MedicationStatement.modifierExtension:wasNotTaken, MedicationStatement.identifier.extension, MedicationStatement.identifier.extension:identifier, MedicationStatement.status.extension, MedicationStatement.status.extension:status, MedicationStatement.medication.extension, MedicationStatement.medication.extension:medication, MedicationStatement.subject.extension, MedicationStatement.subject.extension:patient, MedicationStatement.informationSource.extension, MedicationStatement.informationSource.extension:informationSource, MedicationStatement.derivedFrom.extension, MedicationStatement.derivedFrom.extension:supportingInformation, MedicationStatement.note.extension, MedicationStatement.note.extension:note, MedicationStatement.dosage.extension, MedicationStatement.dosage.extension:text, MedicationStatement.dosage.extension:timing, MedicationStatement.dosage.extension:asNeeded, MedicationStatement.dosage.extension:site, MedicationStatement.dosage.extension:route, MedicationStatement.dosage.extension:method, MedicationStatement.dosage.extension:quantity, MedicationStatement.dosage.extension:rate, MedicationStatement.dosage.extension:maxDosePerPeriod, MedicationStatement.dosage.modifierExtension, MedicationStatement.dosage.doseAndRate.extension, MedicationStatement.adherence.extension, MedicationStatement.adherence.modifierExtension | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| txt-1 | error | MedicationStatement.text.div | The narrative SHALL contain only the basic html formatting elements and attributes described in chapters 7-11 (except section 4 of chapter 9) and 15 of the HTML 4.0 standard, <a> elements (either name or href), images and internally contained style attributes |
htmlChecks()
|
| txt-2 | error | MedicationStatement.text.div | The narrative SHALL have some non-whitespace content |
htmlChecks()
|
This structure is derived from MedicationStatement
Summary
Extensions
This structure refers to these extensions:
Maturity: 0
Other representations of profile: CSV, Excel, Schematron