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

FHIR IG analytics

Packagech.fhir.ig.ch-ekm
Resource TypeOrganization
IdOrganization-ChEkmOrganizationBrokerExample.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 ChEkmOrganizationBrokerExample

identifier: GLN/7601000435333, BER/A99085500

name: DataSan AG

telecom: +35 43 654 43 32, input@output.org

address: Bitstrasse 128 Gatiburg 1010


Source1

{
  "resourceType": "Organization",
  "id": "ChEkmOrganizationBrokerExample",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.51.1.3",
      "value": "7601000435333"
    },
    {
      "system": "urn:oid:2.16.756.5.45",
      "value": "A99085500"
    }
  ],
  "name": "DataSan AG",
  "telecom": [
    {
      "system": "phone",
      "value": "+35 43 654 43 32"
    },
    {
      "system": "email",
      "value": "input@output.org"
    }
  ],
  "address": [
    {
      "line": [
        "Bitstrasse 128"
      ],
      "city": "Gatiburg",
      "postalCode": "1010"
    }
  ]
}