Skip to content

Commit

Permalink
auto-generated FHIR files by GitHub Actions (CI FSH to FHIR Validation)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-werner authored and GitHub Actions Bot committed Nov 7, 2024
1 parent 46e4b6d commit d92c727
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,20 @@
"min": 1,
"mustSupport": true
},
{
"id": "Patient.gender.extension",
"path": "Patient.gender.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"ordered": false,
"rules": "open"
}
},
{
"id": "Patient.gender.extension:Geschlecht-Administrativ",
"path": "Patient.gender.extension",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,20 @@
"short": "Ist das Geschlecht des Arztes bekannt, MUSS es bereitgestellt werden.",
"mustSupport": true
},
{
"id": "Practitioner.gender.extension",
"path": "Practitioner.gender.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"ordered": false,
"rules": "open"
}
},
{
"id": "Practitioner.gender.extension:Geschlecht-Administrativ",
"path": "Practitioner.gender.extension",
Expand Down

0 comments on commit d92c727

Please sign in to comment.