FHIR IG analytics| Package | de.gematik.hddt |
| Resource Type | Organization |
| Id | Organization-example-glucometer-manufacturer.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Organization",
"id": "example-glucometer-manufacturer",
"type": [
{
"coding": [
{
"system": "https://fhir.bfarm.de/CodeSystem/HiisManufacturerType",
"code": "legal",
"display": "Legal Entity"
}
]
}
],
"name": "Glukko Inc.",
"telecom": [
{
"system": "email",
"value": "info@glukko.com"
}
],
"address": [
{
"line": [
"Glukko Street 1"
],
"city": "Berlin",
"postalCode": "10115",
"country": "DE"
}
],
"contact": [
{
"name": {
"given": [
"John"
],
"family": "Glucose"
},
"telecom": [
{
"system": "phone",
"value": "+49-30-1234567"
}
]
}
]
}