-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FHIR SEU Berlin #20
Open
Raunitschke
wants to merge
16
commits into
gematik:main
Choose a base branch
from
Raunitschke:test
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
FHIR SEU Berlin #20
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
9c798a2
Dies ist ein erster Test, die Changes validiert
0dabe18
zusätzliche Eintragungen
097ab41
finale Anpassungen
722caca
finalisierungen
33ac220
finalisierungen
ac8e789
Sushi Iteration 1
Raunitschke abef80d
Merge branch 'main' into test
Raunitschke 8d55537
Finalisierungen
Raunitschke 095942e
finale Version
Raunitschke 5626dfe
Elternfragebogen vervollständigt #DE-BE
Raunitschke a6dcd8e
finalisierter Elternfragebogen Berlin
Raunitschke ec4d679
enableWhenBoolean
Raunitschke cbfc4f3
fehlerfrei
Raunitschke dccde03
länderspezifischer Elternfragebogen
Raunitschke 81404c4
letzte fehler gefixt
Raunitschke 20c61e5
Elternfragebogen aus Untermenge ElternfragebogenQU
Raunitschke File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
170 changes: 93 additions & 77 deletions
170
Spec-Schuleingangsuntersuchung/fsh-generated/fsh-index.json
Large diffs are not rendered by default.
Oops, something went wrong.
80 changes: 41 additions & 39 deletions
80
Spec-Schuleingangsuntersuchung/fsh-generated/fsh-index.txt
Large diffs are not rendered by default.
Oops, something went wrong.
34 changes: 34 additions & 0 deletions
34
...ingangsuntersuchung/fsh-generated/resources/CodeSystem-seu-ef-medienkonsum-verlin-cs.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,34 @@ | ||
{ | ||
"resourceType": "CodeSystem", | ||
"status": "draft", | ||
"content": "complete", | ||
"name": "SEU_EF_Medienkonsum_BerlinCS", | ||
"id": "seu-ef-medienkonsum-verlin-cs", | ||
"title": "SEU_EF_Medienkonsum Berlin CodeSystem", | ||
"description": "CodeSystem für die Angabe des Medienkonsums in Stunden.", | ||
"version": "0.1.0", | ||
"url": "https://www.oegd.de/fhir/seu/CodeSystem/seu-ef-medienkonsum-verlin-cs", | ||
"concept": [ | ||
{ | ||
"code": "gar_nicht", | ||
"display": "Gar nicht" | ||
}, | ||
{ | ||
"code": "max_bis_1", | ||
"display": "max. 1 Stunde" | ||
}, | ||
{ | ||
"code": "max-bis_2", | ||
"display": "max. 2 Stunden" | ||
}, | ||
{ | ||
"code": "max_bis_3", | ||
"display": "max. 3 Stunden" | ||
}, | ||
{ | ||
"code": "ueber_3", | ||
"display": "über 3 Stunden" | ||
} | ||
], | ||
"count": 5 | ||
} |
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
47 changes: 47 additions & 0 deletions
47
...uleingangsuntersuchung/fsh-generated/resources/ValueSet-SEU-EF-Medienkonsum-BerlinVS.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,47 @@ | ||
{ | ||
"resourceType": "ValueSet", | ||
"status": "draft", | ||
"name": "SEU_EF_Medienkonsum_BerlinVS", | ||
"id": "SEU-EF-Medienkonsum-BerlinVS", | ||
"title": "SEU_EF_Medienkonsum Berlin ValueSet", | ||
"description": "ValueSet, das die Kategorien des Medienkonsums in Stunden enthält.", | ||
"version": "0.1.0", | ||
"url": "https://www.oegd.de/fhir/seu/ValueSet/SEU-EF-Medienkonsum-BerlinVS", | ||
"expansion": { | ||
"timestamp": "2024-09-10T12:00:00+00:00", | ||
"contains": [ | ||
{ | ||
"system": "https://www.oegd.de/fhir/seu/CodeSystem/seu-ef-medienkonsum-verlin-cs", | ||
"code": "gar_nicht", | ||
"display": "Gar nicht" | ||
}, | ||
{ | ||
"system": "https://www.oegd.de/fhir/seu/CodeSystem/seu-ef-medienkonsum-verlin-cs", | ||
"code": "max_bis_1", | ||
"display": "max. 1 Stunde" | ||
}, | ||
{ | ||
"system": "https://www.oegd.de/fhir/seu/CodeSystem/seu-ef-medienkonsum-verlin-cs", | ||
"code": "max_bis_2", | ||
"display": "max. 2 Stunden" | ||
}, | ||
{ | ||
"system": "https://www.oegd.de/fhir/seu/CodeSystem/seu-ef-medienkonsum-verlin-cs", | ||
"code": "max_bis_3", | ||
"display": "max. 3 Stunden" | ||
}, | ||
{ | ||
"system": "https://www.oegd.de/fhir/seu/CodeSystem/seu-ef-medienkonsum-verlin-cs", | ||
"code": "ueber_3", | ||
"display": "über 3 Stunden" | ||
} | ||
] | ||
}, | ||
"compose": { | ||
"include": [ | ||
{ | ||
"system": "https://www.oegd.de/fhir/seu/CodeSystem/seu-ef-medienkonsum-verlin-cs" | ||
} | ||
] | ||
} | ||
} |
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hier bitte auch enableWhenBoolean RuleSet verwenden