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

FHIR IG analytics

Packagefhir.bfarm.de
Resource TypeOrganization
IdExample-DiPA-HealthAppManufacturer.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-Organization-2",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2022-12-27T07:23:41.138+01:00",
    "source": "#9mRELNFr5utvK3a7",
    "profile": [
      "https://fhir.bfarm.de/StructureDefinition/HealthAppManufacturer"
    ]
  },
  "type": [
    {
      "coding": [
        {
          "system": "https://fhir.bfarm.de/CodeSystem/HealthAppManufacturerType",
          "code": "legal",
          "display": "Juristische Person"
        }
      ]
    }
  ],
  "name": "krautsalad GmbH",
  "telecom": [
    {
      "system": "email",
      "value": "hallo@krautsalad.com"
    }
  ],
  "address": [
    {
      "line": [
        "Borstraße 17a"
      ],
      "city": "Radebeul",
      "postalCode": "01445",
      "country": "DE"
    }
  ],
  "contact": [
    {
      "name": {
        "family": "Helbig",
        "given": [
          "Sebastian"
        ]
      },
      "telecom": [
        {
          "system": "email",
          "value": "hallo@krautsalad.com"
        },
        {
          "system": "phone",
          "value": "+4915155577211"
        }
      ]
    }
  ]
}