hl7ch / ch-core

CH Core Implementation Guide (FHIR)
MIT License
16 stars 5 forks source link

Abbildung lokale Patientenid #6

Closed oliveregger closed 5 years ago

oliveregger commented 5 years ago

Die lokale Paitentenidentifikations-nummer sollte ausgetauscht werden können. Sie kann als Identifier beim Patient angeben werden mit einer OID oder URL im System die die lokale Patientennummer angibt.

Im Deutschen Patienten Basisprofil (STU3) sind sie folgendermassen definiert:

  <identifier>
        <type>
            <coding>
                <system value="http://hl7.org/fhir/v2/0203" />
                <code value="MR" />
            </coding>
        </type>
        <system value="http://mein-krankenhaus.de/patient-identifier" />
        <value value="12345678" />
    </identifier>

In Österreich brauchen sie als Typ PI im Basisprofil

local patient id - localPatientId, 0..1
use: no definition
value = the actual local PID
system = OID of the sender
assigner.reference = Link to the Austrian OID Portal where the OID of the sender is located
assigner.display = display name of the sender
type: "PI"
period: no definition

PI ist aber eigentlich nicht im ValueSet (das ValueSet ist aber extensible und PI könnte lokal eingeführt werden). Diese Diskussion wurde auch schon von Simone und LLoyd auf gforge geführt, mit dem Entschluss bei MR zu bleiben ist (identisch zu PI). Der Code wird aber in R4 mit http://terminology.hl7.org/CodeSystem/v2-0203 referenziert.

oliveregger commented 5 years ago

Vorschlag adaptiert:

  <identifier>
        <type>
            <coding>
                <system value="http://terminology.hl7.org/CodeSystem/v2-0203" />
                <code value="MR" />
            </coding>
        </type>
        <system value="http://mein-krankenhaus.de/patient-identifier" />
        <value value="12345678" />
    </identifier>
oliveregger commented 5 years ago

see http://hl7.org/fhir/v2/0203/

oliveregger commented 5 years ago

see http://build.fhir.org/ig/hl7ch/ch-core/branches/master/StructureDefinition-ch-core-patient.html