FHIR IG analytics| Package | de.fhir.terminologie-basis |
| Resource Type | CodeSystem |
| Id | CodeSystem-WirkstofftypCS.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/hl7germany/terminologie-basis-de/CodeSystem-WirkstofftypCS.html |
| URL | http://fhir.de/CodeSystem/WirkstofftypCS |
| Version | 1.0.0-alpha1 |
| Status | active |
| Date | 2025-11-19T17:18:12+00:00 |
| Name | WirkstofftypCS |
| Title | CodeSystem - Wirkstofftypen |
| Authority | hl7 |
| Description | Codes zur Differenzierung von Wirkstoffen zwischen genauer Substanz (z.B. Salz, Ester etc.), allgemeiner (normalisierter) Substanz und Kombinationscode für mehrere Wirkstoffe. |
| Content | complete |
| ValueSet | |
| WirkstofftypVS | ValueSet - Wirkstofftypen |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem WirkstofftypCS
Profile: Shareable CodeSystem
This case-sensitive code system http://fhir.de/CodeSystem/WirkstofftypCS defines the following codes:
{
"resourceType": "CodeSystem",
"id": "WirkstofftypCS",
"meta": {
"profile": [
"http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://fhir.de/CodeSystem/WirkstofftypCS",
"version": "1.0.0-alpha1",
"name": "WirkstofftypCS",
"title": "CodeSystem - Wirkstofftypen",
"status": "active",
"experimental": false,
"date": "2025-11-19T17:18:12+00:00",
"publisher": "HL7 Deutschland e.V. (Technisches Komitee Terminologie)",
"contact": [
{
"name": "HL7 Deutschland e.V. (Technisches Komitee Terminologie)",
"telecom": [
{
"system": "url",
"value": "https://hl7.de/technische-komitees/terminologien/"
}
]
}
],
"description": "Codes zur Differenzierung von Wirkstoffen zwischen genauer Substanz (z.B. Salz, Ester etc.), allgemeiner (normalisierter) Substanz und Kombinationscode für mehrere Wirkstoffe.",
"caseSensitive": true,
"valueSet": "http://fhir.de/ValueSet/WirkstofftypVS",
"content": "complete",
"count": 3,
"concept": [
{
"code": "IN",
"display": "ingredient",
"definition": "The name of the substance.",
"designation": [
{
"language": "de-DE",
"value": "Wirkstoff allgemein"
}
]
},
{
"code": "PIN",
"display": "precise ingredient",
"definition": "The name of the substance expressed precisely as a salt or ester of the ingredient.",
"designation": [
{
"language": "de-DE",
"value": "Wirkstoff präzise"
}
]
},
{
"code": "MIN",
"display": "multiple ingredients",
"definition": "The name of the substances in a combination product.",
"designation": [
{
"language": "de-DE",
"value": "Kombinationswirkstoff"
}
]
}
]
}