-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Operation profiles and mapping
- Loading branch information
margaux.gatrio
committed
Jan 7, 2024
1 parent
70ba831
commit b3184eb
Showing
12 changed files
with
785 additions
and
4 deletions.
There are no files selected for viewing
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
57 changes: 57 additions & 0 deletions
57
fsh-generated/resources/CodeSystem-mii-cs-onko-operation-intention.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,57 @@ | ||
{ | ||
"resourceType": "CodeSystem", | ||
"status": "draft", | ||
"content": "complete", | ||
"name": "MII_CS_Onko_Operation_Intention", | ||
"id": "mii-cs-onko-operation-intention", | ||
"title": "MII CS Onkologie Operation Intention", | ||
"description": "oBDS-spezifisches Codesystem für Klassifikation von Intention der OP", | ||
"url": "https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/CodeSystem/mii-cs-operation-intention", | ||
"concept": [ | ||
{ | ||
"code": "K", | ||
"display": "kurativ" | ||
}, | ||
{ | ||
"code": "P", | ||
"display": "palliativ" | ||
}, | ||
{ | ||
"code": "D", | ||
"display": "diagnostisch" | ||
}, | ||
{ | ||
"code": "R", | ||
"display": "Revision/Komplikation" | ||
}, | ||
{ | ||
"code": "S", | ||
"display": "Sonstiges" | ||
}, | ||
{ | ||
"code": "X", | ||
"display": "fehlende Angabe" | ||
} | ||
], | ||
"meta": { | ||
"profile": [ | ||
"http://hl7.org/fhir/StructureDefinition/shareablecodesystem" | ||
] | ||
}, | ||
"experimental": false, | ||
"publisher": "Medizininformatik Initiative", | ||
"contact": [ | ||
{ | ||
"telecom": [ | ||
{ | ||
"system": "url", | ||
"value": "https://www.medizininformatik-initiative.de" | ||
} | ||
] | ||
} | ||
], | ||
"version": "2024.0.0-ballot", | ||
"caseSensitive": true, | ||
"valueSet": "https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/ValueSet/mii-vs-onko-operation-intention", | ||
"count": 6 | ||
} |
Oops, something went wrong.