FHIR IG analytics| Package | odilab.evo |
| Resource Type | Organization |
| Id | Organization-416b7bc3-7483-46ba-bc67-306bf671c569.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Organization",
"id": "416b7bc3-7483-46ba-bc67-306bf671c569",
"meta": {
"profile": [
"https://fhir.kbv.de/StructureDefinition/KBV_PR_FOR_Organization|1.1.0"
]
},
"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"
}
],
"telecom": [
{
"system": "phone",
"value": "0201-123456789"
}
],
"address": [
{
"line": [
"Musterstrasse 1"
],
"_line": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString": "Musterstrasse"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString": "1"
}
]
}
],
"type": "both",
"city": "Musterstadt",
"postalCode": "12345",
"country": "D"
}
]
}