Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Practitioner.address should not be required (Michaela Ziegler, ahdis ag) #132

Closed
ig-feedback opened this issue Sep 14, 2022 · 2 comments · Fixed by #147
Closed

Practitioner.address should not be required (Michaela Ziegler, ahdis ag) #132

ig-feedback opened this issue Sep 14, 2022 · 2 comments · Fixed by #147
Assignees
Labels
profiling STU 3 Ballot Comments/Issues from the Ballot 2022 to be discussed @ telco
Milestone

Comments

@ig-feedback
Copy link
Collaborator

ch.fhir.ig.ch-emed#2.1.0 /StructureDefinition-ch-emed-practitioner.html

According to the mapping table (https://docs.google.com/spreadsheets/d/1Ui3NGFE2I8yiOlHELk-B0Pke2l9-Jbe5BTeYOnS8-uE/edit#gid=0) the required address should be on the Organization and not on the Practitioner.

Michaela Ziegler, ahdis ag

@oliveregger oliveregger added the STU 3 Ballot Comments/Issues from the Ballot 2022 label Sep 30, 2022
@ziegm ziegm added this to the STU 3 milestone Oct 12, 2022
@ziegm
Copy link
Collaborator

ziegm commented Oct 12, 2022

Gemäss der Mappingtabelle (Ausschnitt unten) wird der Behandelnde mittels Practitioner und Organization abgebildet.
image
Das Minimal Data Set (IPAG) hat Elemente in beiden Ressourcen. Aktuell ist es jedoch möglich, bei Composition.author nur den Practitioner anzugeben (daher stammt wohl die Pflichtangabe der Adresse).

Änderungsvorschlag:

  • Composition.author (e.g. Card)-> Reference(CH EMED PractitionerRole | Device | CH Core Patient EPR | RelatedPerson)
    • CH EMED Practitioner & CH Core Organization EPR entfernen
  • CH EMED PractitionerRole
    • .organization 1..1 anstatt 0..1
    • .organization -> Reference(CH EMED Organization) anstelle CH Core Organization EPR
  • CH EMED Organization (neues Profil)
    • .address -> Minimumkardinalität = 1, MS
  • CH EMED Practitioner
    • .address -> weder Kardinalität noch MS im Differential definieren
  • Beispiele anpassen: PractitionerRole anstelle Practitioner & Organization verwenden
  • Hinweis: Der Einsatz von lediglich PractitionerRole wurde im Rahmen des Issues #113 bereits angedacht, siehe Extension Document Author. Diese beiden Issues können aber unabhängig voneinander betrachtet werden.

Issue #125 würde sich damit ebenfalls lösen.

@ziegm ziegm self-assigned this Oct 12, 2022
@ziegm ziegm linked a pull request Oct 12, 2022 that will close this issue
@ziegm
Copy link
Collaborator

ziegm commented Oct 20, 2022

Telco with Patrick, 20.10.2022:

  • Decision to use PractitionerRole (remove Organization/Practitioner in profile/examples)
  • Review during telco

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
profiling STU 3 Ballot Comments/Issues from the Ballot 2022 to be discussed @ telco
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants