Skip to content

Commit

Permalink
add removed lines by forge
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-Steinbach-UKB committed Dec 4, 2024
1 parent c73789f commit ccf7671
Showing 1 changed file with 29 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,40 @@
"path": "Observation.category.coding",
"sliceName": "hl7-category",
"patternCoding": {
"code": "vital-sign"
"code": "vital-sign",
"system": "https://terminology.hl7.org/4.0.0/CodeSystem-observation-category.html"
}
},
{
"id": "Observation.category.coding:kdsicu-category",
"path": "Observation.category.coding",
"sliceName": "kdsicu-category",
"patternCoding": {
"code": "364396009",
"system": "http://snomed.info/sct"
}
},
{
"id": "Observation.code.coding",
"path": "Observation.code.coding",
"slicing": {
"discriminator": [
{
"type": "pattern",
"path": "$this"
}
],
"rules": "closed"
},
"min": 2
},
{
"id": "Observation.code.coding:sct",
"path": "Observation.code.coding",
"sliceName": "sct",
"patternCoding": {
"version": "http://snomed.info/sct/900000000000207008/version/20241101",
"code": "251850009"
"code": "251850009",
"system": "http://snomed.info/sct"
}
},
{
Expand All @@ -46,14 +65,18 @@
"min": 1,
"max": "1",
"patternCoding": {
"code": "99741-1"
"code": "99741-1",
"system": "http://loinc.org"
}
},
{
"id": "Observation.code.coding:IEEE-11073",
"path": "Observation.code.coding",
"sliceName": "IEEE-11073",
"max": "0"
"max": "0",
"patternCoding": {
"system": "urn:iso:std:iso:11073:10101"
}
},
{
"id": "Observation.value[x].code",
Expand All @@ -68,4 +91,4 @@
}
]
}
}
}

0 comments on commit ccf7671

Please sign in to comment.