FHIR IG analytics| Package | myhealth.eu.fhir.laboratory |
| Resource Type | Organization |
| Id | Organization-ff4d98d1-69c9-43db-896e-58d11c15662c.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization ff4d98d1-69c9-43db-896e-58d11c15662c
Profile: Organization (Core)
type: Healthcare Provider
name: University Hospital Berlin
telecom: +49-30-1234567, info@universityhospital-berlin.eu
address: Charitéplatz 1 Berlin 10117 DE (work)
partOf: Parent Health Network
contact
name: Dr. Erika Schmidt
telecom: erika.schmidt@universityhospital-berlin.eu, ph: -unknown-
{
"resourceType": "Organization",
"id": "ff4d98d1-69c9-43db-896e-58d11c15662c",
"meta": {
"profile": [
"http://fhir.ehdsi.eu/core/StructureDefinition/organization-myhealtheu-core"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "prov",
"display": "Healthcare Provider"
}
]
}
],
"name": "University Hospital Berlin",
"telecom": [
{
"system": "phone",
"value": "+49-30-1234567"
},
{
"system": "email",
"value": "info@universityhospital-berlin.eu"
}
],
"address": [
{
"use": "work",
"type": "both",
"line": [
"Charitéplatz 1"
],
"city": "Berlin",
"postalCode": "10117",
"country": "DE"
}
],
"partOf": {
"display": "Parent Health Network"
},
"contact": [
{
"name": {
"text": "Dr. Erika Schmidt"
},
"telecom": [
{
"system": "email",
"value": "erika.schmidt@universityhospital-berlin.eu"
},
{
"system": "phone"
}
]
}
]
}