: Drug Category Code System for ePA - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "epa-drug-category-cs",
"url" : "https://gematik.de/fhir/epa-medication/CodeSystem/epa-drug-category-cs",
"version" : "1.0.6",
"name" : "EPADrugCategoryCS",
"title" : "Drug Category Code System for ePA",
"status" : "active",
"experimental" : false,
"date" : "2025-05-28",
"publisher" : "gematik GmbH",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "https://www.gematik.de"
}
]
}
],
"description" : "The drug category CodeSystem for the ePA.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "DE"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 4,
"concept" : [
{
"code" : "00",
"display" : "Arzneimittel oder in die Arzneimittelversorgung nach § 31 SGB V einbezogenes Produkt"
},
{
"code" : "01",
"display" : "BtM"
},
{
"code" : "02",
"display" : "AMVV § 3a Abs. 1 (Thalidomid o. ä.)"
},
{
"code" : "03",
"display" : "Sonstiges"
}
]
}