FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source1
{
"resourceType": "StructureDefinition",
"url": "http://fhir.dguv.de/Basis/Organization/DGUV-Basis-PR-Unfallbetrieb",
"version": "1.4",
"name": "DGUV_Basis_PR_Unfallbetrieb",
"title": "Unfallbetrieb",
"status": "draft",
"publisher": "Deutsche Gesetzliche Unfallversicherung e.V. (DGUV)",
"description": "Dieses Profil bildet den Unfallbetrieb ab.",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Organization",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Organization.identifier",
"path": "Organization.identifier",
"max": "1"
},
{
"id": "Organization.name",
"path": "Organization.name",
"min": 1
},
{
"id": "Organization.telecom",
"path": "Organization.telecom",
"type": [
{
"code": "ContactPoint",
"profile": [
"http://fhir.dguv.de/Basis/ContactPoint/DGUV-Basis-PR-KontaktDaten"
]
}
]
},
{
"id": "Organization.address",
"path": "Organization.address",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "type"
}
],
"rules": "open"
},
"min": 1
},
{
"id": "Organization.address:Strassenanschrift",
"path": "Organization.address",
"sliceName": "Strassenanschrift",
"type": [
{
"code": "Address",
"profile": [
"http://fhir.de/StructureDefinition/address-de-basis"
]
}
]
},
{
"id": "Organization.address:Strassenanschrift.type",
"path": "Organization.address.type",
"min": 1,
"fixedCode": "both"
},
{
"id": "Organization.address:Strassenanschrift.line.extension:Postfach",
"path": "Organization.address.line.extension",
"sliceName": "Postfach",
"max": "0"
},
{
"id": "Organization.address:Postfach",
"path": "Organization.address",
"sliceName": "Postfach",
"type": [
{
"code": "Address",
"profile": [
"http://fhir.de/StructureDefinition/address-de-basis"
]
}
]
},
{
"id": "Organization.address:Postfach.type",
"path": "Organization.address.type",
"min": 1,
"fixedCode": "postal"
},
{
"id": "Organization.address:Postfach.line.extension:Strasse",
"path": "Organization.address.line.extension",
"sliceName": "Strasse",
"max": "0"
},
{
"id": "Organization.address:Postfach.line.extension:Hausnummer",
"path": "Organization.address.line.extension",
"sliceName": "Hausnummer",
"max": "0"
},
{
"id": "Organization.address:Postfach.line.extension:Adresszusatz",
"path": "Organization.address.line.extension",
"sliceName": "Adresszusatz",
"max": "0"
}
]
}
}