FHIR IG analytics
Resources that use this resource
Resources that this resource uses
| CodeSystem |
| loinc.org | LOINC codes used in this IG |
Narrative
No narrative content found in resource
Source1
{
"resourceType": "ValueSet",
"id": "mii-vs-onko-asa-loinc",
"meta": {
"profile": [
"http://hl7.org/fhir/StructureDefinition/shareablevalueset"
]
},
"url": "https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/ValueSet/mii-vs-onko-asa-loinc",
"version": "2026.0.0",
"name": "MII_VS_Onko_ASA_LOINC",
"status": "active",
"experimental": false,
"publisher": "Medizininformatik Initiative",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "https://www.medizininformatik-initiative.de"
}
]
}
],
"description": "Value Set für LOINC ASA Physical Status Classification (generalisiert für alle onkologischen Indikationen)",
"compose": {
"include": [
{
"system": "http://loinc.org",
"concept": [
{
"code": "LA28813-6",
"display": "ASA I"
},
{
"code": "LA28814-4",
"display": "ASA II"
},
{
"code": "LA28815-1",
"display": "ASA III"
},
{
"code": "LA28816-9",
"display": "ASA IV"
},
{
"code": "LA28817-7",
"display": "ASA V"
},
{
"code": "LA28818-5",
"display": "ASA VI"
}
]
}
]
}
}