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

FHIR IG analytics

Packagehl7.fhir.at.elga-labor
Resource TypeValueSet
IdValueSet-at-lab-code-vs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/gabriel0316/test-laboratory/ValueSet-at-lab-code-vs.html
URLhttps://fhir.hl7.at/elga-labor/ValueSet/at-lab-code-vs
Version0.1.0
Statusdraft
Date2026-05-04T08:38:39+00:00
NameATLabCodeVS
TitleAT ELGA Laboratory Code Value Set
Realmat
Authorityhl7
DescriptionValue set for laboratory test codes used in Austrian ELGA Laboratory Reports. Includes LOINC codes as the primary coding system (aligned with the HL7 EU Lab IG) and allows supplementary local Austrian codes. NPU codes are also included for compatibility with the European Lab IG.

Resources that use this resource

StructureDefinition
hl7.fhir.at.elga-labor#currentat-elga-lab-observationAT ELGA Laboratory Observation
hl7.fhir.at.elga-labor#currentat-elga-lab-servicerequestAT ELGA Laboratory ServiceRequest (Order)

Resources that this resource uses

CodeSystem
kl.dk.fhir.children#2.1.0loinc.orgLogical Observation Identifiers, Names and Codes (LOINC)
hl7.fhir.at.elga-labor#currentat-lab-local-csAT ELGA Laboratory Local Code System

Narrative

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

Generated Narrative: ValueSet at-lab-code-vs

This value set includes codes based on the following rules:

  • Include codes fromhttp://loinc.org version Not Stated (use latest from terminology server) where CLASS in CHEM,HEM.OR.BLD,MICRO,SERO,UA,COAG,ALLERGY,DRUG/TOX,MOLPATH,NR.STATS
  • Include all codes defined in urn:oid:2.16.840.1.113883.2.9.6.2.5 version Not Stated (use latest from terminology server)
  • Include all codes defined in https://fhir.hl7.at/elga-labor/CodeSystem/at-lab-local-cs version 📦0.1.0

Source1

{
  "resourceType": "ValueSet",
  "id": "at-lab-code-vs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.hl7.at/elga-labor/ValueSet/at-lab-code-vs",
  "version": "0.1.0",
  "name": "ATLabCodeVS",
  "title": "AT ELGA Laboratory Code Value Set",
  "status": "draft",
  "experimental": true,
  "date": "2026-05-04T08:38:39+00:00",
  "publisher": "HL7 Austria",
  "contact": [
    {
      "name": "HL7 Austria",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.at"
        },
        {
          "system": "email",
          "value": "office@hl7.at"
        }
      ]
    },
    {
      "name": "HL7 Austria TC FHIR",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.at"
        },
        {
          "system": "email",
          "value": "office@hl7.at"
        }
      ]
    }
  ],
  "description": "Value set for laboratory test codes used in Austrian ELGA Laboratory Reports.\n\nIncludes LOINC codes as the primary coding system (aligned with the HL7 EU Lab IG)\nand allows supplementary local Austrian codes. NPU codes are also included for\ncompatibility with the European Lab IG.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "AT",
          "display": "Austria"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://loinc.org",
        "filter": [
          {
            "property": "CLASS",
            "op": "in",
            "value": "CHEM,HEM.OR.BLD,MICRO,SERO,UA,COAG,ALLERGY,DRUG/TOX,MOLPATH,NR.STATS"
          }
        ]
      },
      {
        "system": "urn:oid:2.16.840.1.113883.2.9.6.2.5"
      },
      {
        "system": "https://fhir.hl7.at/elga-labor/CodeSystem/at-lab-local-cs"
      }
    ]
  }
}