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

FHIR IG Statistics: ValueSet/AsaIV

Packagedk.kip.rkkp.fhir.ig.core
TypeValueSet
IdAsaIV
FHIR VersionR4
Sourcehttps://kip.rkkp.dk/fhir/https://build.fhir.org/ig/KIP-infrastructure/implementation-guide/ValueSet-AsaIV.html
URLhttps://kip.rkkp.dk/fhir/ValueSet/AsaIV
Version2.12.0
Statusactive
Date2022-06-08T00:00:00+02:00
NameAsaIV
TitleASA klassifikation I-V
DescriptionASA klassifikation: De udvalgte koder for ASA fra I-V

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 AsaIV

  • Include these codes as defined in https://kip.rkkp.dk/fhir/CodeSystem/ASAClassification
    CodeDisplayDefinition
    asaiASA I - Rask patientA normal healthy patient
    asaiiASA II - Mild systemisk sygdomA patient with mild systemic disease
    asaiiiASA III - Alvorlig systemisk sygdomA patient with severe systemic disease
    asaivASA IV - Alvorlig systemisk sygdom, som er konstant livstruendeA patient with severe systemic disease that is a constant threat to life
    asavASA V - Moribund patient, som ikke forventes at overleve uden operationA moribund patient who is not expected to survive without the operation

Source

{
  "resourceType": "ValueSet",
  "id": "AsaIV",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://kip.rkkp.dk/fhir/ValueSet/AsaIV",
  "version": "2.12.0",
  "name": "AsaIV",
  "title": "ASA klassifikation I-V",
  "status": "active",
  "experimental": true,
  "date": "2022-06-08T00: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",
  "compose": {
    "include": [
      {
        "system": "https://kip.rkkp.dk/fhir/CodeSystem/ASAClassification",
        "concept": [
          {
            "code": "asai",
            "display": "ASA I - Rask patient"
          },
          {
            "code": "asaii",
            "display": "ASA II - Mild systemisk sygdom"
          },
          {
            "code": "asaiii",
            "display": "ASA III - Alvorlig systemisk sygdom"
          },
          {
            "code": "asaiv",
            "display": "ASA IV - Alvorlig systemisk sygdom, som er konstant livstruende"
          },
          {
            "code": "asav",
            "display": "ASA V - Moribund patient, som ikke forventes at overleve uden operation"
          }
        ]
      }
    ]
  }
}