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

FHIR IG Statistics: ValueSet/asagrade-vs

Packageintraproc.anesthesia
TypeValueSet
Idasagrade-vs
FHIR VersionR4
Sourcehttps://github.com/HL7/intraproc-anesthesia/https://build.fhir.org/ig/HL7/intraproc-anesthesia/ValueSet-asagrade-vs.html
URLhttps://github.com/HL7/intraproc-anesthesia/ValueSet/asagrade-vs
Version0.2.1
Statusdraft
Date2025-05-14T14:03:15+00:00
NameASAGradeVS
TitleASA Grade
DescriptionASA Grade

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
sctSNOMED CT (all versions)
sctSNOMED codes used in this IG
sctveri

Narrative

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

Generated Narrative: ValueSet asagrade-vs

  • Include these codes as defined in http://snomed.info/sct
    CodeDisplay
    413495001American Society of Anesthesiologists physical status class 1 (finding)
    413496000American Society of Anesthesiologists physical status class 2 (finding)

Source

{
  "resourceType": "ValueSet",
  "id": "asagrade-vs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://github.com/HL7/intraproc-anesthesia/ValueSet/asagrade-vs",
  "version": "0.2.1",
  "name": "ASAGradeVS",
  "title": "ASA Grade",
  "status": "draft",
  "date": "2025-05-14T14:03:15+00:00",
  "publisher": "Devices WG",
  "contact": [
    {
      "name": "Devices WG",
      "telecom": [
        {
          "system": "url",
          "value": "https://confluence.hl7.org/spaces/HCD/pages/198869848/Anesthesia+IG+Project"
        }
      ]
    }
  ],
  "description": "ASA Grade",
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "413495001",
            "display": "American Society of Anesthesiologists physical status class 1 (finding)"
          },
          {
            "code": "413496000",
            "display": "American Society of Anesthesiologists physical status class 2 (finding)"
          }
        ]
      }
    ]
  }
}