ahdis / ch-emed-pmp

FHIR Implementation Guide
1 stars 0 forks source link

Issues in Medication List document #29

Closed ziegm closed 1 year ago

ziegm commented 1 year ago

There are a few issues with the MedicationList (maybe already known):

Tested use case:

qligier commented 1 year ago
  • MedicationStatement.informationSource: minimum required = 1, but only found 0

Fixed.

  • Composition.section:list.title: minimum required = 1, but only found 0

Fixed.

  • Composition.section:list.text: minimum required = 1, but only found 0

Why is this required, and how to fill it? The Composition.section:card.text is optional in PMLC compositions.

ziegm commented 1 year ago

In CARD and PRE the minimum cardinality is 0 (changed in May 2021, see commit). This is because these two documents have a required original representation (PDF) and the other ones don't. Is that correct @oliveregger ?

oliveregger commented 1 year ago

origin why it was required: https://hl7.org/fhir/composition-definitions.html#Composition.section.text what is the narrative for the Medication List? QL will generate a summary for section:list.text

qligier commented 1 year ago

Redeployed with a better support for PML documents.