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

FHIR IG analytics

Packagede.gematik.hddt
Resource TypeOrganization
IdOrganization-example-glucometer-manufacturer.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Organization",
  "id": "example-glucometer-manufacturer",
  "type": [
    {
      "coding": [
        {
          "system": "https://fhir.bfarm.de/CodeSystem/HiisManufacturerType",
          "code": "legal",
          "display": "Legal Entity"
        }
      ]
    }
  ],
  "name": "Glukko Inc.",
  "telecom": [
    {
      "system": "email",
      "value": "info@glukko.com"
    }
  ],
  "address": [
    {
      "line": [
        "Glukko Street 1"
      ],
      "city": "Berlin",
      "postalCode": "10115",
      "country": "DE"
    }
  ],
  "contact": [
    {
      "name": {
        "given": [
          "John"
        ],
        "family": "Glucose"
      },
      "telecom": [
        {
          "system": "phone",
          "value": "+49-30-1234567"
        }
      ]
    }
  ]
}