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

FHIR IG analytics

Packagehl7.at.fhir.elga.ediag.r4
Resource TypeCodeSystem
IdCodeSystem-at-ediag-reaction-time-cs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7Austria/ELGA-e-Diagnose-R4/CodeSystem-at-ediag-reaction-time-cs.html
URLhttps://fhir.hl7.at/elga/ediag/r4/CodeSystem/at-ediag-reaction-time-cs
Version0.1.0
Statusactive
Date2026-03-31T09:12:08+00:00
NameAtEdiagReactionTimeCS
TitleReaktionszeit Codes
Authorityhl7
DescriptionZeitlicher Verlauf der Manifestation
Contentcomplete

Resources that use this resource

ValueSet
hl7.at.fhir.elga.ediag.r4#currentat-ediag-reaction-time-vsReaktionszeit ValueSet

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem at-ediag-reaction-time-cs

This code system https://fhir.hl7.at/elga/ediag/r4/CodeSystem/at-ediag-reaction-time-cs defines the following codes:

CodeDisplay
lt6h <6 Stunden
btw6_24h 6-24 Stunden
gt24h >24 Stunden
unknown Unbekannt

Source1

{
  "resourceType": "CodeSystem",
  "id": "at-ediag-reaction-time-cs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.hl7.at/elga/ediag/r4/CodeSystem/at-ediag-reaction-time-cs",
  "version": "0.1.0",
  "name": "AtEdiagReactionTimeCS",
  "title": "Reaktionszeit Codes",
  "status": "active",
  "date": "2026-03-31T09:12:08+00:00",
  "publisher": "ELGA GmbH",
  "contact": [
    {
      "name": "ELGA GmbH",
      "telecom": [
        {
          "system": "url",
          "value": "http://elga.gv.at"
        }
      ]
    },
    {
      "name": "ELGA GmbH",
      "telecom": [
        {
          "system": "url",
          "value": "https://elga.gv.at",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Zeitlicher Verlauf der Manifestation",
  "content": "complete",
  "count": 4,
  "concept": [
    {
      "code": "lt6h",
      "display": "<6 Stunden"
    },
    {
      "code": "btw6_24h",
      "display": "6-24 Stunden"
    },
    {
      "code": "gt24h",
      "display": ">24 Stunden"
    },
    {
      "code": "unknown",
      "display": "Unbekannt"
    }
  ]
}