FHIR IG analytics| Package | hl7.fhir.eu.imaging-r5 |
| Resource Type | Organization |
| Id | Organization-OrganizationSemiStructuredReport.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization OrganizationSemiStructuredReport
Language: en
Profile: Organization (EU core)
name: Radiology Zentrum Bremen
| Telecom | Address |
| +49 421 1234567 | Schwachhauser Heerstraße 54 Bremen 28209 Germany (work) |
{
"resourceType": "Organization",
"id": "OrganizationSemiStructuredReport",
"meta": {
"profile": [
"http://hl7.eu/fhir/base-r5/StructureDefinition/organization-eu-core"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": "Radiology Zentrum Bremen",
"contact": [
{
"telecom": [
{
"system": "phone",
"value": "+49 421 1234567",
"use": "work"
}
],
"address": {
"use": "work",
"line": [
"Schwachhauser Heerstraße 54"
],
"_line": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString": "Schwachhauser Heerstraße"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString": "54"
}
]
}
],
"city": "Bremen",
"postalCode": "28209",
"country": "Germany"
}
}
]
}