FHIR IG analytics
Resources that use this resource
No resources found
Resources that this resource uses
| ValueSet |
| basisprofil.tiplu.de.r4.dev#3.0.0-rc.9dev | Organisationstyp | Organisationstyp |
Narrative
No narrative content found in resource
Source1
{
"resourceType": "StructureDefinition",
"id": "TipluOrganizationAbteilung",
"url": "https://tiplu.de/fhir/StructureDefinition/TipluOrganizationAbteilung",
"version": "2.0.2",
"name": "TipluOrganizationAbteilung",
"title": "Abteilung",
"status": "active",
"date": "2026-04-02",
"publisher": "Tiplu GmbH",
"contact": [
{
"name": "Tiplu GmbH",
"telecom": [
{
"system": "email",
"value": "fhir@tiplu.de"
}
]
}
],
"description": "Dieses Profil bildet eine Abteilung im Krankenhaus ab. Es leitet von ISiK ab. Alle dort vorgesehenen MS-Felder - bis auf telecom, address und contact - werden auch hier mit MS-Flag umgesetzt.",
"copyright": "Tiplu GmbH",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Organization",
"baseDefinition": "https://gematik.de/fhir/isik/StructureDefinition/ISiKOrganisationFachabteilung",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Organization.meta",
"path": "Organization.meta",
"mustSupport": true
},
{
"id": "Organization.meta.profile",
"path": "Organization.meta.profile",
"mustSupport": true
},
{
"id": "Organization.active",
"path": "Organization.active",
"patternBoolean": true
},
{
"id": "Organization.type:organisationstyp",
"path": "Organization.type",
"sliceName": "organisationstyp",
"patternCodeableConcept": {
"coding": [
{
"code": "dept",
"system": "http://terminology.hl7.org/CodeSystem/organization-type"
}
]
},
"binding": {
"strength": "required",
"valueSet": "https://tiplu.de/fhir/ValueSet/Organisationstyp"
}
},
{
"id": "Organization.telecom",
"path": "Organization.telecom",
"comment": "Im aktuellen Kontext von Tiplu nicht befüllt."
},
{
"id": "Organization.address",
"path": "Organization.address",
"comment": "Im aktuellen Kontext von Tiplu nicht befüllt."
},
{
"id": "Organization.contact",
"path": "Organization.contact",
"comment": "Im aktuellen Kontext von Tiplu nicht befüllt."
}
]
}
}