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

FHIR IG analytics

Packagemyhealth.eu.fhir.laboratory
Resource TypeOrganization
IdOrganization-ff4d98d1-69c9-43db-896e-58d11c15662c.json
FHIR VersionR4

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 ff4d98d1-69c9-43db-896e-58d11c15662c

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-


Source1

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