Skip to content

Commit

Permalink
add correct slice for core-temp
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-Steinbach-UKB committed Feb 7, 2024
1 parent e442445 commit d1ec599
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion ressourcen-profile/sd-mii-icu-koerpertemperatur-kern.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,24 @@
"path": "Observation.code.coding",
"sliceName": "loinc-fhir-core",
"min": 1,
"max": "1"
"max": "1",
"patternCoding": {
"system": "http://loinc.org",
"code": "8310-5"
},
"mustSupport": true
},
{
"id": "Observation.code.coding:loinc-fhir-core.system",
"path": "Observation.code.coding.system",
"min": 1,
"mustSupport": true
},
{
"id": "Observation.code.coding:loinc-fhir-core.code",
"path": "Observation.code.coding.code",
"min": 1,
"mustSupport": true
},
{
"id": "Observation.value[x]",
Expand Down

0 comments on commit d1ec599

Please sign in to comment.