-
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.
- Loading branch information
Stefan Lang
committed
Mar 6, 2024
1 parent
dc32e3e
commit 56777c1
Showing
8 changed files
with
159 additions
and
0 deletions.
There are no files selected for viewing
64 changes: 64 additions & 0 deletions
64
Resources/fsh-generated/resources/StructureDefinition-ExtensionWirkstofftyp.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,64 @@ | ||
{ | ||
"resourceType": "StructureDefinition", | ||
"id": "ExtensionWirkstofftyp", | ||
"url": "https://gematik.de/fhir/isik/v4/Medikation/StructureDefinition/ExtensionWirkstofftyp", | ||
"version": "3.0.1", | ||
"name": "ExtensionISiKAcceptedRisk", | ||
"title": "ISiKAcceptedRisk", | ||
"status": "active", | ||
"experimental": false, | ||
"date": "2024-01-12", | ||
"publisher": "gematik GmbH", | ||
"description": "Extension zur Dokumentation eines im Rahmen der AMTS bewusst eingegangenen Risikos. In diesem Freitext kann die Begründung und ggf. zu treffende besondere Maßnahmen dokumentiert werden.", | ||
"fhirVersion": "4.0.1", | ||
"mapping": [ | ||
{ | ||
"identity": "rim", | ||
"uri": "http://hl7.org/v3", | ||
"name": "RIM Mapping" | ||
} | ||
], | ||
"kind": "complex-type", | ||
"abstract": false, | ||
"context": [ | ||
{ | ||
"type": "element", | ||
"expression": "RiskAssessment" | ||
}, | ||
{ | ||
"type": "element", | ||
"expression": "MedicationStatement" | ||
}, | ||
{ | ||
"type": "element", | ||
"expression": "MedicationRequest" | ||
} | ||
], | ||
"type": "Extension", | ||
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension", | ||
"derivation": "constraint", | ||
"differential": { | ||
"element": [ | ||
{ | ||
"id": "Extension.extension", | ||
"path": "Extension.extension", | ||
"max": "0" | ||
}, | ||
{ | ||
"id": "Extension.url", | ||
"path": "Extension.url", | ||
"fixedUri": "https://gematik.de/fhir/isik/v4/Medikation/StructureDefinition/ExtensionWirkstofftyp" | ||
}, | ||
{ | ||
"id": "Extension.value[x]", | ||
"path": "Extension.value[x]", | ||
"min": 1, | ||
"type": [ | ||
{ | ||
"code": "string" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} |
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
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
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
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,14 @@ | ||
Extension: ExtensionISiKAcceptedRisk | ||
Id: ExtensionWirkstofftyp | ||
Title: "ISiKAcceptedRisk" | ||
Description: "Extension zur Dokumentation eines im Rahmen der AMTS bewusst eingegangenen Risikos. In diesem Freitext kann die Begründung und ggf. zu treffende besondere Maßnahmen dokumentiert werden." | ||
* insert Meta | ||
* ^experimental = false | ||
* ^context[+].type = #element | ||
* ^context[=].expression = "RiskAssessment" | ||
* ^context[+].type = #element | ||
* ^context[=].expression = "MedicationStatement" | ||
* ^context[+].type = #element | ||
* ^context[=].expression = "MedicationRequest" | ||
* value[x] 1.. | ||
* value[x] only string |
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
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
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