MaiaPatient (Patient)

Die nachfolgenden Festlegungen spezifizieren die Abbildung von Mindestanforderungen (Kardinalität) und Muss-Wenn-Kann-Anforderungen (Must Support) für die Bereitstellung von Patienten für die Software MAIA.


Hintergrund

MAIA nutzt Patient als Informationsquelle für Personenstammdaten.

Kompatibilität zu ISiK Stufe 2

Grundsätzlich wurde sich bei der Erstellung der MAIA Profile an ISiK Stufe 2 orientiert. Dabei besteht eine Kompatibilität zum ISiKPatient, darüber hinaus werden aber noch die folgenden Informationen verpflichtend gefordert:

  • Patient.managingOrganization

Die folgenden Elemente werden durch ISiK als Must-Support definiert, werden von MAIA aber nicht verarbeitet:

  • Patient.address

FHIR-Profil

NameCanonicalBeschreibung
MaiaPatienthttps://tiplu.de/fhir/maia/StructureDefinition/MaiaPatient

Das vorliegende Patient-Profil beschreibt alle verpflichtenden und optionalen Informationen, die ein Datenlieferant für Maia liefern muss.

idS Σ1..1string
metaΣ0..1Meta
implicitRulesΣ ?!0..1uri
language0..1codeBinding
text0..1Narrative
contained0..*Resource
extensionI0..*Extension
modifierExtension?! I0..*Extension
identifierS Σ0..*Identifier
activeS Σ ?!0..1boolean
id0..1string
extensionI0..*Extension
useS Σ ?!1..1codeBindingPattern
textΣ0..1string
familyS Σ1..1string
givenS Σ1..*string
prefixΣ0..*string
suffixΣ0..*string
periodΣ I0..1Period
telecomΣ I0..*ContactPoint
genderS Σ1..1codeBinding
birthDateS Σ1..1date
deceasedBooleanboolean
deceasedDateTimedateTime
addressΣ0..*Address
maritalStatus0..1CodeableConceptBinding
multipleBirthBooleanboolean
multipleBirthIntegerinteger
photoI0..*Attachment
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
relationship0..*CodeableConceptBinding
name0..1HumanName
telecomI0..*ContactPoint
address0..1Address
gender0..1codeBinding
organizationI0..1Reference(Organization)
periodI0..1Period
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
language1..1CodeableConceptBinding
preferred0..1boolean
generalPractitionerI0..*Reference(Organization | Practitioner | PractitionerRole)
managingOrganizationS Σ I1..1Reference(MaiaGesundheitseinrichtung)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
otherΣ I1..1Reference(Patient | RelatedPerson)
typeΣ1..1codeBinding

Anmerkung zu Must-Support-Elementen

Patient.id

Bedeutung: FHIR-Id der Ressource

Patient.identifier

Bedeutung: ID des Patienten im Krankenhaus, im gängigen Sprachgebrauch auch PID genannt

Patient.active

Bedeutung: Status der Ressource

Patient.name

Bedeutung: Name des Patienten

Hinweis: MAIA fordert mindestens einen Namen mit dem use = official

Untergeordnete Must-Support-Felder: use, family und given müssen befüllt sein und werden von MAIA verarbeitet

Patient.gender

Bedeutung: Geschlecht des Patienten

Patient.birthDate

Bedeutung: Geburtsdatum des Patienten

Patient.managingOrganization

Bedeutung: Eine Referenz auf Maia Gesundheitseinrichtung

Hinweis: Ein Patient ist einer Gesundheitsorganisation zugeordnet, um die Mandantenfähigkeit von MAIA sicherzustellen

Interaktionen

Für die Ressource Patient MUSS die REST-Interaktion "READ" implementiert werden.

Operationen

Für die Ressource Patient MUSS die folgende Operation implementiert sein:

Patient-everything

MAIA nutzt die Operation als Hauptwerkzeug, um Patientendaten zu erhalten.

Invocations

URL: [base]/Patient/$everything
URL: [base]/Patient/[id]/$everything

Parameters (In)

NameCardinalityTypeDocumentation
start0..1date

The date range relates to care dates, not record currency dates - e.g. all records relating to care provided in a certain date range. If no start date is provided, all records prior to the end date are in scope.

end0..1date

The date range relates to care dates, not record currency dates - e.g. all records relating to care provided in a certain date range. If no end date is provided, all records subsequent to the start date are in scope.

_since0..1instant

Resources updated after this period will be included in the response. The intent of this parameter is to allow a client to request only records that have changed since the last request, based on either the return header time, or or (for asynchronous use), the transaction time

_type0..*code

One or more parameters, each containing one or more comma-delimited FHIR resource types to include in the return resources. In the absence of any specified types, the server returns all resource types

_count0..1integer

See discussion below on the utility of paging through the results of the $everything operation

Return Values (Out)

NameCardinalityTypeDocumentation
return1..1Bundle

The bundle type is "searchset"

The key differences between this operation and simply searching the patient compartment are:

  • unless the client requests otherwise, the server returns the entire result set in a single bundle (rather than using paging)
  • the server is responsible for determining what resources to return as included resources (rather than the client specifying which ones).

This frees the client from needing to determine what it could or should ask for, particularly with regard to included resources. Servers should consider returning appropriate Provenance and AuditTrail on the returned resources, even though these are not directly part of the patient compartment.

It is assumed that the server has identified and secured the context appropriately, and can either associate the authorization context with a single patient, or determine whether the context has the rights to the nominated patient, if there is one, or can determine an appropriate list of patients to provide data for from the context of the request. If there is no nominated patient (GET /Patient/$everything) and the context is not associated with a single patient record, the actual list of patients is all patients that the user associated with the request has access to. This may be all patients in the family that the patient has access to, or it may be all patients that a care provider has access to, or all patients on the entire record system. In such cases, the server may choose to return an error rather than all the records. Specifying the relationship between the context, a user and patient records is outside the scope of this specification (though see The Smart App Launch Implementation Guide.

When this operation is used to access multiple patient records at once, the return bundle could be rather a lot of data; servers may choose to require that such requests are made asynchronously, and associated with bulk data formats. Alternatively, clients may choose to page through the result set (or servers may require this). Paging through the results is done the same as for Searching, using the _count parameter, and Bundle links. Implementers should note that paging will be slower than simply returning all the results at once (more network traffic, multiple latency delays) but may be required in order not to exhaust available memory reading or writing the whole response in a single package. Unlike searching, there is no inherent user-display order for the $everything operation. Servers might consider sorting the returned resources in descending order of last record update, but are not required to do so.

The _since parameter is provided to support periodic queries to get additional information that has changed about the patient since the last query. This means that the _since parameter is based on record time. The value of the _since parameter should be set to the time from the server. If using direct response, this is the timestamp in the response header. If using the async interface, this is the transaction timestamp in the json response. Servers should ensure that the timestamps a managed such that the client does not miss any changes. Clients should be able to handle getting the same response more than once in the case that the transaction falls on a time boundary. Clients should ensure that the other query parameters are constant to ensure a coherent set of records when doing periodic queries.