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

FHIR IG Statistics: ValueSet/AsaIVkort

Packagedk.kip.rkkp.fhir.ig.core
TypeValueSet
IdAsaIVkort
FHIR VersionR4
Sourcehttps://kip.rkkp.dk/fhir/https://build.fhir.org/ig/KIP-infrastructure/implementation-guide/ValueSet-AsaIVkort.html
URLhttps://kip.rkkp.dk/fhir/ValueSet/AsaIVkort
Version2.12.0
Statusactive
Date2022-10-19T00:00:00+02:00
NameAsaIVkort
TitleASA klassifikation I-V Kort
DescriptionASA klassifikation: De udvalgte koder for ASA fra I-V i kort version

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
ASAClassificationASA Physical Status Classification System

Narrative

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

Generated Narrative: ValueSet AsaIVkort

  • Include these codes as defined in https://kip.rkkp.dk/fhir/CodeSystem/ASAClassification
    CodeDisplayDefinition
    asaiASA IA normal healthy patient
    asaiiASA IIA patient with mild systemic disease
    asaiiiASA IIIA patient with severe systemic disease
    asaivASA IVA patient with severe systemic disease that is a constant threat to life
    asavASA VA moribund patient who is not expected to survive without the operation

Source

{
  "resourceType": "ValueSet",
  "id": "AsaIVkort",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://kip.rkkp.dk/fhir/ValueSet/AsaIVkort",
  "version": "2.12.0",
  "name": "AsaIVkort",
  "title": "ASA klassifikation I-V Kort",
  "status": "active",
  "experimental": true,
  "date": "2022-10-19T00: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": "ASA klassifikation: De udvalgte koder for ASA fra I-V i kort version",
  "compose": {
    "include": [
      {
        "system": "https://kip.rkkp.dk/fhir/CodeSystem/ASAClassification",
        "concept": [
          {
            "code": "asai",
            "display": "ASA I"
          },
          {
            "code": "asaii",
            "display": "ASA II"
          },
          {
            "code": "asaiii",
            "display": "ASA III"
          },
          {
            "code": "asaiv",
            "display": "ASA IV"
          },
          {
            "code": "asav",
            "display": "ASA V"
          }
        ]
      }
    ]
  }
}