FHIR IG analytics| Package | kvdigital.terminschnittstelle-fuer-dritte |
| Resource Type | ValueSet |
| Id | KBV_VS_KV_DIGITAL_TS_DRITTE_Urgency.json |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=kvdigital.terminschnittstelle-fuer-dritte@2.2.1&canonical=https://fhir.kbv.de/ValueSet/KBV_VS_KV_DIGITAL_TS_DRITTE_Urgency |
| URL | https://fhir.kbv.de/ValueSet/KBV_VS_KV_DIGITAL_TS_DRITTE_Urgency |
| Version | 1.0.0 |
| Status | active |
| Name | KBV_VS_KV_DIGITAL_TS_DRITTE_Urgency |
| Title | KBV_VS_KV_DIGITAL_TS_DRITTE_Urgency |
| Description | Die Dringlichkeit einer Überweisung: routine = nicht dringend | urgent = dringend | asap = akut |
| Copyright | Copyright 2024 kv.digital GmbH |
| StructureDefinition | |
| KBV_PR_KV_DIGITAL_TS_DRITTE_ServiceRequest_Vermittlungscode | KBV_PR_KV_DIGITAL_TS_DRITTE_ServiceRequest_Vermittlungscode |
| KBV_PR_KV_DIGITAL_TS_KVEN_ServiceRequest_Vermittlungscode | KBV_PR_KV_DIGITAL_TS_KVEN_ServiceRequest_Vermittlungscode |
| CodeSystem | |
| request-priority | RequestPriority |
Note: links and images are rebased to the (stated) source
{
"resourceType": "ValueSet",
"id": "KBV-VS-KV-DIGITAL-TS-DRITTE-Urgency",
"version": "1.0.0",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir.kbv.de/ValueSet/KBV_VS_KV_DIGITAL_TS_DRITTE_Urgency",
"name": "KBV_VS_KV_DIGITAL_TS_DRITTE_Urgency",
"title": "KBV_VS_KV_DIGITAL_TS_DRITTE_Urgency",
"status": "active",
"publisher": "kv.digital GmbH",
"contact": [
{
"name": "kv.digital GmbH",
"telecom": [
{
"system": "url",
"value": "https://www.kv.digital"
}
]
}
],
"description": "Die Dringlichkeit einer Überweisung: routine = nicht dringend | urgent = dringend | asap = akut",
"copyright": "Copyright 2024 kv.digital GmbH",
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/request-priority",
"concept": [
{
"code": "routine",
"display": "Routine"
},
{
"code": "urgent",
"display": "Urgent"
},
{
"code": "asap",
"display": "ASAP"
}
]
}
]
}
}