-
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.
auto-generated FHIR files by GitHub Actions (CI FSH to FHIR Validation)
- Loading branch information
1 parent
4b3bb3b
commit b7e7153
Showing
1 changed file
with
80 additions
and
0 deletions.
There are no files selected for viewing
80 changes: 80 additions & 0 deletions
80
Resources/fsh-generated/resources/StructureDefinition-ISiKStandort.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,80 @@ | ||
{ | ||
"resourceType": "StructureDefinition", | ||
"id": "ISiKStandort", | ||
"url": "https://gematik.de/fhir/isik/v3/Basismodul/StructureDefinition/ISiKStandort", | ||
"version": "4.0.0-rc", | ||
"name": "ISiKStandort", | ||
"status": "draft", | ||
"experimental": false, | ||
"date": "2024-01-16", | ||
"publisher": "gematik GmbH", | ||
"description": "Dieses Profil dient der strukturierten Erfassung von Standortangaben eines Krankenhauses oder von Organisationseinheiten innerhalb eines Krankenhauses in ISiK-Szenarien.", | ||
"fhirVersion": "4.0.1", | ||
"mapping": [ | ||
{ | ||
"identity": "rim", | ||
"uri": "http://hl7.org/v3", | ||
"name": "RIM Mapping" | ||
}, | ||
{ | ||
"identity": "w5", | ||
"uri": "http://hl7.org/fhir/fivews", | ||
"name": "FiveWs Pattern Mapping" | ||
} | ||
], | ||
"kind": "resource", | ||
"abstract": false, | ||
"type": "Location", | ||
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Location", | ||
"derivation": "constraint", | ||
"differential": { | ||
"element": [ | ||
{ | ||
"id": "Location.identifier", | ||
"path": "Location.identifier", | ||
"mustSupport": true | ||
}, | ||
{ | ||
"id": "Location.name", | ||
"path": "Location.name", | ||
"mustSupport": true | ||
}, | ||
{ | ||
"id": "Location.mode", | ||
"path": "Location.mode", | ||
"patternCodeableConcept": { | ||
"coding": [ | ||
{ | ||
"code": "instance", | ||
"system": "http://hl7.org/fhir/location-mode" | ||
} | ||
] | ||
}, | ||
"mustSupport": true | ||
}, | ||
{ | ||
"id": "Location.address", | ||
"path": "Location.address", | ||
"mustSupport": true | ||
}, | ||
{ | ||
"id": "Location.physicalType", | ||
"path": "Location.physicalType", | ||
"min": 1, | ||
"mustSupport": true | ||
}, | ||
{ | ||
"id": "Location.managingOrganization", | ||
"path": "Location.managingOrganization", | ||
"min": 1, | ||
"mustSupport": true | ||
}, | ||
{ | ||
"id": "Location.partOf", | ||
"path": "Location.partOf", | ||
"min": 1, | ||
"mustSupport": true | ||
} | ||
] | ||
} | ||
} |