hl7ch / ch-emed

FHIR Implementation Guide which defines the documents for the exchange of medication information in the context of the Swiss EPR
https://fhir.ch/ig/ch-emed/index.html
MIT License
1 stars 1 forks source link

Practitioner must be provided in Composition.author #80

Closed oliveregger closed 3 years ago

oliveregger commented 3 years ago

For the medication exchange formats the Author ('Behandelnder') is required for all the exchange formats. (This is also required in the base CDA-CH templates).

  1. The FHIR CH-EMED specification needs a reference to Practitioner or PractitionerRole. If PractitionerRole is used the the Practitioner within is not enforced (cardinality zero). We need to either remove the PractitionerRole as an author or require the practitionerRole that it contains a Practitioner.

  2. composition author targets: Device | CH Core Patient Profile EPR | RelatedPerson | CH Core Organization Profile EPR should be removed from all exchange formats (except for the Medication List where Device might be also added if it is used in a CMPD envirornement).

  3. Should we enforce Practitioner (Behandelnder) with Name Vorname GLN-Nr. Adresse PLZ Ort

ziegm commented 3 years ago

Anmerkung zu Punkt 2: Sollte Device wirklich entfernt werden? Bsp. von PAT '21 zu Composition.author

"author": [
  {
    "reference": "Device/Converter-CHMED-EmedFhir"
  },
  {
    "reference": "Practitioner/a201fd9a-b852-47d2-bda4-876b16ac133d"
  }
],
ziegm commented 3 years ago

1./3. Composition.author

ziegm commented 3 years ago

@pjolo Please review the change. If it is okay, please merge this PR and close the issue.