Skip to content

Commit

Permalink
adapt code.coding
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-Steinbach-UKB committed Aug 27, 2024
1 parent f4ba3bb commit 7af6391
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
3 changes: 2 additions & 1 deletion beispiele/exa-mii-icu-muv-ideales-koerpergewicht.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
},
{
"system": "urn:iso:std:iso:11073:10101",
"code": "188796"
"code": "188796",
"display": "Ideal body weight (IBW)"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8303-0",
"display": "Body height [Percentile]"
},
{
"system": "http://snomed.info/sct",
"code": "1153605006",
Expand Down
8 changes: 8 additions & 0 deletions beispiele/exa-mii-icu-muv-rechtsatrialer-druck.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "75367002"
},
{
"system": "http://snomed.info/sct",
"code": "276755008",
Expand All @@ -28,6 +32,10 @@
"system": "http://loinc.org",
"code": "60996-6",
"display": "Right atrial pressure"
},
{
"system": "urn:iso:std:iso:11073:10101",
"code": "150068"
}
]
},
Expand Down
8 changes: 8 additions & 0 deletions beispiele/exa-mii-icu-muv-rechtsventrikulaerer-druck.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,18 @@
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "75367002"
},
{
"system": "http://snomed.info/sct",
"code": "276756009",
"display": "Right ventricular pressure (observable entity)"
},
{
"system": "urn:iso:std:iso:11073:10101",
"code": "150104"
}
]
},
Expand Down

0 comments on commit 7af6391

Please sign in to comment.