Skip to content

Commit

Permalink
fix extension type
Browse files Browse the repository at this point in the history
  • Loading branch information
florianschoffke committed Jan 6, 2025
1 parent 8f3d9df commit f80bed2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
{
"url": "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication-type-extension",
"valueCoding": {
"code": "1208954007",
"code": "373873005",
"system": "http://snomed.info/sct",
"display": "Extemporaneous preparation (product)"
"display": "Pharmaceutical / biologic product (product)"
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Instance: erp-eml-epa-notes-16-KPGVerordnung-PZN-Mapped
InstanceOf: EPAMedication
Usage: #example
* extension[drugCategory].valueCoding = $epa-drug-category-cs#00
* extension[type].valueCoding = $sct#1208954007 "Extemporaneous preparation (product)"
* extension[type].valueCoding = $sct#373873005 "Pharmaceutical / biologic product (product)"
* extension[isVaccine].valueBoolean = false
* extension[normSizeCode].valueCode = #N2
* code.text = "ZacPac® 40mg/1.000mg/500mg Kombip. 42 Tbl. N2"
Expand Down

0 comments on commit f80bed2

Please sign in to comment.