Skip to content

Commit

Permalink
Merge pull request #63 from gematik/bugfix/chargeitem-binary
Browse files Browse the repository at this point in the history
remove meta profile from chargeitem.binary
  • Loading branch information
florianschoffke authored Sep 19, 2024
2 parents 11d5e3f + db354d4 commit 31df896
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
<contained>
<Binary xmlns="http://hl7.org/fhir">
<id value="Abg123"/>
<meta>
<profile value="https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Binary|1.2"/>
</meta>
<contentType value="application/pkcs7-mime"/>
<data value="MIImXAYJKoZIhvcNAQcCoIImTTCCJkkCAQExDTALBglghkgBZ..."/>
</Binary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
<contained>
<Binary xmlns="http://hl7.org/fhir">
<id value="Abg123"/>
<meta>
<profile value="https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Binary|1.3"/>
</meta>
<contentType value="application/pkcs7-mime"/>
<data value="MIImXAYJKoZIhvcNAQcCoIImTTCCJkkCAQExDTALBglghkgBZ..."/>
</Binary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ Usage: #example
Instance: Abg123
InstanceOf: Binary
Usage: #inline
* insert PackageMetaProfile(StructureDefinition/GEM_ERP_PR_Binary)
* contentType = #application/pkcs7-mime
* data = "RGllcyBpc3QgZWluIEJlaXNwaWVs"

0 comments on commit 31df896

Please sign in to comment.