FHIR IG analytics| Package | fhir.bfarm.de |
| Resource Type | Organization |
| Id | Example-DiGA-HealthAppManufacturer.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Organization",
"id": "Example-Organization-403",
"meta": {
"versionId": "2",
"lastUpdated": "2022-12-27T06:12:07.631+01:00",
"source": "#jHiFEphQP11apFzW",
"profile": [
"https://fhir.bfarm.de/StructureDefinition/HealthAppManufacturer"
]
},
"identifier": [
{
"system": "http://fhir.de/sid/arge-ik/iknr",
"value": "0000000"
}
],
"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"
}
]
}
]
}