FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/HousingType

Packagedk.kip.rkkp.fhir.ig.core
Resource TypeCodeSystem
IdHousingType
FHIR VersionR4
Sourcehttps://kip.rkkp.dk/fhir/https://build.fhir.org/ig/KIP-infrastructure/implementation-guide/CodeSystem-HousingType.html
URLhttps://kip.rkkp.dk/fhir/CodeSystem/HousingType
Version2.12.0
Statusactive
Date2022-06-21T00:00:00+02:00
NameHousingType
TitleHousing type
DescriptionHousing type
Contentcomplete

Resources that use this resource

ValueSet
BoligforholdRETSPSYKBoligforhold (RETSPSYK)
BoligformDAPBoligform [DAP]

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem HousingType

This code system https://kip.rkkp.dk/fhir/CodeSystem/HousingType defines the following codes:

CodeDisplayDefinition
private PrivatePrivate / Privat
house/apartment Hus/lejlighedHus/lejlighed (privat bolig)
nursinghome PlejeboligPlejebolig
own_residence Own residenceOwn residence / Egen bolig
institution InstitutionInstitution
homeless HomelessHomeless / Hjemløs
other AndetAndet

Source

{
  "resourceType": "CodeSystem",
  "id": "HousingType",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://kip.rkkp.dk/fhir/CodeSystem/HousingType",
  "version": "2.12.0",
  "name": "HousingType",
  "title": "Housing type",
  "status": "active",
  "date": "2022-06-21T00: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": "Housing type",
  "content": "complete",
  "count": 7,
  "concept": [
    {
      "code": "private",
      "display": "Private",
      "definition": "Private / Privat"
    },
    {
      "code": "house/apartment",
      "display": "Hus/lejlighed",
      "definition": "Hus/lejlighed (privat bolig)"
    },
    {
      "code": "nursinghome",
      "display": "Plejebolig",
      "definition": "Plejebolig"
    },
    {
      "code": "own_residence",
      "display": "Own residence",
      "definition": "Own residence / Egen bolig"
    },
    {
      "code": "institution",
      "display": "Institution",
      "definition": "Institution"
    },
    {
      "code": "homeless",
      "display": "Homeless",
      "definition": "Homeless / Hjemløs"
    },
    {
      "code": "other",
      "display": "Andet",
      "definition": "Andet"
    }
  ]
}