| Package | dk.kip.rkkp.fhir.ig.core |
| Resource Type | ValueSet |
| Id | MeshPlaceringDHDB |
| FHIR Version | R4 |
| Source | https://kip.rkkp.dk/fhir/https://build.fhir.org/ig/KIP-infrastructure/implementation-guide/ValueSet-MeshPlaceringDHDB.html |
| URL | https://kip.rkkp.dk/fhir/ValueSet/MeshPlaceringDHDB |
| Version | 2.12.0 |
| Status | active |
| Date | 2022-07-20T00:00:00+02:00 |
| Name | MeshPlaceringDHDB |
| Title | Mesh placering (DHDB) |
| Description | Mesh Placering (DHDB) |
No resources found
| CodeSystem | |
| GenericValues | Generic values |
| MeshPlacement | Mesh placement |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet MeshPlaceringDHDB
This value set includes codes based on the following rules:
https://kip.rkkp.dk/fhir/CodeSystem/MeshPlacement| Code | Display | Definition |
| onlay | Onlay | Onlay |
| inlay | Inlay | Inlay |
| sublay | Sublay | Sublay |
| retromuscular_preperitoneal | Retromuskulær + præperitoneal | Retromuskulær + præperitoneal |
| preperitoneal | Præperitoneal | Præperitoneal |
| intraperitoneal | Intraperitoneal | Intraperitoneal |
https://kip.rkkp.dk/fhir/CodeSystem/GenericValues| Code | Display | Definition |
| other | Anden placering | Other - used to choose unspecific value not in a valueset |
{
"resourceType": "ValueSet",
"id": "MeshPlaceringDHDB",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://kip.rkkp.dk/fhir/ValueSet/MeshPlaceringDHDB",
"version": "2.12.0",
"name": "MeshPlaceringDHDB",
"title": "Mesh placering (DHDB)",
"status": "active",
"experimental": true,
"date": "2022-07-20T00: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": "Mesh Placering (DHDB)",
"compose": {
"include": [
{
"system": "https://kip.rkkp.dk/fhir/CodeSystem/MeshPlacement",
"concept": [
{
"code": "onlay",
"display": "Onlay"
},
{
"code": "inlay",
"display": "Inlay"
},
{
"code": "sublay",
"display": "Sublay"
},
{
"code": "retromuscular_preperitoneal",
"display": "Retromuskulær + præperitoneal"
},
{
"code": "preperitoneal",
"display": "Præperitoneal"
},
{
"code": "intraperitoneal",
"display": "Intraperitoneal"
}
]
},
{
"system": "https://kip.rkkp.dk/fhir/CodeSystem/GenericValues",
"concept": [
{
"code": "other",
"display": "Anden placering"
}
]
}
]
}
}