FHIR IG Statistics: StructureDefinition/EcpKostentraeger
Resources that use this resource
No resources found
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "EcpKostentraeger",
"url": "https://thieme-compliance.de/fhir/StructureDefinition/EcpKostentraeger",
"version": "1.0.0",
"name": "EcpKostentraeger",
"title": "ECP Kostenträger",
"status": "draft",
"date": "2023-05-02",
"publisher": "Thieme Compliance GmbH",
"contact": [
{
"name": "Thieme Compliance GmbH",
"telecom": [
{
"system": "url",
"value": "http://thieme-compliance.de/",
"use": "work"
}
]
}
],
"description": "Kostenträger für die ECP-Dateneinleitung",
"copyright": "Copyright 2020-2023 Thieme Compliance GmbH",
"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",
"slicing": {
"discriminator": [
{
"type": "pattern",
"path": "$this"
}
],
"rules": "open"
}
},
{
"id": "Organization.identifier:iknr",
"path": "Organization.identifier",
"sliceName": "iknr",
"min": 0,
"max": "*",
"type": [
{
"code": "Identifier",
"profile": [
"http://fhir.de/StructureDefinition/identifier-iknr"
]
}
]
},
{
"id": "Organization.type",
"path": "Organization.type",
"min": 1,
"mustSupport": true,
"binding": {
"strength": "required",
"valueSet": "http://ihe-d.de/ValueSets/IHEXDShealthcareFacilityTypeCode"
}
},
{
"id": "Organization.type.coding",
"path": "Organization.type.coding",
"min": 1,
"mustSupport": true
},
{
"id": "Organization.type.coding.system",
"path": "Organization.type.coding.system",
"min": 1,
"mustSupport": true
},
{
"id": "Organization.type.coding.code",
"path": "Organization.type.coding.code",
"min": 1,
"mustSupport": true
},
{
"id": "Organization.name",
"path": "Organization.name",
"mustSupport": true
},
{
"id": "Organization.address",
"path": "Organization.address",
"type": [
{
"code": "Address",
"profile": [
"http://fhir.de/StructureDefinition/address-de-basis"
]
}
],
"mustSupport": true
},
{
"id": "Organization.address.line",
"path": "Organization.address.line",
"mustSupport": true
},
{
"id": "Organization.address.line.extension:Strasse",
"path": "Organization.address.line.extension",
"sliceName": "Strasse",
"mustSupport": true
},
{
"id": "Organization.address.line.extension:Hausnummer",
"path": "Organization.address.line.extension",
"sliceName": "Hausnummer",
"mustSupport": true
},
{
"id": "Organization.address.city",
"path": "Organization.address.city",
"mustSupport": true
},
{
"id": "Organization.address.postalCode",
"path": "Organization.address.postalCode",
"mustSupport": true
}
]
}
}