| Package | dk.kip.rkkp.fhir.ig.core |
| Resource Type | ValueSet |
| Id | Boligform |
| FHIR Version | R4 |
| Source | https://kip.rkkp.dk/fhir/https://build.fhir.org/ig/KIP-infrastructure/implementation-guide/ValueSet-Boligform.html |
| URL | https://kip.rkkp.dk/fhir/ValueSet/Boligform |
| Version | 2.12.0 |
| Status | active |
| Date | 2022-09-06T00:00:00+02:00 |
| Name | Boligform |
| Title | Boligform |
| Description | Patientens boligform |
No resources found
| CodeSystem | |
| MaritalStatus | Marital status / Living with others |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet Boligform
https://kip.rkkp.dk/fhir/CodeSystem/MaritalStatus| Code | Display | Definition |
| livingalone | Alene | Bor alene |
| livingalone_child | Med børn | Bor alene med børn |
| married | Med ægtefælle/partner | Gift |
| married_child | Med ægtefælle/partner og børn | Gift med børn |
| living_parents | Med forældre | Living with parents / Bor med forældre |
| cohabitant | Samboende med andre | Samboende |
{
"resourceType": "ValueSet",
"id": "Boligform",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://kip.rkkp.dk/fhir/ValueSet/Boligform",
"version": "2.12.0",
"name": "Boligform",
"title": "Boligform",
"status": "active",
"experimental": true,
"date": "2022-09-06T00: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": "Patientens boligform",
"compose": {
"include": [
{
"system": "https://kip.rkkp.dk/fhir/CodeSystem/MaritalStatus",
"concept": [
{
"code": "livingalone",
"display": "Alene"
},
{
"code": "livingalone_child",
"display": "Med børn"
},
{
"code": "married",
"display": "Med ægtefælle/partner"
},
{
"code": "married_child",
"display": "Med ægtefælle/partner og børn"
},
{
"code": "living_parents",
"display": "Med forældre"
},
{
"code": "cohabitant",
"display": "Samboende med andre"
}
]
}
]
}
}