FHIR IG Statistics: StructureDefinition/identifier-kuerzel
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "identifier-kuerzel",
"url": "https://tiplu.de/fhir/StructureDefinition/identifier-kuerzel",
"version": "TODO",
"name": "IdentifierKuerzel",
"title": "Profil für die Abbildung eines Ressourcen-Kürzels als Identifier",
"status": "active",
"date": "2025-05-01",
"publisher": "Tiplu GmbH",
"contact": [
{
"name": "Tiplu GmbH",
"telecom": [
{
"system": "email",
"value": "fhir@tiplu.de"
}
]
}
],
"description": "Identifier-Profil für die Abbildung eines organisationsspezifischen Kürzels für die Ressourcen (Locations) und Organisationen (Organization)",
"copyright": "Tiplu GmbH",
"fhirVersion": "4.0.1",
"kind": "complex-type",
"abstract": false,
"type": "Identifier",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Identifier",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Identifier.type",
"path": "Identifier.type",
"min": 1,
"patternCodeableConcept": {
"coding": [
{
"code": "SHORT",
"system": "https://tiplu.de/fhir/CodeSystem/IdentifierTypeExtended"
}
]
},
"binding": {
"strength": "required",
"valueSet": "https://tiplu.de/fhir/ValueSet/IdentifierTypeExtended"
}
},
{
"id": "Identifier.system",
"path": "Identifier.system",
"min": 1
},
{
"id": "Identifier.value",
"path": "Identifier.value",
"min": 1
}
]
}
}