Skip to content

Commit

Permalink
Commit from GitHub Actions (FHIRValidator)
Browse files Browse the repository at this point in the history
  • Loading branch information
gem-uhe committed Feb 5, 2024
1 parent 6022585 commit 769930c
Showing 1 changed file with 39 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,51 @@
"min": 1,
"patternUri": "https://gematik.de/fhir/directory/CodeSystem/Origin"
},
{
"id": "HealthcareService.identifier",
"path": "HealthcareService.identifier",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "system"
}
],
"rules": "open"
},
"mustSupport": true
},
{
"id": "HealthcareService.identifier:TelematikID",
"path": "HealthcareService.identifier",
"sliceName": "TelematikID",
"min": 0,
"max": "1",
"type": [
{
"code": "Identifier",
"profile": [
"http://fhir.de/StructureDefinition/identifier-telematik-id"
]
}
],
"mustSupport": true
},
{
"id": "HealthcareService.providedBy",
"path": "HealthcareService.providedBy",
"min": 1,
"mustSupport": true
},
{
"id": "HealthcareService.type",
"path": "HealthcareService.type",
"mustSupport": true,
"binding": {
"strength": "required",
"valueSet": "https://gematik.de/fhir/directory/ValueSet/OrganizationTypeVS"
}
},
{
"id": "HealthcareService.specialty",
"path": "HealthcareService.specialty",
Expand Down

0 comments on commit 769930c

Please sign in to comment.