FHIR IG analytics| Package | ma.ambulanter.fall |
| Resource Type | Organization |
| Id | Organization-ExampleOrganizationRechnungssteller.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Organization",
"id": "ExampleOrganizationRechnungssteller",
"meta": {
"profile": [
"http://ma-ambulant.de/StructureDefinition/MaOrganizationRechnungssteller",
"https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Organization",
"https://gematik.de/fhir/isik/StructureDefinition/ISiKOrganisation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"valuePeriod": {
"start": "2025-01-01",
"end": "2030-12-31"
},
"url": "http://hl7.org/fhir/StructureDefinition/organization-period"
},
{
"valueCoding": {
"system": "http://fhir.de/CodeSystem/dkgev/Abrechnungsart",
"code": "KV",
"display": "KV-Ermächtigung / Notfallabrechnung"
},
"url": "http://ma-ambulant.de/StructureDefinition/ExtensionOrganisationAbrechnungsart"
},
{
"valueCoding": {
"system": "http://ma-ambulant.de/Codesystem/AbrechnungsartErweitert",
"code": "SOZ",
"display": "Sozialamt"
},
"url": "http://ma-ambulant.de/StructureDefinition/ExtensionOrganisationAbrechnungsart"
}
],
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "BSNR"
}
]
},
"system": "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR",
"value": "123456789"
}
],
"alias": [
"BSP_RS"
],
"type": [
{
"coding": [
{
"code": "institut",
"system": "http://ma-ambulant.de/Codesystem/Ambulanzart",
"display": "Institut"
}
]
},
{
"coding": [
{
"code": "biller",
"system": "http://ma-ambulant.de/Codesystem/OrganizationTypeExtended",
"display": "Billing Organization"
}
]
}
],
"name": "Beispiel Rechnungssteller",
"partOf": {
"reference": "Organization/ExampleOrganizationKrankenhaus"
}
}