-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #38 from CEOsys/feat/add-kontaktart-de-cs
feat: added kontaktart-de cs
- Loading branch information
Showing
1 changed file
with
96 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
{ | ||
"resourceType": "CodeSystem", | ||
"status": "active", | ||
"content": "complete", | ||
"name": "KontaktArtDe", | ||
"id": "KontaktArtDe", | ||
"title": "KontaktArtDe", | ||
"description": "Klassifizierung eines Kontaktes mit einer Gesundheitseinrichtung", | ||
"url": "http://fhir.de/CodeSystem/kontaktart-de", | ||
"concept": [ | ||
{ | ||
"code": "begleitperson", | ||
"display": "Begleitperson", | ||
"definition": "Begleitperson definiert nach § 11 Abs. 3 SGB V" | ||
}, | ||
{ | ||
"code": "vorstationaer", | ||
"display": "Vorstationär", | ||
"definition": "Vorstationärer Kontakt nach § 115 a SGB V" | ||
}, | ||
{ | ||
"code": "nachstationaer", | ||
"display": "Nachstationär", | ||
"definition": "Nachstationärer Kontakt nach § 115 a SGB V" | ||
}, | ||
{ | ||
"code": "teilstationaer", | ||
"display": "Teilstationäre Behandlung", | ||
"definition": "Eine teilstationäre Behandlung unterscheidet sich im Wesentlichen von einer vollstationären Behandlung durch eine regelmäßige, aber nicht zeitlich durchgehende Anwesenheit der Patientin oder des Patienten im Krankenhaus. Im Rahmen der teilstationären Behandlung kann Unterkunft und Verpflegung gewährt werden.", | ||
"concept": [ | ||
{ | ||
"code": "tagesklinik", | ||
"display": "Tagesklinische Behandlung" | ||
}, | ||
{ | ||
"code": "nachtklinik", | ||
"display": "Behandlung in einer Nachtklinik" | ||
} | ||
] | ||
}, | ||
{ | ||
"code": "normalstationaer", | ||
"display": "Normalstationär", | ||
"definition": "Stationärer Aufenthalt in Abgrenzung zu Intensivstationär" | ||
}, | ||
{ | ||
"code": "intensivstationaer", | ||
"display": "Intensivstationär", | ||
"definition": "Intensivstationäre Kontakte sind Kontakte mit einer Station, die zur intensivmedizinischen Behandlung im Krankenhausplan bzw. Förderungsbescheid zugelassen sind" | ||
}, | ||
{ | ||
"code": "ub", | ||
"display": "Untersuchung und Behandlung", | ||
"definition": "Aufenthalt auf einer Funktionsabteilung zur Durchführung spezieller diagnostischer/therapeutischer Maßnahmen" | ||
}, | ||
{ | ||
"code": "konsil", | ||
"display": "Konsil", | ||
"definition": "Arztkontakte im Rahmen z.B. von Aufklärungsgesprächen, Visiten etc." | ||
}, | ||
{ | ||
"code": "stationsaequivalent", | ||
"display": "Stationsäquivalent", | ||
"definition": "Psychiatrische Krankenhäuser mit regionaler Versorgungsverpflichtung sowie Allgemeinkrankenhäuser mit selbständigen, fachärztlich geleiteten psychiatrischen Abteilungen mit regionaler Versorgungsverpflichtung können in medizinisch geeigneten Fällen, wenn eine Indikation für eine stationäre psychiatrische Behandlung vorliegt, anstelle einer vollstationären Behandlung eine stationsäquivalente psychiatrische Behandlung im häuslichen Umfeld erbringen" | ||
}, | ||
{ | ||
"code": "operation", | ||
"display": "Operation", | ||
"definition": "Aufenthalt in OP-Bereichen zur Durchführung von operativen Eingriffen inklusive Vor- und Nachbereitung" | ||
} | ||
], | ||
"version": "1.5.0-ballot", | ||
"experimental": false, | ||
"date": "2023-11-30", | ||
"publisher": "HL7 Deutschland e.V. (Technisches Komitee FHIR)", | ||
"contact": [ | ||
{ | ||
"telecom": [ | ||
{ | ||
"system": "url", | ||
"value": "http://hl7.de/technische-komitees/fhir/" | ||
} | ||
] | ||
} | ||
], | ||
"meta": { | ||
"profile": [ | ||
"http://hl7.org/fhir/StructureDefinition/shareablecodesystem" | ||
] | ||
}, | ||
"caseSensitive": true, | ||
"valueSet": "http://fhir.de/ValueSet/kontaktart-de", | ||
"hierarchyMeaning": "is-a", | ||
"compositional": false, | ||
"count": 12 | ||
} |