FHIR IG analytics| Package | de.fhir.terminologie |
| Resource Type | CodeSystem |
| Id | CodeSystem-goalpriority-supplement.json |
| FHIR Version | R4 |
| Source | http://ig.fhir.de/igs/terminologie/0.0.1-alpha2/CodeSystem-goalpriority-supplement.html |
| URL | http://ig.fhir.de/igs/terminologie/CodeSystem/goalpriority-supplement |
| Version | 0.0.1-alpha2 |
| Status | draft |
| Date | 2022-02-09 |
| Name | SupplementGoalPriority |
| Title | Supplement GoalPriority |
| Authority | hl7 |
| Description | CodeSystem Supplement mit Deutschen Übersetzungen für GoalPriority |
| Content | supplement |
| Supplements | http://terminology.hl7.org/CodeSystem/goal-priority |
No resources found
| CodeSystem | |
| goal-priority | Goal priority |
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem goalpriority-supplement
This code system supplement http://ig.fhir.de/igs/terminologie/CodeSystem/goalpriority-supplement defines displays on the following codes:
| Code | Deutsch (Deutschland) (German (Germany), de) |
| high-priority | Hohe Priorität |
| medium-priority | Mittlere Priorität |
| low-priority | Niedrige Priorität |
{
"resourceType": "CodeSystem",
"id": "goalpriority-supplement",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://ig.fhir.de/igs/terminologie/CodeSystem/goalpriority-supplement",
"version": "0.0.1-alpha2",
"name": "SupplementGoalPriority",
"title": "Supplement GoalPriority",
"status": "draft",
"experimental": true,
"date": "2022-02-09",
"publisher": "HL7 Deutschland e.V. (Technisches Komitee Terminologien)",
"contact": [
{
"name": "HL7 Deutschland e.V. (Technisches Komitee Terminologien)",
"telecom": [
{
"system": "url",
"value": "https://hl7.de/technische-komitees/terminologien/"
}
]
}
],
"description": "CodeSystem Supplement mit Deutschen Übersetzungen für GoalPriority",
"content": "supplement",
"supplements": "http://terminology.hl7.org/CodeSystem/goal-priority",
"concept": [
{
"code": "high-priority",
"designation": [
{
"language": "de-DE",
"value": "Hohe Priorität"
}
]
},
{
"code": "medium-priority",
"designation": [
{
"language": "de-DE",
"value": "Mittlere Priorität"
}
]
},
{
"code": "low-priority",
"designation": [
{
"language": "de-DE",
"value": "Niedrige Priorität"
}
]
}
]
}