PackagesCanonicalsLogsProblems
    Packages
    de.gematik.erezept.eu@0.9.1-beta
    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-01-01",
  "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": "0.9.1-beta",
  "status": "draft",
  "id": "ba359a1f-6a3a-4c3b-8b83-f78431763b3c",
  "kind": "complex-type",
  "url": "https://gematik.de/fhir/erp-eu/StructureDefinition/GEM_ERPEU_PR_Access_Code",
  "version": "1.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"
}