-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added example exa-mii-icu-vent-beatmungszeit-auf-hohem-druck
- Loading branch information
Christoph
committed
Feb 19, 2025
1 parent
a976b5b
commit fd225c6
Showing
1 changed file
with
56 additions
and
0 deletions.
There are no files selected for viewing
56 changes: 56 additions & 0 deletions
56
beispiele/exa-mii-icu-vent-beatmungszeit-auf-hohem-druck-eingestellt.json
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,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" | ||
} | ||
} |