-
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.
neue Extensions Replaces incl. Beispiele
- Loading branch information
Stefan Lang
committed
Mar 11, 2024
1 parent
7f0db01
commit d10f81a
Showing
10 changed files
with
240 additions
and
2 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
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
64 changes: 64 additions & 0 deletions
64
...s/fsh-generated/resources/StructureDefinition-ExtensionISiKMedicationRequestReplaces.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": "ExtensionISiKMedicationRequestReplaces", | ||
"url": "https://gematik.de/fhir/isik/v4/Medikation/StructureDefinition/ExtensionISiKMedicationRequestReplaces", | ||
"version": "3.0.1", | ||
"name": "ExtensionISiKMedicationRequestReplaces", | ||
"title": "ISiKMedicationRequestReplaces", | ||
"status": "active", | ||
"experimental": false, | ||
"date": "2024-01-12", | ||
"publisher": "gematik GmbH", | ||
"description": "Welche Medikationsverordnung wird ersetzt?", | ||
"fhirVersion": "4.0.1", | ||
"mapping": [ | ||
{ | ||
"identity": "rim", | ||
"uri": "http://hl7.org/v3", | ||
"name": "RIM Mapping" | ||
} | ||
], | ||
"kind": "complex-type", | ||
"abstract": false, | ||
"context": [ | ||
{ | ||
"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/ExtensionISiKMedicationRequestReplaces" | ||
}, | ||
{ | ||
"id": "Extension.value[x]", | ||
"path": "Extension.value[x]", | ||
"min": 1, | ||
"type": [ | ||
{ | ||
"code": "Reference", | ||
"targetProfile": [ | ||
"http://hl7.org/fhir/StructureDefinition/MedicationRequest" | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"id": "Extension.value[x].reference", | ||
"path": "Extension.value[x].reference", | ||
"min": 1 | ||
} | ||
] | ||
} | ||
} |
64 changes: 64 additions & 0 deletions
64
...fsh-generated/resources/StructureDefinition-ExtensionISiKMedicationStatementReplaces.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": "ExtensionISiKMedicationStatementReplaces", | ||
"url": "https://gematik.de/fhir/isik/v4/Medikation/StructureDefinition/ExtensionISiKMedicationStatementReplaces", | ||
"version": "3.0.1", | ||
"name": "ExtensionISiKMedicationStatementReplaces", | ||
"title": "ISiKMedicationStatementReplaces", | ||
"status": "active", | ||
"experimental": false, | ||
"date": "2024-01-12", | ||
"publisher": "gematik GmbH", | ||
"description": "Welche Medikationsinformation wird ersetzt?", | ||
"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/ExtensionISiKMedicationStatementReplaces" | ||
}, | ||
{ | ||
"id": "Extension.value[x]", | ||
"path": "Extension.value[x]", | ||
"min": 1, | ||
"type": [ | ||
{ | ||
"code": "Reference", | ||
"targetProfile": [ | ||
"http://hl7.org/fhir/StructureDefinition/MedicationStatement" | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"id": "Extension.value[x].reference", | ||
"path": "Extension.value[x].reference", | ||
"min": 1 | ||
} | ||
] | ||
} | ||
} |
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
12 changes: 12 additions & 0 deletions
12
Resources/input/fsh/ExtensionISiKMedicationRequestReplaces.fsh
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,12 @@ | ||
Extension: ExtensionISiKMedicationRequestReplaces | ||
Id: ExtensionISiKMedicationRequestReplaces | ||
Title: "ISiKMedicationRequestReplaces" | ||
Description: "Welche Medikationsverordnung wird ersetzt?" | ||
* insert Meta | ||
* ^experimental = false | ||
* ^context[+].type = #element | ||
* ^context[=].expression = "MedicationRequest" | ||
* value[x] 1.. | ||
* value[x] only Reference(MedicationRequest) | ||
* valueReference | ||
* reference 1.. |
12 changes: 12 additions & 0 deletions
12
Resources/input/fsh/ExtensionISiKMedicationStatementReplaces.fsh
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,12 @@ | ||
Extension: ExtensionISiKMedicationStatementReplaces | ||
Id: ExtensionISiKMedicationStatementReplaces | ||
Title: "ISiKMedicationStatementReplaces" | ||
Description: "Welche Medikationsinformation wird ersetzt?" | ||
* insert Meta | ||
* ^experimental = false | ||
* ^context[+].type = #element | ||
* ^context[=].expression = "MedicationStatement" | ||
* value[x] 1.. | ||
* value[x] only Reference(MedicationStatement) | ||
* valueReference | ||
* reference 1.. |
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