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.name, Anrede, Titel («prefix»): fehlende Datenstruktur für Anrede und Titel #42

Closed
oliveregger opened this issue Mar 8, 2020 · 4 comments
Labels
ready for telco STU 0.1.0 Ballot Comments/Issues from the Ballot for STU1

Comments

@oliveregger
Copy link
Contributor

Emmanuel Eschmann:

  • Das FHIR-Element Practitioner.name[].prefix[] erlaubt es, dem Namen eine beliebige Anzahl von Präfixe voranzustellen (wie akademische Titel, …).
  • In der Schweiz gängige Spital-Administrationssysteme liefern Anrede und akadem. Titel als zwei voneinander unabhängige klar bezeichnete Elemente. «Anrede» lässt sich nicht immer aus dem Geschlecht des Practitioner ableiten (könnte z.Bsp. Name der Gruppenpraxis sein.).
  • Eine inoffizielle oder eine Practitioner.name[].prefix[] hinterlegte Bemerkung, wonach Practitioner.name[].prefix[0] der Anrede und Practitioner.name[].prefix[1] dem Titel entspricht, genügt nicht.

Vorschlag: Extension von HumanName um die beiden «primitive type»-Elemente (vom Typ string oder code) Anrede und Titel.

@oliveregger oliveregger added the STU 0.1.0 Ballot Comments/Issues from the Ballot for STU1 label Mar 8, 2020
@oliveregger
Copy link
Contributor Author

äquivalent zu Thematik bei Patient: #34

@oliveregger
Copy link
Contributor Author

gleiche Resolution wie #34 : 9 - 0 - 0

@oliveregger
Copy link
Contributor Author

oliveregger commented Oct 22, 2020

Angepasstes Beispiel Practitioner

<Practitioner xmlns="http://hl7.org/fhir">
  <id value="AllzeitBereit"/>
  <meta>
    <profile
             value="http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner-epr"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><h3>Ids</h3><table class="grid"><tr><td>-</td></tr><tr><td>*</td></tr></table><h3>Meta</h3><table class="grid"><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>identifier</b>: id: 7601000201041</p><p><b>name</b>: Allzeit Bereit (OFFICIAL)</p></div>
  </text>
  <identifier>
    <system value="urn:oid:2.51.1.3"/>
    <value value="7601000201041"/>
  </identifier>
  <name>
    <use value="official"/>
    <family value="Bereit"/>
    <given value="Allzeit"/>
    <prefix value="Herr"/>
    <prefix value="Dr. med.">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier">
        <valueCode value="AC"/>
      </extension>
    </prefix>
    <prefix value="Allg. Gruppenpraxis AG">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier">
        <valueCode value="LS"/>
      </extension>
    </prefix>
    <suffix value="Facharzt für Allgemeine Medizin"/>
  </name>
</Practitioner>

@oliveregger oliveregger added STU 1.2.0 Ballot Comments/Issues from the Ballot for STU2 ready for telco STU 0.1.0 Ballot Comments/Issues from the Ballot for STU1 and removed STU 0.1.0 Ballot Comments/Issues from the Ballot for STU1 STU 1.2.0 Ballot Comments/Issues from the Ballot for STU2 labels Oct 22, 2020
@oliveregger
Copy link
Contributor Author

fix text: For a salutation use a prefix without an the iso21090-EN-qualifier extension.
-> remove an

oliveregger added a commit that referenced this issue Nov 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready for telco STU 0.1.0 Ballot Comments/Issues from the Ballot for STU1
Projects
None yet
Development

No branches or pull requests

1 participant