-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #126 from gematik/feature/recovery-secret
Beschreibung für Recovery Secret hinzufügen
- Loading branch information
Showing
4 changed files
with
355 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
103 changes: 103 additions & 0 deletions
103
resources/examples/ti-dienste/task/request_recovery_secret.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Bundle xmlns="http://hl7.org/fhir"> | ||
<id value="cb8b3d4b-be1b-4934-89a4-9ac3fa9fdfa0" /> | ||
<type value="collection" /> | ||
<timestamp value="2024-02-26T05:42:19.086+00:00" /> | ||
<link> | ||
<relation value="self" /> | ||
<url value="https://erp-ref.zentral.erp.splitdns.ti-dienste.de/Task/160.123.456.789.123.58" /> | ||
</link> | ||
<entry> | ||
<fullUrl | ||
value="https://erp-ref.zentral.erp.splitdns.ti-dienste.de/Task/160.123.456.789.123.58" /> | ||
<resource> | ||
<Task> | ||
<id value="160.123.456.789.123.58" /> | ||
<meta> | ||
<profile | ||
value="https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Task|1.2" /> | ||
</meta> | ||
<extension | ||
url="https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_EX_PrescriptionType"> | ||
<valueCoding> | ||
<system value="https://gematik.de/fhir/erp/CodeSystem/GEM_ERP_CS_FlowType" /> | ||
<code value="160" /> | ||
<display value="Muster 16 (Apothekenpflichtige Arzneimittel)" /> | ||
</valueCoding> | ||
</extension> | ||
<extension | ||
url="https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_EX_ExpiryDate"> | ||
<valueDate value="2020-06-02" /> | ||
</extension> | ||
<extension | ||
url="https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_EX_AcceptDate"> | ||
<valueDate value="2020-04-01" /> | ||
</extension> | ||
<identifier> | ||
<use value="official" /> | ||
<system | ||
value="https://gematik.de/fhir/erp/NamingSystem/GEM_ERP_NS_PrescriptionId" /> | ||
<value value="160.123.456.789.123.58" /> | ||
</identifier> | ||
<identifier> | ||
<use value="official" /> | ||
<system value="https://gematik.de/fhir/erp/NamingSystem/GEM_ERP_NS_Secret" /> | ||
<value value="c36ca26502892b371d252c99b496e31505ff449aca9bc69e231c58148f6233cf" /> | ||
</identifier> | ||
<status value="in-progress" /> | ||
<intent value="order" /> | ||
<for> | ||
<identifier> | ||
<system value="http://fhir.de/sid/gkv/kvid-10" /> | ||
<value value="X123456789" /> | ||
</identifier> | ||
</for> | ||
<authoredOn value="2020-03-02T08:25:05+00:00"/> | ||
<lastModified value="2020-03-02T08:45:05+00:00"/> | ||
<performerType> | ||
<coding> | ||
<system | ||
value="https://gematik.de/fhir/erp/CodeSystem/GEM_ERP_CS_OrganizationType" /> | ||
<code value="urn:oid:1.2.276.0.76.4.54" /> | ||
<display value="Öffentliche Apotheke" /> | ||
</coding> | ||
<text value="Öffentliche Apotheke" /> | ||
</performerType> | ||
<owner> | ||
<identifier> | ||
<system value="https://gematik.de/fhir/sid/telematik-id" /> | ||
<value value="3-2-APO-XanthippeVeilchenblau01" /> | ||
</identifier> | ||
</owner> | ||
<input> | ||
<type> | ||
<coding> | ||
<system | ||
value="https://gematik.de/fhir/erp/CodeSystem/GEM_ERP_CS_DocumentType" /> | ||
<code value="1" /> | ||
</coding> | ||
</type> | ||
<valueReference> | ||
<reference value="281a985c-f25b-4aae-91a6-41ad744080b0" /> | ||
</valueReference> | ||
</input> | ||
</Task> | ||
</resource> | ||
</entry> | ||
<entry> | ||
<fullUrl value="urn:uuid:281a985c-f25b-4aae-91a6-41ad744080b0" /> | ||
<resource> | ||
<Binary> | ||
<id value="281a985c-f25b-4aae-91a6-41ad744080b0" /> | ||
<meta> | ||
<versionId value="1" /> | ||
<profile | ||
value="https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Binary|1.2" /> | ||
</meta> | ||
<contentType value="application/pkcs7-mime" /> | ||
<data | ||
value="MIJTfQYJKoZIhvcNAQcCoIJTbjCCU2oCAQUxDzANBglghkgBZQMEAg..." /> | ||
</Binary> | ||
</resource> | ||
</entry> | ||
</Bundle> |
Oops, something went wrong.