FHIR IG analytics| Package | rki.demis.common.strict |
| Resource Type | Organization |
| Id | SubmittingFacility-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Organization",
"id": "SubmittingFacility-example",
"meta": {
"profile": [
"https://demis.rki.de/fhir/StructureDefinition/SubmittingFacility"
]
},
"type": [
{
"coding": [
{
"system": "https://demis.rki.de/fhir/CodeSystem/organizationType",
"code": "holidayCamp"
}
]
}
],
"name": "Einsendende Einrichtung",
"telecom": [
{
"system": "phone",
"value": "+49 (0)12345 - 123456",
"use": "work"
}
],
"address": [
{
"line": [
"Schneller Weg 12"
],
"city": "Berlin",
"state": "DE-BE",
"postalCode": "10117",
"country": "DE"
}
]
}