PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r4.id.core@0.1.0
    https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationStatement
description: A record of a medication that is being consumed by a patient.   A MedicationStatement may indicate that the patient may be taking the medication now or has taken the medication in the past or will be taking the medication in the future.  The source of this information can be the patient, significant other (such as a family member or spouse), or a clinician.  A common scenario where this information is captured is during the history taking process during a patient visit or stay.   The medication information may come from sources such as the patient's memory, from a prescription bottle,  or from a list of medications the patient, clinician or other party maintains. \n\nThe primary difference between a medication statement and a medication administration is that the medication administration has complete administration information and is based on actual administration information from the person who administered the medication.  A medication statement is often, if not always, less specific.  There is no required date/time when the medication was administered, in fact we only know that a source has reported the patient is taking this medication, where details such as time, quantity, or rate or even medication product may be incomplete or missing or less precise.  As stated earlier, the medication statement information may come from the patient's memory, from a prescription bottle or from a list of medications the patient, clinician or other party maintains.  Medication administration is more formal and is not missing detailed information.
package_name: hl7.fhir.r4.id.core
derivation: specialization
name: MedicationStatement
type: MedicationStatement
elements:
  category:
    short: Type of medication usage
    type: CodeableConcept
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/medication-statement-category'}
    isSummary: true
    index: 5
  dosage: {type: Dosage, short: Details of how medication is/was taken or should be taken, index: 22}
  derivedFrom:
    type: Reference
    short: Additional supporting information
    refers: ['http://hl7.org/fhir/StructureDefinition/Resource']
    index: 18
  reasonCode:
    type: CodeableConcept
    short: Reason for why the medication is being/was taken
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/condition-code'}
    index: 19
  medicationCodeableConcept: {short: What medication was taken, type: CodeableConcept, choiceOf: medication, isSummary: true, index: 8}
  statusReason:
    type: CodeableConcept
    short: Reason for current status
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/reason-medication-status-codes'}
    index: 4
  note: {type: Annotation, short: Further information about the statement, index: 21}
  effectiveDateTime: {short: The date/time or interval when the medication is/was/will be taken, type: dateTime, choiceOf: effective, isSummary: true, index: 14}
  status:
    isModifier: true
    short: active | completed | entered-in-error | intended | stopped | on-hold | unknown | not-taken
    type: code
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/medication-statement-status|4.0.1'}
    isModifierReason: This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid
    isSummary: true
    index: 3
  effective:
    short: The date/time or interval when the medication is/was/will be taken
    choices: [effectiveDateTime, effectivePeriod]
    isSummary: true
    index: 13
  identifier: {type: Identifier, short: External identifier, isSummary: true, index: 0}
  context:
    short: Encounter / Episode associated with MedicationStatement
    refers: ['http://hl7.org/fhir/StructureDefinition/Encounter', 'http://hl7.org/fhir/StructureDefinition/EpisodeOfCare']
    type: Reference
    isSummary: true
    index: 11
  dateAsserted: {type: dateTime, short: 'When the statement was asserted?', isSummary: true, index: 16}
  basedOn:
    short: Fulfils plan, proposal or order
    refers: ['http://hl7.org/fhir/StructureDefinition/CarePlan', 'http://hl7.org/fhir/StructureDefinition/MedicationRequest', 'http://hl7.org/fhir/StructureDefinition/ServiceRequest']
    type: Reference
    isSummary: true
    index: 1
  medicationReference:
    short: What medication was taken
    refers: ['http://hl7.org/fhir/StructureDefinition/Medication']
    type: Reference
    choiceOf: medication
    isSummary: true
    index: 9
  partOf:
    short: Part of referenced event
    refers: ['http://hl7.org/fhir/StructureDefinition/MedicationAdministration', 'http://hl7.org/fhir/StructureDefinition/MedicationDispense', 'http://hl7.org/fhir/StructureDefinition/MedicationStatement', 'http://hl7.org/fhir/StructureDefinition/Observation', 'http://hl7.org/fhir/StructureDefinition/Procedure']
    type: Reference
    isSummary: true
    index: 2
  informationSource:
    type: Reference
    short: Person or organization that provided the information about the taking of this medication
    refers: ['http://hl7.org/fhir/StructureDefinition/Organization', 'http://hl7.org/fhir/StructureDefinition/Patient', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson']
    index: 17
  subject:
    short: Who is/was taking  the medication
    refers: ['http://hl7.org/fhir/StructureDefinition/Group', 'http://hl7.org/fhir/StructureDefinition/Patient']
    type: Reference
    isSummary: true
    index: 10
  effectivePeriod: {short: The date/time or interval when the medication is/was/will be taken, type: Period, choiceOf: effective, isSummary: true, index: 15}
  medication:
    short: What medication was taken
    choices: [medicationCodeableConcept, medicationReference]
    isSummary: true
    index: 7
  reasonReference:
    type: Reference
    short: Condition or observation that supports why the medication is being/was taken
    refers: ['http://hl7.org/fhir/StructureDefinition/Condition', 'http://hl7.org/fhir/StructureDefinition/DiagnosticReport', 'http://hl7.org/fhir/StructureDefinition/Observation']
    index: 20
package_version: 0.1.0
class: resource
kind: resource
url: https://fhir.kemkes.go.id/r4/StructureDefinition/MedicationStatement
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 4.0.1
required: [medicationCodeableConcept, status, subject, medication, medicationReference]