Skip to content

Commit

Permalink
Move examples
Browse files Browse the repository at this point in the history
  • Loading branch information
florianschoffke committed Jul 26, 2024
1 parent 4652960 commit c0443e3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 63 deletions.
6 changes: 6 additions & 0 deletions Resources/input/fsh/examples/Example_Binary.fsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Instance: DispenseItemBinaryExample
InstanceOf: Binary
Usage: #inline
* id = "c8720f99-6641-432d-94be-d49eaa164755"
* contentType = #application/pkcs7-mime
* data = "bWVycnkgY2hyaXN0bWFz"
2 changes: 1 addition & 1 deletion Resources/input/fsh/examples/Example_ChargeItem.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ Usage: #example
* enterer.identifier.value = "3-15.2.1456789123.191"
* enteredDate = "2022-12-16T07:13:00+05:00"
* supportingInformation[dispenseItemBinary].reference = "#c8720f99-6641-432d-94be-d49eaa164755"
* supportingInformation[dispenseItemBinary].display = "Binary"
* supportingInformation[dispenseItemBinary].display = "Binary"
62 changes: 0 additions & 62 deletions Resources/input/fsh/profiles/GEM_ERPCHRG_PR_ChargeItem.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -67,65 +67,3 @@ Id: GEM-ERPCHRG-PR-ChargeItem
* supportingInformation[prescriptionItemBundle].display = $KBV_PR_ERP_Bundle (exactly)
* supportingInformation[prescriptionItemBundle] only Reference(Bundle)


Instance: DispenseItemBinaryExample
InstanceOf: Binary
Usage: #inline
* id = "c8720f99-6641-432d-94be-d49eaa164755"
* contentType = #application/pkcs7-mime
* data = "bWVycnkgY2hyaXN0bWFz"

Instance: App-ChargeItem-abc825bc-bc30-45f8-b109-1b343fff5c45
InstanceOf: ChargeItem
Usage: #inline
* meta.profile = "https://gematik.de/fhir/erpchrg/StructureDefinition/GEM_ERPCHRG_PR_ChargeItem|1.0"
* extension.url = "https://gematik.de/fhir/erpchrg/StructureDefinition/GEM_ERPCHRG_EX_MarkingFlag"
* extension.extension[0].url = "insuranceProvider"
* extension.extension[=].valueBoolean = false
* extension.extension[+].url = "subsidy"
* extension.extension[=].valueBoolean = false
* extension.extension[+].url = "taxOffice"
* extension.extension[=].valueBoolean = false
* identifier.system = "https://gematik.de/fhir/erp/NamingSystem/GEM_ERP_NS_PrescriptionId"
* identifier.value = "200.086.824.605.539.20"
* status = #billable
* code = http://terminology.hl7.org/CodeSystem/data-absent-reason#not-applicable
* subject.identifier.system = $identifier-kvid-10
* subject.identifier.value = "X234567890"
* enterer.identifier.system = "https://gematik.de/fhir/sid/telematik-id"
* enterer.identifier.value = "3-SMC-B-Testkarte-883110000095957"
* enteredDate = "2021-06-01T07:13:00+05:00"
* supportingInformation[0] = Reference(Bundle/414ca393-dde3-4082-9a3b-3752e629e4aa) "https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Bundle"
* supportingInformation[+] = Reference(Bundle/f548dde3-a319-486b-8624-6176ff41ad90) "http://fhir.abda.de/eRezeptAbgabedaten/StructureDefinition/DAV-PKV-PR-ERP-AbgabedatenBundle"
* supportingInformation[+] = Reference(Bundle/dffbfd6a-5712-4798-bdc8-07201eb77ab8) "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Bundle"



Instance: Apotheker-ChargeItem-abc825bc-bc30-45f8-b109-1b343fff5c45
InstanceOf: ChargeItem
Usage: #inline
* meta.profile = "https://gematik.de/fhir/erpchrg/StructureDefinition/GEM_ERPCHRG_PR_ChargeItem|1.0"
* extension.url = "https://gematik.de/fhir/erpchrg/StructureDefinition/GEM_ERPCHRG_EX_MarkingFlag"
* extension.extension[0].url = "insuranceProvider"
* extension.extension[=].valueBoolean = false
* extension.extension[+].url = "subsidy"
* extension.extension[=].valueBoolean = false
* extension.extension[+].url = "taxOffice"
* extension.extension[=].valueBoolean = false
* identifier.system = "https://gematik.de/fhir/erp/NamingSystem/GEM_ERP_NS_PrescriptionId"
* identifier.value = "200.086.824.605.539.20"
* status = #billable
* code = http://terminology.hl7.org/CodeSystem/data-absent-reason#not-applicable
* subject.identifier.system = $identifier-kvid-10
* subject.identifier.value = "X234567890"
* enterer.identifier.system = "https://gematik.de/fhir/sid/telematik-id"
* enterer.identifier.value = "3-SMC-B-Testkarte-883110000095957"
* enteredDate = "2021-06-01T07:13:00+05:00"
* supportingInformation[0] = Reference(Bundle/f548dde3-a319-486b-8624-6176ff41ad90) "http://fhir.abda.de/eRezeptAbgabedaten/StructureDefinition/DAV-PKV-PR-ERP-AbgabedatenBundle"

/*******************************************************/





0 comments on commit c0443e3

Please sign in to comment.