PackagesCanonicalsLogsProblems
    Packages
    de.gematik.erezept.eu@1.0.0-rc4
    https://gematik.de/fhir/erp-eu/StructureDefinition/GEM_ERPEU_PR_Access_Code
{
  "description": "The AccessCode that is generated by the FdV in order to access the ePrescription in an EU country.",
  "_filename": "StructureDefinition-GEM-ERPEU-PR-AccessCode.json",
  "package_name": "de.gematik.erezept.eu",
  "date": "2025-02-28",
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "GEM_ERPEU_PR_Access_Code",
  "abstract": false,
  "type": "Identifier",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Identifier Profile for EU AccessCode",
  "package_version": "1.0.0-rc4",
  "status": "draft",
  "id": "a030961f-c01d-48a6-b13a-fc4a1ee44b19",
  "kind": "complex-type",
  "url": "https://gematik.de/fhir/erp-eu/StructureDefinition/GEM_ERPEU_PR_Access_Code",
  "version": "1.0.0",
  "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-eu/StructureDefinition/GEM_ERPEU_PR_Access_Code",
        "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"
}