Skip to content

Commit

Permalink
output to json
Browse files Browse the repository at this point in the history
  • Loading branch information
florianschoffke committed Jan 7, 2025
1 parent bf969c7 commit 6490a2b
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 46 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"resourceType": "Medication",
"id": "erp-eml-epa-notes-20-verordnung-pzn-Mapped",
"meta": {
"profile": [
"https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication"
]
},
"extension": [
{
"url": "https://gematik.de/fhir/epa-medication/StructureDefinition/drug-category-extension",
"valueCoding": {
"code": "00",
"system": "https://gematik.de/fhir/epa-medication/CodeSystem/epa-drug-category-cs"
}
},
{
"url": "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication-type-extension",
"valueCoding": {
"code": "781405001",
"system": "http://snomed.info/sct",
"display": "Medicinal product package (product)"
}
},
{
"url": "http://fhir.de/StructureDefinition/normgroesse",
"valueCode": "NB"
}
],
"form": {
"coding": [
{
"system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_DARREICHUNGSFORM",
"code": "TAB"
}
]
},
"code": {
"coding": [
{
"system": "http://fhir.de/CodeSystem/ifa/pzn",
"code": "12345678"
}
],
"text": "Schmerzmittel"
},
"amount": {
"numerator": {
"extension": [
{
"url": "https://gematik.de/fhir/epa-medication/StructureDefinition/medication-packaging-size-extension",
"valueString": "1"
}
],
"unit": "Stk"
},
"denominator": {
"value": 1
}
}
}

This file was deleted.

1 change: 1 addition & 0 deletions API-Examples/FSH-Files/scripts/process_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ files_to_copy=(
"Medication-erp-eml-epa-notes-14-ibm-medication-compounding-amount-Mapped.json"
"Medication-erp-eml-epa-notes-16-KPGVerordnung-PZN-Mapped.json"
"Medication-erp-eml-epa-notes-18-ibm-medication-compounding-text-Mapped.json"
"Medication-erp-eml-epa-notes-20-verordnung-pzn-Mapped.json"

"Bundle-erp-versicherte-01-response-taskGetAll.json"
"Bundle-erp-versicherte-02-response-taskGetSingle.json"
Expand Down

0 comments on commit 6490a2b

Please sign in to comment.