| Package | de.dktk.oncology |
| Resource Type | ValueSet |
| Id | ValueSet-onco-core-ValueSet-JNUVS |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=de.dktk.oncology@1.8.0&canonical=http://dktk.dkfz.de/fhir/onco/core/ValueSet/JNUVS |
| URL | http://dktk.dkfz.de/fhir/onco/core/ValueSet/JNUVS |
| Version | 0.9.0 |
| Status | active |
| Name | JNUVS |
| Description | Ja / Nein / Unbekannt |
| StructureDefinition | |
| onco-core-CarePlan-Therapieempfehlung | Therapieempfehlung |
| onco-core-Observation-Fernmetastasen | Fernmetastasen |
| onco-core-Observation-TodUrsache | Tod Ursache |
| CodeSystem | |
| JNUCS | JNUCS |
Note: links and images are rebased to the (stated) source
JNU ValueSet
Ja / Nein / Unbekannt
{
"resourceType": "ValueSet",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://dktk.dkfz.de/fhir/onco/core/ValueSet/JNUVS",
"version": "0.9.0",
"name": "JNUVS",
"status": "active",
"publisher": "DKTK",
"contact": [
{
"telecom": [
{
"system": "other",
"value": "https://dktk.dkfz.de"
}
]
}
],
"description": "Ja / Nein / Unbekannt",
"compose": {
"include": [
{
"system": "http://dktk.dkfz.de/fhir/onco/core/CodeSystem/JNUCS",
"concept": [
{
"code": "J",
"display": "Ja"
},
{
"code": "N",
"display": "Nein"
},
{
"code": "U",
"display": "unbekannt"
}
]
}
]
}
}