FHIR IG analytics| Package | rki.demis.disease |
| Resource Type | Organization |
| Id | example-organization-notifierfacility-01.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Organization",
"id": "431e89ce-3a44-4ec1-801c-0f988992e8fd",
"meta": {
"profile": [
"https://demis.rki.de/fhir/StructureDefinition/NotifierFacility"
]
},
"identifier": [
{
"system": "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR",
"value": "987654300"
}
],
"type": [
{
"coding": [
{
"system": "https://demis.rki.de/fhir/CodeSystem/organizationType",
"code": "hospital"
}
]
}
],
"name": "Sankt Gertrauden Krankenhaus",
"telecom": [
{
"system": "phone",
"value": "0309876543210",
"use": "work"
}
],
"address": [
{
"line": [
"Dingsweg 321"
],
"city": "Berlin",
"postalCode": "13055",
"country": "DE"
}
]
}