PackagesCanonicalsLogsProblems
    Packages
    de.gematik.erezept-workflow.r4@1.5.0-beta7
    https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Access_Code_EU
{
  "description": "The AccessCode that is generated by the FdV in order to access the ePrescription in an EU country.",
  "_filename": "StructureDefinition-GEM-ERP-PR-AccessCode-EU.json",
  "package_name": "de.gematik.erezept-workflow.r4",
  "date": "2025-01-01",
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "GEM_ERP_PR_Access_Code_EU",
  "abstract": false,
  "type": "Identifier",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Identifier Profile for EU AccessCode",
  "package_version": "1.5.0-beta7",
  "status": "draft",
  "id": "e0fe879f-099f-47bf-9648-690bc7cb0e4e",
  "kind": "complex-type",
  "url": "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Access_Code_EU",
  "version": "1.5",
  "differential": {
    "element": [ {
      "id": "Identifier.use",
      "path": "Identifier.use",
      "fixedCode": "official"
    }, {
      "id": "Identifier.system",
      "min": 1,
      "path": "Identifier.system",
      "patternUri": "https://gematik.de/fhir/erp/NamingSystem/GEM_ERP_NS_EU_AccessCode",
      "mustSupport": true
    }, {
      "id": "Identifier.value",
      "min": 1,
      "path": "Identifier.value",
      "short": "The AccessCode for redeeming the ePrescription in an EU country.",
      "comment": "6-digit code that is generated by the FdV in order to access the ePrescription in an EU country.",
      "constraint": [ {
        "key": "workflow-eu-access-code-1",
        "human": "Format of the AccessCode must be a 6-digit code in the Form [a-z, A-Z, 0-9].",
        "source": "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Access_Code_EU",
        "severity": "error",
        "expression": "$this.matches('^[a-zA-Z0-9]{6}$')"
      } ],
      "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.",
      "mustSupport": true
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Identifier"
}