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

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

Packagede.gematik.erezept.eu
Resource TypeStructureDefinition
IdGEM-ERPEU-PR-AccessCode
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_Access_Code
URLhttps://gematik.de/fhir/erp-eu/StructureDefinition/GEM_ERPEU_PR_Access_Code
Version1.0.0
Statusactive
Date2025-06-02
NameGEM_ERPEU_PR_Access_Code
TitleIdentifier Profile for EU AccessCode
DescriptionThe AccessCode that is generated by the FdV in order to access the ePrescription in an EU country.
TypeIdentifier
Kindcomplex-type

Resources that use this resource

StructureDefinition
GEM_ERPEU_PR_PAR_Access_Authorization_RequestGEM ERPEU PR PAR Access Authorization Request
GEM_ERPEU_PR_PAR_Access_Authorization_ResponseGEM ERPEU PR PAR Access Authorization Response
GEM_ERPEU_PR_PAR_CloseOperation_InputGEM ERP PR EU CloseOperation Input
GEM_ERPEU_PR_PAR_GET_Prescription_InputGEM ERPEU PR PAR GET Prescription Input

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "GEM-ERPEU-PR-AccessCode",
  "url": "https://gematik.de/fhir/erp-eu/StructureDefinition/GEM_ERPEU_PR_Access_Code",
  "version": "1.0.0",
  "name": "GEM_ERPEU_PR_Access_Code",
  "title": "Identifier Profile for EU AccessCode",
  "status": "active",
  "date": "2025-06-02",
  "description": "The AccessCode that is generated by the FdV in order to access the ePrescription in an EU country.",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "type": "Identifier",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Identifier",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Identifier.use",
        "path": "Identifier.use",
        "fixedCode": "official"
      },
      {
        "id": "Identifier.system",
        "path": "Identifier.system",
        "min": 1,
        "patternUri": "https://gematik.de/fhir/erp/NamingSystem/GEM_ERP_NS_EU_AccessCode",
        "mustSupport": true
      },
      {
        "id": "Identifier.value",
        "path": "Identifier.value",
        "short": "The AccessCode for redeeming the ePrescription in an EU country.",
        "definition": "This is the AccessCode that is generated by the FdV in order to access the ePrescription in an EU country. It is handed to the E-Rezept-Fachdienst by the FdV.",
        "comment": "6-digit code that is generated by the FdV in order to access the ePrescription in an EU country.",
        "min": 1,
        "constraint": [
          {
            "key": "workflow-eu-access-code-1",
            "severity": "error",
            "human": "Format of the AccessCode must be a 6-digit code in the Form [a-z, A-Z, 0-9].",
            "expression": "$this.matches('^[a-zA-Z0-9]{6}[%content%]#39;)",
            "source": "https://gematik.de/fhir/erp-eu/StructureDefinition/GEM_ERPEU_PR_Access_Code"
          }
        ],
        "mustSupport": true
      }
    ]
  }
}