| Package | dk.kip.rkkp.fhir.ig.core |
| Resource Type | ValueSet |
| Id | AktuelSygdomsforlob |
| FHIR Version | R4 |
| Source | https://kip.rkkp.dk/fhir/https://build.fhir.org/ig/KIP-infrastructure/implementation-guide/ValueSet-AktuelSygdomsforlob.html |
| URL | https://kip.rkkp.dk/fhir/ValueSet/AktuelSygdomsforlob |
| Version | 2.12.0 |
| Status | active |
| Date | 2022-06-22T00:00:00+02:00 |
| Name | AktuelSygdomsforlob |
| Title | Aktuel Sygdomsforløb |
| Description | Er patienten i det aktuelle sygdomsforløb |
No resources found
| CodeSystem | |
| AktuelSygdomsforlob | Aktuel Sygdomsforløb |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet AktuelSygdomsforlob
https://kip.rkkp.dk/fhir/CodeSystem/AktuelSygdomsforlob| Code | Display | Definition |
| indlagt | Indlagt (stationær) | Patienten er indlagt (stationær) |
| ambulant | Ambulant | Patienten er ambulant |
{
"resourceType": "ValueSet",
"id": "AktuelSygdomsforlob",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://kip.rkkp.dk/fhir/ValueSet/AktuelSygdomsforlob",
"version": "2.12.0",
"name": "AktuelSygdomsforlob",
"title": "Aktuel Sygdomsforløb",
"status": "active",
"experimental": true,
"date": "2022-06-22T00: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": "Er patienten i det aktuelle sygdomsforløb",
"compose": {
"include": [
{
"system": "https://kip.rkkp.dk/fhir/CodeSystem/AktuelSygdomsforlob",
"concept": [
{
"code": "indlagt",
"display": "Indlagt (stationær)"
},
{
"code": "ambulant",
"display": "Ambulant"
}
]
}
]
}
}