FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/GEM-ERPEU-PR-Organization

Packagede.gematik.erezept.eu
Resource TypeStructureDefinition
IdGEM-ERPEU-PR-Organization
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.gematik.erezept.eu@1.0.0&canonical=https://gematik.de/fhir/erp-eu/StructureDefinition/GEM_ERPEU_PR_Organization
URLhttps://gematik.de/fhir/erp-eu/StructureDefinition/GEM_ERPEU_PR_Organization
Version1.0.0
Statusactive
Date2025-06-02
NameGEM_ERPEU_PR_Organization
TitleOrganization Information Received from the EU
DescriptionThis Organization Profile is sent by the NCPeH when redeeming a Prescription in the EU
TypeOrganization
Kindresource

Resources that use this resource

StructureDefinition
GEM_ERPEU_PR_PAR_CloseOperation_InputGEM ERP PR EU CloseOperation Input
GEM_ERPEU_PR_PractitionerRolePractitionerRole Information Received from the EU

Resources that this resource uses

StructureDefinition
ti-organizationTI Organization

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "GEM-ERPEU-PR-Organization",
  "url": "https://gematik.de/fhir/erp-eu/StructureDefinition/GEM_ERPEU_PR_Organization",
  "version": "1.0.0",
  "name": "GEM_ERPEU_PR_Organization",
  "title": "Organization Information Received from the EU",
  "status": "active",
  "date": "2025-06-02",
  "description": "This Organization Profile is sent by the NCPeH when redeeming a Prescription in the EU",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Organization",
  "baseDefinition": "https://gematik.de/fhir/ti/StructureDefinition/ti-organization",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization.meta",
        "path": "Organization.meta",
        "min": 1
      },
      {
        "id": "Organization.meta.profile",
        "path": "Organization.meta.profile",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "$this"
            }
          ],
          "rules": "closed",
          "description": "Slicing for meta profile",
          "ordered": false
        },
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Organization.meta.profile:workflowEUProfile",
        "path": "Organization.meta.profile",
        "sliceName": "workflowEUProfile",
        "min": 1,
        "max": "1",
        "fixedCanonical": "https://gematik.de/fhir/erp-eu/StructureDefinition/GEM_ERPEU_PR_Organization|1.0",
        "mustSupport": true
      },
      {
        "id": "Organization.identifier",
        "path": "Organization.identifier",
        "short": "Organization Identifier",
        "definition": "An identifier for the organization",
        "comment": "There are not yet specific identifier systems defined. Therefore the field system is optional, but has to be used if there is a known identifier system.",
        "min": 1
      },
      {
        "id": "Organization.identifier.system",
        "path": "Organization.identifier.system",
        "mustSupport": true
      },
      {
        "id": "Organization.identifier.value",
        "path": "Organization.identifier.value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Organization.address",
        "path": "Organization.address",
        "comment": "The address information is required for a dispensing organization. That means that the data can either be given or also stated with a data absent reason.",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Organization.address.line",
        "path": "Organization.address.line",
        "comment": "This information is required. That means that the data can either be given or also stated with a data absent reason.",
        "min": 1
      },
      {
        "id": "Organization.address.city",
        "path": "Organization.address.city",
        "comment": "This information is required. That means that the data can either be given or also stated with a data absent reason.",
        "min": 1
      },
      {
        "id": "Organization.address.state",
        "path": "Organization.address.state",
        "comment": "This information is required. That means that the data can either be given or also stated with a data absent reason.",
        "min": 1
      },
      {
        "id": "Organization.address.postalCode",
        "path": "Organization.address.postalCode",
        "comment": "This information is required. That means that the data can either be given or also stated with a data absent reason.",
        "min": 1
      },
      {
        "id": "Organization.address.country",
        "path": "Organization.address.country",
        "comment": "This information is required. That means that the data can either be given or also stated with a data absent reason.",
        "min": 1
      }
    ]
  }
}