FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagese.electronichealth.fhir.hvo.r5
Resource TypeValueSet
IdValueSet-hvo-offerings-patientgroup-asa-class.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=se.electronichealth.fhir.hvo.r5@0.1.3-alpha&canonical=http://electronichealth.se/hvo/ValueSet/hvo-offerings-patientgroup-asa-class
URLhttp://electronichealth.se/hvo/ValueSet/hvo-offerings-patientgroup-asa-class
Version1.0.0
Statusdraft
Namehvo-offerings-patientgroup-asa-class
TitleASA-klasser
Realmse
DescriptionIncludes physical status according to the American Society of Anesthesiologists (ASA).

Resources that use this resource

ValueSet
se.electronichealth.fhir.hvo.r5#0.1.3-alphahvo-eligibility-characteristic-valuehvo-eligibility-characteristic-value

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "status": "draft",
  "name": "hvo-offerings-patientgroup-asa-class",
  "id": "hvo-offerings-patientgroup-asa-class",
  "title": "ASA-klasser",
  "description": "Includes physical status according to the American Society of Anesthesiologists (ASA).",
  "url": "http://electronichealth.se/hvo/ValueSet/hvo-offerings-patientgroup-asa-class",
  "version": "1.0.0",
  "useContext": [
    {
      "code": {
        "code": "program"
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "code": "hvo-offerings",
            "display": "Utbud"
          }
        ]
      }
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://electronichealth.se/CodeSystem/sfai-asa-class",
        "concept": [
          {
            "code": "1",
            "display": "För övrigt frisk patient"
          },
          {
            "code": "4",
            "display": "Allvarlig livshotande sjukdom"
          },
          {
            "code": "3",
            "display": "Allvarlig systemsjukdom"
          },
          {
            "code": "2",
            "display": "Lindrig systemsjukdom"
          },
          {
            "code": "6",
            "display": "Hjärndöd patient som ska genomgå donationsoperation"
          },
          {
            "code": "5",
            "display": "Moribund patient, förväntas ej överleva utan operation"
          }
        ]
      }
    ]
  }
}