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
Name | Canonical | Beschreibung |
---|---|---|
MaiaPatient | https://tiplu.de/fhir/maia/StructureDefinition/MaiaPatient | Das vorliegende Patient-Profil beschreibt alle verpflichtenden und optionalen Informationen, die ein Datenlieferant für Maia liefern muss. |
MaiaPatient (Patient) | I | Patient | |
id | S Σ | 1..1 | string |
meta | Σ | 0..1 | Meta |
implicitRules | Σ ?! | 0..1 | uri |
language | 0..1 | codeBinding | |
text | 0..1 | Narrative | |
contained | 0..* | Resource | |
extension | I | 0..* | Extension |
modifierExtension | ?! I | 0..* | Extension |
identifier | S Σ | 0..* | Identifier |
active | S Σ ?! | 0..1 | boolean |
name | S Σ | 1..* | HumanName |
Name | S Σ | 1..1 | HumanName |
id | 0..1 | string | |
extension | I | 0..* | Extension |
use | S Σ ?! | 1..1 | codeBindingPattern |
text | Σ | 0..1 | string |
family | S Σ | 1..1 | string |
given | S Σ | 1..* | string |
prefix | Σ | 0..* | string |
suffix | Σ | 0..* | string |
period | Σ | 0..1 | Period |
telecom | Σ | 0..* | ContactPoint |
gender | S Σ | 1..1 | codeBinding |
birthDate | S Σ | 1..1 | date |
deceased[x] | Σ ?! | 0..1 | |
deceasedBoolean | boolean | ||
deceasedDateTime | dateTime | ||
address | Σ | 0..* | Address |
maritalStatus | 0..1 | CodeableConceptBinding | |
multipleBirth[x] | 0..1 | ||
multipleBirthBoolean | boolean | ||
multipleBirthInteger | integer | ||
photo | 0..* | Attachment | |
contact | I | 0..* | BackboneElement |
id | 0..1 | string | |
extension | I | 0..* | Extension |
modifierExtension | Σ ?! I | 0..* | Extension |
relationship | 0..* | CodeableConceptBinding | |
name | 0..1 | HumanName | |
telecom | 0..* | ContactPoint | |
address | 0..1 | Address | |
gender | 0..1 | codeBinding | |
organization | I | 0..1 | Reference(Organization) |
period | 0..1 | Period | |
communication | 0..* | BackboneElement | |
id | 0..1 | string | |
extension | I | 0..* | Extension |
modifierExtension | Σ ?! I | 0..* | Extension |
language | 1..1 | CodeableConceptBinding | |
preferred | 0..1 | boolean | |
generalPractitioner | 0..* | Reference(Organization | Practitioner | PractitionerRole) | |
managingOrganization | S Σ | 1..1 | Reference(MaiaGesundheitseinrichtung) |
link | Σ ?! | 0..* | BackboneElement |
id | 0..1 | string | |
extension | I | 0..* | Extension |
modifierExtension | Σ ?! I | 0..* | Extension |
other | Σ | 1..1 | Reference(Patient | RelatedPerson) |
type | Σ | 1..1 | codeBinding |
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)
Name | Cardinality | Type | Documentation |
start | 0..1 | date | 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. |
end | 0..1 | date | 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. |
_since | 0..1 | instant | 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 |
_type | 0..* | 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 |
_count | 0..1 | integer | See discussion below on the utility of paging through the results of the $everything operation |
Return Values (Out)
Name | Cardinality | Type | Documentation |
return | 1..1 | Bundle | 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.