diff --git a/Resources/fsh-generated/resources/StructureDefinition-ISiKStandort.json b/Resources/fsh-generated/resources/StructureDefinition-ISiKStandort.json new file mode 100644 index 00000000..79f916f3 --- /dev/null +++ b/Resources/fsh-generated/resources/StructureDefinition-ISiKStandort.json @@ -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 + } + ] + } +}