KVÅ (KKÅ/KMÅ)

(Pro feature)

KKÅ

First, create the KKÅ Code System:

POST /codesystems
{
  "id": "kva-kirurgiska",
  "url": "http://klassifikationer.socialstyrelsen.se/kva-kirurgiska",
  "title": "KVÅ – kirurgiska åtgärder (KKÅ)",
  "language": "se",
  "description": "# Klassifikation av kirurgiska åtgärder",
  "status": "active",
  "owner": "ownerUserId",
  "copyright": "",
  "contact": "[email protected] - Avdelningen för register och statistik, Enheten för klassifikationer och terminologi",
  "oid": "1.2.752.116.1.3.2.3.6",
  "toolingId": "lcs",
  "settings": {
    "publisher": "Socialstyrelsen",
    "isPublic": true
  }
}

Then, import the concepts from the official TSV file:

And last, create a new version to mark the content:

KMÅ

First, create the KMÅ Code System:

Then, import the concepts from the official TSV file:

And last, create a new version to mark the content:

Last updated