| Package | dk.kip.rkkp.fhir.ig.core |
| Resource Type | ValueSet |
| Id | RobotDHDB |
| FHIR Version | R4 |
| Source | https://kip.rkkp.dk/fhir/https://build.fhir.org/ig/KIP-infrastructure/implementation-guide/ValueSet-RobotDHDB.html |
| URL | https://kip.rkkp.dk/fhir/ValueSet/RobotDHDB |
| Version | 2.12.0 |
| Status | active |
| Date | 2024-09-10T00:00:00+02:00 |
| Name | RobotDHDB |
| Title | Robot (DHDB) |
| Description | Robot assisteret metode (DHDB) |
No resources found
| CodeSystem | |
| GenericValues | Generic values |
| ProcedureType | Procedure type: Codes for different durations |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet RobotDHDB
This value set includes codes based on the following rules:
https://kip.rkkp.dk/fhir/CodeSystem/ProcedureType| Code | Display | Definition |
| etep | ETEP | eTEP - Robot-assisteret metode |
| tarup | TARUP | TARUP - Robot-assisteret metode |
| tapp | TAPP | TAPP - Robot-assisteret metode |
https://kip.rkkp.dk/fhir/CodeSystem/GenericValues| Code | Display | Definition |
| other | Andet | Other - used to choose unspecific value not in a valueset |
{
"resourceType": "ValueSet",
"id": "RobotDHDB",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://kip.rkkp.dk/fhir/ValueSet/RobotDHDB",
"version": "2.12.0",
"name": "RobotDHDB",
"title": "Robot (DHDB)",
"status": "active",
"experimental": true,
"date": "2024-09-10T00:00:00+02:00",
"publisher": "Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S",
"contact": [
{
"name": "Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S",
"telecom": [
{
"system": "url",
"value": "https://trifork.com"
},
{
"system": "email",
"value": "rbk@trifork.com"
}
]
}
],
"description": "Robot assisteret metode (DHDB)",
"compose": {
"include": [
{
"system": "https://kip.rkkp.dk/fhir/CodeSystem/ProcedureType",
"concept": [
{
"code": "etep",
"display": "ETEP"
},
{
"code": "tarup",
"display": "TARUP"
},
{
"code": "tapp",
"display": "TAPP"
}
]
},
{
"system": "https://kip.rkkp.dk/fhir/CodeSystem/GenericValues",
"concept": [
{
"code": "other",
"display": "Andet"
}
]
}
]
}
}