FHIR IG analytics| Package | fhir.bfarm.de |
| Resource Type | Organization |
| Id | Example-DiPA-HealthAppManufacturer.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Organization",
"id": "Example-Organization-2",
"meta": {
"versionId": "1",
"lastUpdated": "2022-12-27T07:23:41.138+01:00",
"source": "#9mRELNFr5utvK3a7",
"profile": [
"https://fhir.bfarm.de/StructureDefinition/HealthAppManufacturer"
]
},
"type": [
{
"coding": [
{
"system": "https://fhir.bfarm.de/CodeSystem/HealthAppManufacturerType",
"code": "legal",
"display": "Juristische Person"
}
]
}
],
"name": "krautsalad GmbH",
"telecom": [
{
"system": "email",
"value": "hallo@krautsalad.com"
}
],
"address": [
{
"line": [
"Borstraße 17a"
],
"city": "Radebeul",
"postalCode": "01445",
"country": "DE"
}
],
"contact": [
{
"name": {
"family": "Helbig",
"given": [
"Sebastian"
]
},
"telecom": [
{
"system": "email",
"value": "hallo@krautsalad.com"
},
{
"system": "phone",
"value": "+4915155577211"
}
]
}
]
}