FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.eu.imaging-r5
Resource TypeOrganization
IdOrganization-OrganizationSemiStructuredReport.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Organization OrganizationSemiStructuredReport

Language: en

Profile: Organization (EU core)

name: Radiology Zentrum Bremen

Contacts

-TelecomAddress
*+49 421 1234567Schwachhauser Heerstraße 54 Bremen 28209 Germany (work)

Source1

{
  "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"
      }
    }
  ]
}