FHIR IG analytics| Package | rki.demis.common.strict |
| Resource Type | Organization |
| Id | NotifierFacility-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Organization",
"id": "NotifierFacility-example",
"meta": {
"profile": [
"https://demis.rki.de/fhir/StructureDefinition/NotifierFacility"
]
},
"identifier": [
{
"system": "https://demis.rki.de/fhir/NamingSystem/DEMISParticipantId",
"value": "12345"
},
{
"system": "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR",
"value": "272607400"
}
],
"type": [
{
"coding": [
{
"system": "https://demis.rki.de/fhir/CodeSystem/organizationType",
"code": "laboratory"
}
]
}
],
"name": "Labor Sonnenschein",
"telecom": [
{
"system": "phone",
"value": "+49 (0)2737 - 123456",
"use": "work"
}
],
"address": [
{
"line": [
"Seeweg 15"
],
"city": "Berlin",
"state": "DE-BE",
"postalCode": "10117",
"country": "DE"
}
]
}