From fd225c6b9945a90aa84bc4226c9d935d876a8313 Mon Sep 17 00:00:00 2001 From: Christoph Date: Wed, 19 Feb 2025 09:44:09 +0100 Subject: [PATCH] added example exa-mii-icu-vent-beatmungszeit-auf-hohem-druck --- ...mungszeit-auf-hohem-druck-eingestellt.json | 56 +++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 beispiele/exa-mii-icu-vent-beatmungszeit-auf-hohem-druck-eingestellt.json diff --git a/beispiele/exa-mii-icu-vent-beatmungszeit-auf-hohem-druck-eingestellt.json b/beispiele/exa-mii-icu-vent-beatmungszeit-auf-hohem-druck-eingestellt.json new file mode 100644 index 0000000..96b4fb9 --- /dev/null +++ b/beispiele/exa-mii-icu-vent-beatmungszeit-auf-hohem-druck-eingestellt.json @@ -0,0 +1,56 @@ +{ + "resourceType": "Observation", + "id": "exa-mii-icu-vent-beatmungszeit-auf-hohem-druck", + "meta": { + "profile": [ + "https://www.medizininformatik-initiative.de/fhir/ext/modul-icu/StructureDefinition/beatmungszeit-hohem-druck" + ] + }, + "partOf": [ + { + "reference": "Procedure/example" + } + ], + "status": "final", + "category": [ + { + "coding": [ + { + "system": "http://snomed.info/sct", + "code": "40617009", + "display": "Artificial ventilation (regime/therapy)", + "version": "http://snomed.info/sct/900000000000207008/version/20241101" + } + ] + } + ], + "code": { + "coding": [ + { + "system": "http://loinc.org", + "code": "76190-8", + "display": "High pressure hold time setting Ventilator" + }, + { + "system": "urn:iso:std:iso:11073:10101", + "code": "16929860", + "display": "High pressure hold time setting Ventilator" + } + ] + }, + "subject": { + "reference": "Patient/111" + }, + "effectivePeriod": { + "start": "2019-12-23T09:30:10+01:00", + "end": "2019-12-23T10:30:10+01:00" + }, + "valueQuantity": { + "value": 1.0, + "system": "http://unitsofmeasure.org", + "code": "s" + }, + "device": { + "reference": "DeviceMetric/Example_Eingestellte_Parameter_Beatmung" + } +}