FHIR IG analytics| Package | de.fhir.terminologie |
| Resource Type | CodeSystem |
| Id | CodeSystem-requestpriority-supplement.json |
| FHIR Version | R4 |
| Source | http://ig.fhir.de/igs/terminologie/0.0.1-alpha2/CodeSystem-requestpriority-supplement.html |
| URL | http://ig.fhir.de/igs/terminologie/CodeSystem/requestpriority-supplement |
| Version | 0.0.1-alpha2 |
| Status | draft |
| Date | 2022-02-09 |
| Name | SupplementRequestPriority |
| Title | Supplement RequestPriority |
| Authority | hl7 |
| Description | CodeSystem Supplement mit Deutschen Übersetzungen für RequestPriority |
| Content | supplement |
| Supplements | http://hl7.org/fhir/request-priority |
No resources found
| CodeSystem | |
| request-priority | RequestPriority |
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem requestpriority-supplement
This code system supplement http://ig.fhir.de/igs/terminologie/CodeSystem/requestpriority-supplement defines displays on the following codes:
| Code | Deutsch (Deutschland) (German (Germany), de) |
| routine | Routine |
| urgent | Dringend |
| asap | Baldmöglichst |
| stat | Sofort |
{
"resourceType": "CodeSystem",
"id": "requestpriority-supplement",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://ig.fhir.de/igs/terminologie/CodeSystem/requestpriority-supplement",
"version": "0.0.1-alpha2",
"name": "SupplementRequestPriority",
"title": "Supplement RequestPriority",
"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 RequestPriority",
"content": "supplement",
"supplements": "http://hl7.org/fhir/request-priority",
"concept": [
{
"code": "routine",
"designation": [
{
"language": "de-DE",
"value": "Routine"
}
]
},
{
"code": "urgent",
"designation": [
{
"language": "de-DE",
"value": "Dringend"
}
]
},
{
"code": "asap",
"designation": [
{
"language": "de-DE",
"value": "Baldmöglichst"
}
]
},
{
"code": "stat",
"designation": [
{
"language": "de-DE",
"value": "Sofort"
}
]
}
]
}