Pflegeepisode (Encounter)
Kompatibilität
Interaktionen
Es gelten die Festlegungen aus dem ISiK-Basismodul Kontakt/Fall Profil.
FHIR-Profil
Encounter | Encounter | ||
class | Binding | ||
type | 2.. | ||
Pflegeepisodentyp | 1..1 | Binding | |
serviceType | |||
Pflegeart | S | 0..1 | Binding |
subject | Reference(ISiPPflegeempfaenger) | ||
serviceProvider | Reference(IsipOrganization) |
Terminology Bindings
Path | Name | Strength | URL |
---|---|---|---|
Encounter.class | encounter-class-pflege | required | https://gematik.de/fhir/isip/v1/Basismodul/ValueSet/encounter-class-pflege |
Encounter.type | encounter-type-pflege | extensible | https://gematik.de/fhir/isip/v1/Basismodul/ValueSet/encounter-type-pflege |
Encounter.serviceType.coding | encounter-serviceType-pflege | extensible | https://gematik.de/fhir/isip/v1/Basismodul/ValueSet/encounter-serviceType-pflege |
Anmerkungen zu Must-Support-Feldern
Es gelten die Festlegungen aus dem ISiK-Basismodul Kontakt/Fall Profil.
Zusätzliche Must-Support Felder:
Encounter.type:Pflegeepisodentyp
Bedeutung: Gibt den Typ der Pflegeepisode an
Encounter.serviceType.coding:Pflegeart
Bedeutung: Gibt die Art der Pflegeepisode an
Interaktionen
Es gelten die Festlegungen aus dem ISiK-Basismodul Kontakt/Fall Profil.
Beispiele
Valides Minimalbeispiel Patient:
{ "resourceType": "Encounter", "id": "ExampleISiPPflegeepisode", "meta": { "profile": [ "https://gematik.de/fhir/isip/v1/Basismodul/StructureDefinition/ISiPPflegeepisode" ] }, "type": [ { "coding": [ { "system": "http://fhir.de/CodeSystem/Kontaktebene", "code": "abteilungskontakt", "display": "Abteilungskontakt" } ] }, { "coding": [ { "system": "https://gematik.de/fhir/isip/v1/Basismodul/CodeSystem/EncounterPflegeArten", "code": "langzeitpflege" } ] } ], "identifier": [ { "type": { "coding": [ { "code": "VN", "system": "http://terminology.hl7.org/CodeSystem/v2-0203" } ] }, "system": "https://test.krankenhaus.de/fhir/sid/fallnr", "value": "0123456789" } ], "status": "finished", "class": { "code": "IMP", "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode" }, "serviceType": { "coding": [ { "code": "intensivpflege", "system": "https://gematik.de/fhir/isip/v1/Basismodul/CodeSystem/EncounterPflegeArten" } ] }, "subject": { "reference": "Patient/ExampleISiPPflegeempfaenger" }, "period": { "start": "2021-02-12", "end": "2021-02-13" }, "serviceProvider": { "reference": "Organization/ExampleIsipOrganization", "identifier": { "system": "https://gematik.de/fhir/sid/telematik-id", "value": "1234567890" }, "display": "Haus am See" } }