FHIR IG analytics| Package | de.gematik.epa |
| Resource Type | Organization |
| Id | Organization-ExampleMinimalOrganizationHeader.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization ExampleMinimalOrganizationHeader
Profile: TI Organizationversion: null1.1.1)
identifier: https://gematik.de/fhir/sid/telematik-id/9-2.58.00000089, https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR/721111100
type: Betriebsstätte Arzt
name: Die Hausarztpraxis
address: Friedrichstr. 136,
10117 Berlin
contact
telecom: ph: 0301234567, fax: 030123456789, hausarztpraxis@example.com
{
"resourceType": "Organization",
"id": "ExampleMinimalOrganizationHeader",
"meta": {
"profile": [
"https://gematik.de/fhir/ti/StructureDefinition/ti-organization|1.1.1"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://gematik.de/fhir/sid/telematik-id",
"value": "9-2.58.00000089"
},
{
"system": "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR",
"value": "721111100"
}
],
"type": [
{
"coding": [
{
"system": "https://gematik.de/fhir/directory/CodeSystem/OrganizationProfessionOID",
"code": "1.2.276.0.76.4.50",
"display": "Betriebsstätte Arzt"
}
]
}
],
"name": "Die Hausarztpraxis",
"address": [
{
"text": "Friedrichstr. 136, \n10117 Berlin",
"line": [
"Friedrichstr. 136"
],
"city": "Berlin",
"district": "Mitte",
"state": "Berlin",
"postalCode": "10117",
"country": "DE"
}
],
"contact": [
{
"telecom": [
{
"system": "phone",
"value": "0301234567"
},
{
"system": "fax",
"value": "030123456789"
},
{
"system": "email",
"value": "hausarztpraxis@example.com"
}
]
}
]
}