FHIR IG analytics| Package | ishmed.i14y.r4.de |
| Resource Type | Organization |
| Id | Organization-ex-org5.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Demo GP Business Partner
This example concentrates on a GP (Praxis) as a business partner.
{
"resourceType": "Organization",
"id": "ex-org5",
"meta": {
"profile": [
"http://fhir.ishmed.com/R4/StructureDefinition/OrganizationCoreDe"
],
"lastUpdated": "2022-08-30T00:00:00Z",
"versionId": "2.0.0"
},
"text": {
"div": "<!-- snip (see above) -->",
"status": "generated"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"code": "BSNR",
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"display": "Primary physician office number"
}
]
},
"system": "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR",
"value": "056544500"
},
{
"use": "official",
"type": {
"coding": [
{
"code": "XX",
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"display": "Organization identifier"
}
]
},
"system": "http://fhir.de/sid/arge-ik/iknr",
"value": "934575464"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "prov"
}
]
}
],
"name": "Test-Organization 5",
"address": [
{
"type": "both",
"use": "work",
"text": "Schillerpromenade 1, 12459, Berlin",
"line": [
"Schillerpromenade 1"
],
"postalCode": "12459",
"city": "Berlin",
"state": "DE-BE",
"country": "DE"
}
],
"telecom": [
{
"system": "phone",
"value": "(+49) 30-555-9876",
"use": "work"
},
{
"system": "email",
"use": "work",
"value": "info@example-gp.de"
},
{
"system": "email",
"use": "work",
"value": "hq@example-gp.de"
}
]
}