-
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.
--> arterieller noch unfertig --> check mit CM, sct-code ändern
- Loading branch information
1 parent
2f3bd72
commit cb603e7
Showing
2 changed files
with
755 additions
and
0 deletions.
There are no files selected for viewing
206 changes: 206 additions & 0 deletions
206
ressourcen-profile/sd-mii-icu-arterieller-blutdruck.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,206 @@ | ||
{ | ||
"resourceType": "StructureDefinition", | ||
"id": "sd-mii-icu-arterieller-blutdruck", | ||
"url": "https://www.medizininformatik-initiative.de/fhir/ext/modul-icu/StructureDefinition/arterieller-blutdruck", | ||
"version": "1.0.0", | ||
"name": "SD_MII_ICU_Arterieller_Blutdruck", | ||
"title": "SD MII ICU Arterieller Blutdruck", | ||
"status": "active", | ||
"fhirVersion": "4.0.1", | ||
"kind": "resource", | ||
"abstract": false, | ||
"type": "Observation", | ||
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation", | ||
"derivation": "constraint", | ||
"differential": { | ||
"element": [ | ||
{ | ||
"id": "Observation.category", | ||
"path": "Observation.category", | ||
"slicing": { | ||
"discriminator": [ | ||
{ | ||
"type": "pattern", | ||
"path": "$this" | ||
} | ||
], | ||
"rules": "open" | ||
}, | ||
"min": 1, | ||
"mustSupport": true | ||
}, | ||
{ | ||
"id": "Observation.category:vs-cat", | ||
"path": "Observation.category", | ||
"sliceName": "vs-cat", | ||
"min": 1, | ||
"max": "1" | ||
}, | ||
{ | ||
"id": "Observation.code", | ||
"path": "Observation.code", | ||
"mustSupport": true | ||
}, | ||
{ | ||
"id": "Observation.code.coding", | ||
"path": "Observation.code.coding", | ||
"slicing": { | ||
"discriminator": [ | ||
{ | ||
"type": "pattern", | ||
"path": "$this" | ||
} | ||
], | ||
"rules": "open" | ||
}, | ||
"min": 2, | ||
"mustSupport": true | ||
}, | ||
{ | ||
"id": "Observation.code.coding:loinc", | ||
"path": "Observation.code.coding", | ||
"sliceName": "loinc", | ||
"min": 1, | ||
"max": "1", | ||
"patternCoding": { | ||
"system": "http://loinc.org", | ||
"code": "85354-9" | ||
}, | ||
"mustSupport": true | ||
}, | ||
{ | ||
"id": "Observation.code.coding:loinc.system", | ||
"path": "Observation.code.coding.system", | ||
"min": 1, | ||
"mustSupport": true | ||
}, | ||
{ | ||
"id": "Observation.code.coding:loinc.code", | ||
"path": "Observation.code.coding.code", | ||
"min": 1, | ||
"mustSupport": true | ||
}, | ||
{ | ||
"id": "Observation.code.coding:loinc.display", | ||
"path": "Observation.code.coding.display", | ||
"mustSupport": true | ||
}, | ||
{ | ||
"id": "Observation.code.coding:sct", | ||
"path": "Observation.code.coding", | ||
"sliceName": "sct", | ||
"min": 1, | ||
"max": "1", | ||
"patternCoding": { | ||
"system": "http://snomed.info/sct", | ||
"code": "75367002" | ||
}, | ||
"mustSupport": true | ||
}, | ||
{ | ||
"id": "Observation.code.coding:sct.system", | ||
"path": "Observation.code.coding.system", | ||
"min": 1, | ||
"mustSupport": true | ||
}, | ||
{ | ||
"id": "Observation.code.coding:sct.code", | ||
"path": "Observation.code.coding.code", | ||
"min": 1, | ||
"mustSupport": true | ||
}, | ||
{ | ||
"id": "Observation.code.coding:sct.display", | ||
"path": "Observation.code.coding.display", | ||
"mustSupport": true | ||
}, | ||
{ | ||
"id": "Observation.subject", | ||
"path": "Observation.subject", | ||
"mustSupport": true | ||
}, | ||
{ | ||
"id": "Observation.encounter", | ||
"path": "Observation.encounter", | ||
"mustSupport": true | ||
}, | ||
{ | ||
"id": "Observation.effective[x]", | ||
"path": "Observation.effective[x]", | ||
"mustSupport": true | ||
}, | ||
{ | ||
"id": "Observation.value[x]", | ||
"path": "Observation.value[x]", | ||
"mustSupport": true | ||
}, | ||
{ | ||
"id": "Observation.dataAbsentReason", | ||
"path": "Observation.dataAbsentReason", | ||
"mustSupport": true | ||
}, | ||
{ | ||
"id": "Observation.interpretation", | ||
"path": "Observation.interpretation", | ||
"mustSupport": true | ||
}, | ||
{ | ||
"id": "Observation.bodySite", | ||
"path": "Observation.bodySite", | ||
"mustSupport": true | ||
}, | ||
{ | ||
"id": "Observation.method", | ||
"path": "Observation.method", | ||
"mustSupport": true | ||
}, | ||
{ | ||
"id": "Observation.device", | ||
"path": "Observation.device", | ||
"mustSupport": true | ||
}, | ||
{ | ||
"id": "Observation.referenceRange", | ||
"path": "Observation.referenceRange", | ||
"max": "1", | ||
"mustSupport": true | ||
}, | ||
{ | ||
"id": "Observation.component", | ||
"path": "Observation.component", | ||
"slicing": { | ||
"discriminator": [ | ||
{ | ||
"type": "pattern", | ||
"path": "$this" | ||
} | ||
], | ||
"rules": "open" | ||
}, | ||
"mustSupport": true | ||
}, | ||
{ | ||
"id": "Observation.component:SystolicBP", | ||
"path": "Observation.component", | ||
"sliceName": "SystolicBP", | ||
"min": 1, | ||
"max": "1", | ||
"mustSupport": true | ||
}, | ||
{ | ||
"id": "Observation.component:DiastolicBP", | ||
"path": "Observation.component", | ||
"sliceName": "DiastolicBP", | ||
"min": 1, | ||
"max": "1", | ||
"mustSupport": true | ||
}, | ||
{ | ||
"id": "Observation.component:meanBP", | ||
"path": "Observation.component", | ||
"sliceName": "meanBP", | ||
"mustSupport": true | ||
} | ||
] | ||
} | ||
} |
Oops, something went wrong.