PackagesCanonicalsLogsProblems
    Packages
    ihe.pharm.meow@1.0.0-preview
    https://profiles.ihe.net/PHARM/MEOW/StructureDefinition/MedicationOverviewLM
description: Logical model for the whole medication overview (medication schema)
package_name: ihe.pharm.meow
derivation: specialization
name: MedicationOverviewLM
type: https://profiles.ihe.net/PHARM/MEOW/StructureDefinition/MedicationOverviewLM
elements:
  patient: {type: 'https://profiles.ihe.net/PHARM/MEOW/StructureDefinition/PatientLM', short: Patient, index: 0}
  medicationTreatmentLine: {type: 'https://profiles.ihe.net/PHARM/MEOW/StructureDefinition/MedicationTreatmentLineLM', short: List item in the list of all current medication based treatments. Each line can be verified or unverified., array: true, index: 1}
  verification:
    type: BackboneElement
    short: Verification of overview
    index: 2
    elements:
      practicioner:
        type: Reference
        short: HCP verifying the treatments/overview
        refers: ['https://profiles.ihe.net/PHARM/MEOW/StructureDefinition/PractitionerLM']
        index: 3
      verificationTime: {type: dateTime, short: Time of the verification of the overview, index: 4}
    required: [practicioner, verificationTime]
  comment:
    type: BackboneElement
    short: Comment on the full overview
    array: true
    index: 5
    elements:
      author:
        type: Reference
        short: author of the comment (pharmacist, doctor, social carer)
        refers: ['https://profiles.ihe.net/PHARM/MEOW/StructureDefinition/PractitionerLM']
        index: 6
      date: {type: dateTime, short: time of comment, index: 7}
      commentText: {type: string, short: content of the comment, index: 8}
      subject: {type: Reference, short: 'What the comment is about. It can reference either a treatment line, treatment, or full overview', array: true, index: 9}
    required: [author, commentText, date]
package_version: 1.0.0-preview
class: logical
kind: logical
url: https://profiles.ihe.net/PHARM/MEOW/StructureDefinition/MedicationOverviewLM
base: http://hl7.org/fhir/StructureDefinition/Base
version: 1.0.0-preview
required: [patient]