-
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.
Beispiele erweitert
- Loading branch information
Stefan Lang
committed
Mar 11, 2024
1 parent
a16649e
commit 6e57796
Showing
9 changed files
with
164 additions
and
1 deletion.
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
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
56 changes: 56 additions & 0 deletions
56
Resources/fsh-generated/resources/StructureDefinition-ExtensionISiKSelbstmedikation.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,56 @@ | ||
{ | ||
"resourceType": "StructureDefinition", | ||
"id": "ExtensionISiKSelbstmedikation", | ||
"url": "https://gematik.de/fhir/isik/v4/Medikation/StructureDefinition/ExtensionISiKSelbstmedikation", | ||
"version": "3.0.1", | ||
"name": "ExtensionISiKSelbstmedikation", | ||
"title": "ISiKSelbstmedikation", | ||
"status": "active", | ||
"experimental": false, | ||
"date": "2024-01-12", | ||
"publisher": "gematik GmbH", | ||
"description": "Extension zur Angabe, ob es sich bei der Medikation um eine Selbstmedikation handelt.", | ||
"fhirVersion": "4.0.1", | ||
"mapping": [ | ||
{ | ||
"identity": "rim", | ||
"uri": "http://hl7.org/v3", | ||
"name": "RIM Mapping" | ||
} | ||
], | ||
"kind": "complex-type", | ||
"abstract": false, | ||
"context": [ | ||
{ | ||
"type": "element", | ||
"expression": "MedicationStatement" | ||
} | ||
], | ||
"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/ExtensionISiKSelbstmedikation" | ||
}, | ||
{ | ||
"id": "Extension.value[x]", | ||
"path": "Extension.value[x]", | ||
"min": 1, | ||
"type": [ | ||
{ | ||
"code": "boolean" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} |
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,10 @@ | ||
Extension: ExtensionISiKSelbstmedikation | ||
Id: ExtensionISiKSelbstmedikation | ||
Title: "ISiKSelbstmedikation" | ||
Description: "Extension zur Angabe, ob es sich bei der Medikation um eine Selbstmedikation handelt." | ||
* insert Meta | ||
* ^experimental = false | ||
* ^context[+].type = #element | ||
* ^context[=].expression = "MedicationStatement" | ||
* value[x] 1.. | ||
* value[x] only boolean |
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