generated from gematik/spec-TemplateForSimplifierProjects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
StructureDefinition-GEM-ERPEU-PR-AccessCode.json
51 lines (51 loc) · 1.91 KB
/
StructureDefinition-GEM-ERPEU-PR-AccessCode.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"resourceType": "StructureDefinition",
"id": "GEM-ERPEU-PR-AccessCode",
"url": "https://gematik.de/fhir/erp-eu/StructureDefinition/GEM_ERPEU_PR_Access_Code",
"version": "1.0",
"name": "GEM_ERPEU_PR_Access_Code",
"title": "Identifier Profile for EU AccessCode",
"status": "draft",
"date": "2025-01-01",
"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}$')",
"source": "https://gematik.de/fhir/erp-eu/StructureDefinition/GEM_ERPEU_PR_Access_Code"
}
],
"mustSupport": true
}
]
}
}