Skip to content

Commit

Permalink
added example exa-mii-icu-vent-beatmungszeit-auf-hohem-druck
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph committed Feb 19, 2025
1 parent a976b5b commit fd225c6
Showing 1 changed file with 56 additions and 0 deletions.
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"
}
}

0 comments on commit fd225c6

Please sign in to comment.