Skip to content

Commit

Permalink
build with main
Browse files Browse the repository at this point in the history
  • Loading branch information
florianschoffke committed Sep 20, 2024
1 parent 857fb7b commit 99a5b44
Show file tree
Hide file tree
Showing 4 changed files with 119 additions and 88 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0"?>
<Communication xmlns="http://hl7.org/fhir">
<id value="d6e013c3-656f-43c4-9ca6-4cd46ffeb37e"/>
<meta>
<profile value="https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Communication_DispReq|1.3"/>
</meta>
<basedOn>
<reference value="Task/160.123.456.789.123.58/$accept?ac=777bea0e13cc9c42ceec14aec3ddee2263325dc2c6c699db115f58fe423607ea"/>
</basedOn>
<status value="unknown"/>
<recipient>
<identifier>
<system value="https://gematik.de/fhir/sid/telematik-id"/>
<value value="3-1.54.10123404"/>
</identifier>
</recipient>
<payload>
<contentString value="{ &quot;version&quot;: 1, &quot;supplyOptionsType&quot;: &quot;onPremise&quot;, &quot;name&quot;: &quot;Dr. Maximilian von Muster&quot;, &quot;address&quot;: [ &quot;wohnhaft bei Emilia Fischer&quot;, &quot;Bundesallee 312&quot;, &quot;123. OG&quot;, &quot;12345 Berlin&quot; ], &quot;phone&quot;: &quot;004916094858168&quot; }"/>
</payload>
</Communication>
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
<?xml version="1.0"?>
<ChargeItem xmlns="http://hl7.org/fhir">
<id value="200.000.001.944.091.20"/>
<meta>
<profile value="https://gematik.de/fhir/erpchrg/StructureDefinition/GEM_ERPCHRG_PR_ChargeItem|1.0"/>
</meta>
<contained>
<Binary xmlns="http://hl7.org/fhir">
<id value="Abg123"/>
<contentType value="application/pkcs7-mime"/>
<data value="MIImXAYJKoZIhvcNAQcCoIImTTCCJkkCAQExDTALBglghkgBZ..."/>
</Binary>
</contained>
<identifier>
<system value="https://gematik.de/fhir/erp/NamingSystem/GEM_ERP_NS_PrescriptionId"/>
<value value="200.000.001.944.091.20"/>
</identifier>
<status value="billable"/>
<code>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/data-absent-reason"/>
<code value="not-applicable"/>
</coding>
</code>
<subject>
<identifier>
<system value="http://fhir.de/sid/pkv/kvid-10"/>
<value value="X110465770"/>
<assigner>
<display value="KOA Hamburg"/>
</assigner>
</identifier>
</subject>
<enterer>
<identifier>
<system value="https://gematik.de/fhir/sid/telematik-id"/>
<value value="3-SMC-B-Testkarte-883110000116873"/>
</identifier>
</enterer>
<enteredDate value="2023-04-21T09:12:28+02:00"/>
<supportingInformation>
<reference value="#Abg123"/>
<display value="Binary"/>
</supportingInformation>
<id value="erp-chargeItem-03-POST-ChargeItem-Request"/>
<meta>
<profile value="https://gematik.de/fhir/erpchrg/StructureDefinition/GEM_ERPCHRG_PR_ChargeItem|1.0"/>
</meta>
<contained>
<Binary>
<id value="Abg123"/>
<contentType value="application/pkcs7-mime"/>
<data value="RGllcyBpc3QgZWluIEJlaXNwaWVs"/>
</Binary>
</contained>
<identifier>
<system value="https://gematik.de/fhir/erp/NamingSystem/GEM_ERP_NS_PrescriptionId"/>
<value value="200.000.001.944.091.20"/>
</identifier>
<status value="billable"/>
<code>
<coding>
<system value="http://hl7.org/fhir/StructureDefinition/data-absent-reason"/>
<code value="not-applicable"/>
</coding>
</code>
<subject>
<identifier>
<system value="http://fhir.de/sid/pkv/kvid-10"/>
<value value="X110465770"/>
<assigner>
<display value="KOA Hamburg"/>
</assigner>
</identifier>
</subject>
<enterer>
<identifier>
<system value="https://gematik.de/fhir/sid/telematik-id"/>
<value value="3-SMC-B-Testkarte-883110000116873"/>
</identifier>
</enterer>
<enteredDate value="2023-04-21T09:12:28+02:00"/>
<supportingInformation>
<reference value="#Abg123"/>
<display value="Binary"/>
</supportingInformation>
</ChargeItem>
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,19 @@
{
"reference": "Task/160.123.456.789.123.58/$accept?ac=777bea0e13cc9c42ceec14aec3ddee2263325dc2c6c699db115f58fe423607ea"
}
}],
"payload": [{
"contentString": "{ \"version\": 1, \"supplyOptionsType\": \"onPremise\", \"name\": \"Dr. Maximilian von Muster\", \"address\": [ \"wohnhaft bei Emilia Fischer\", \"Bundesallee 312\", \"123. OG\", \"12345 Berlin\" ], \"phone\": \"004916094858168\" }"
}]
],
"recipient": [
{
"identifier": {
"system": "https://gematik.de/fhir/sid/telematik-id",
"value": "3-1.54.10123404"
}
}
],
"payload": [
{
"contentString": "{ \"version\": 1, \"supplyOptionsType\": \"onPremise\", \"name\": \"Dr. Maximilian von Muster\", \"address\": [ \"wohnhaft bei Emilia Fischer\", \"Bundesallee 312\", \"123. OG\", \"12345 Berlin\" ], \"phone\": \"004916094858168\" }"
}
],
"status": "unknown"
}
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0"?>
<Bundle xmlns="http://hl7.org/fhir">
<id value="erp-communication-08-response-GetAllMessages"/>
<meta>
<lastUpdated value="2020-04-13T07:11:18.245+00:00"/>
</meta>
<type value="searchset"/>
<total value="391"/>
<link>
<relation value="self"/>
<url value="https://erp.zentral.erp.splitdns.ti-dienste.de/Communication?_format=html%2Fxml&amp;_sort=sent&amp;sent=gt2020-04-01&amp;sent=lt2020-04-30"/>
</link>
<link>
<relation value="next"/>
<url value="https://erp.zentral.erp.splitdns.ti-dienste.de?_getpages=48829c84-7ad7-4834-8362-2c2c109379b1&amp;_getpagesoffset=50&amp;_count=50&amp;_bundletype=searchset"/>
</link>
<entry>
<fullUrl value="https://erp.zentral.erp.splitdns.ti-dienste.de/Communication/d6e013c3-656f-43c4-9ca6-4cd46ffeb37e"/>
<resource>
<Communication>
<id value="d6e013c3-656f-43c4-9ca6-4cd46ffeb37e"/>
<meta>
<profile value="https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Communication_DispReq|1.3"/>
</meta>
<basedOn>
<reference value="Task/160.123.456.789.123.58/$accept?ac=777bea0e13cc9c42ceec14aec3ddee2263325dc2c6c699db115f58fe423607ea"/>
</basedOn>
<status value="unknown"/>
<recipient>
<identifier>
<system value="https://gematik.de/fhir/sid/telematik-id"/>
<value value="3-1.54.10123404"/>
</identifier>
</recipient>
<payload>
<contentString value="{ &quot;version&quot;: 1, &quot;supplyOptionsType&quot;: &quot;onPremise&quot;, &quot;name&quot;: &quot;Dr. Maximilian von Muster&quot;, &quot;address&quot;: [ &quot;wohnhaft bei Emilia Fischer&quot;, &quot;Bundesallee 312&quot;, &quot;123. OG&quot;, &quot;12345 Berlin&quot; ], &quot;phone&quot;: &quot;004916094858168&quot; }"/>
</payload>
</Communication>
</resource>
<search>
<mode value="match"/>
</search>
</entry>
<id value="erp-communication-08-response-GetAllMessages"/>
<meta>
<lastUpdated value="2020-04-13T07:11:18.245+00:00"/>
</meta>
<type value="searchset"/>
<total value="391"/>
<link>
<relation value="self"/>
<url value="https://erp.zentral.erp.splitdns.ti-dienste.de/Communication?_format=html%2Fxml&amp;_sort=sent&amp;sent=gt2020-04-01&amp;sent=lt2020-04-30"/>
</link>
<link>
<relation value="next"/>
<url value="https://erp.zentral.erp.splitdns.ti-dienste.de?_getpages=48829c84-7ad7-4834-8362-2c2c109379b1&amp;_getpagesoffset=50&amp;_count=50&amp;_bundletype=searchset"/>
</link>
<entry>
<fullUrl value="https://erp.zentral.erp.splitdns.ti-dienste.de/Communication/d6e013c3-656f-43c4-9ca6-4cd46ffeb37e"/>
<resource>
<Communication>
<id value="d6e013c3-656f-43c4-9ca6-4cd46ffeb37e"/>
<meta>
<profile value="https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Communication_DispReq|1.3"/>
</meta>
<basedOn>
<reference value="Task/160.123.456.789.123.58/$accept?ac=777bea0e13cc9c42ceec14aec3ddee2263325dc2c6c699db115f58fe423607ea"/>
</basedOn>
<status value="unknown"/>
<recipient>
<identifier>
<system value="https://gematik.de/fhir/sid/telematik-id"/>
<value value="3-1.54.10123404"/>
</identifier>
</recipient>
<payload>
<contentString value="{ &quot;version&quot;: 1, &quot;supplyOptionsType&quot;: &quot;onPremise&quot;, &quot;name&quot;: &quot;Dr. Maximilian von Muster&quot;, &quot;address&quot;: [ &quot;wohnhaft bei Emilia Fischer&quot;, &quot;Bundesallee 312&quot;, &quot;123. OG&quot;, &quot;12345 Berlin&quot; ], &quot;phone&quot;: &quot;004916094858168&quot; }"/>
</payload>
</Communication>
</resource>
<search>
<mode value="match"/>
</search>
</entry>
</Bundle>

0 comments on commit 99a5b44

Please sign in to comment.