| Package | dk.kip.rkkp.fhir.ig.core |
| Resource Type | ValueSet |
| Id | ClinicalProtocolNotParticipated |
| FHIR Version | R4 |
| Source | https://kip.rkkp.dk/fhir/https://build.fhir.org/ig/KIP-infrastructure/implementation-guide/ValueSet-ClinicalProtocolNotParticipated.html |
| URL | https://kip.rkkp.dk/fhir/ValueSet/ClinicalProtocolNotParticipated |
| Version | 2.12.0 |
| Status | active |
| Date | 2022-06-07T00:00:00+02:00 |
| Name | ClinicalProtocolNotParticipated |
| Title | Hvorfor er patienten ikke involveret |
| Description | Hvorfor er patienten ikke involveret |
No resources found
| CodeSystem | |
| ClinicalProtocolNotParticipated | Clinical protocol - patient did not participated; cause |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet ClinicalProtocolNotParticipated
https://kip.rkkp.dk/fhir/CodeSystem/ClinicalProtocolNotParticipated| Code | Display | Definition |
| rejected | Tilbudt klinisk forsøg, men deltagelse afvist af patient | Patient rejected invitation |
| deselected | Patienten var kandidat til et klinisk forsøg, men deltagelse fravalgt af afdelingen | Health department deselected patient |
| no_invitation | Afdelingen har ikke et tilbud om deltagelse i klinisk forsøg | Patient was not invited |
{
"resourceType": "ValueSet",
"id": "ClinicalProtocolNotParticipated",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://kip.rkkp.dk/fhir/ValueSet/ClinicalProtocolNotParticipated",
"version": "2.12.0",
"name": "ClinicalProtocolNotParticipated",
"title": "Hvorfor er patienten ikke involveret",
"status": "active",
"experimental": true,
"date": "2022-06-07T00: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": "Hvorfor er patienten ikke involveret",
"compose": {
"include": [
{
"system": "https://kip.rkkp.dk/fhir/CodeSystem/ClinicalProtocolNotParticipated",
"concept": [
{
"code": "rejected",
"display": "Tilbudt klinisk forsøg, men deltagelse afvist af patient"
},
{
"code": "deselected",
"display": "Patienten var kandidat til et klinisk forsøg, men deltagelse fravalgt af afdelingen"
},
{
"code": "no_invitation",
"display": "Afdelingen har ikke et tilbud om deltagelse i klinisk forsøg"
}
]
}
]
}
}