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

FHIR IG analytics

Packagesk.registry.core.r5
Resource TypeCodeSystem
IdCodeSystem-initial-care-intensity-cs.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=sk.registry.core.r5@4.0.0&canonical=http://testSK.org/CodeSystem/initial-care-intensity-cs
URLhttp://testSK.org/CodeSystem/initial-care-intensity-cs
Version0.1.0
Statusactive
Date2025-10-21T11:09:58+00:00
NameInitialCareIntensityCS
TitleInitial Care Intensity Code System
DescriptionCodes indicating the level of care provided during the patient's initial day(s) in the hospital.
Contentcomplete

Resources that use this resource

ValueSet
initial-care-intensity-vsInitial Care Intensity ValueSet

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem initial-care-intensity-cs

This case-insensitive code system http://testSK.org/CodeSystem/initial-care-intensity-cs defines the following codes:

CodeDisplayDefinition
standard Standard BedPatient placed in a standard hospital bed without continuous monitoring.
monitored Monitored BedPatient placed in a bed with continuous telemetry or other monitoring (outside ICU).
icu-stroke ICU / Stroke UnitPatient placed in an Intensive Care Unit or specialized Stroke Unit.

Source1

{
  "resourceType": "CodeSystem",
  "id": "initial-care-intensity-cs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://testSK.org/CodeSystem/initial-care-intensity-cs",
  "version": "0.1.0",
  "name": "InitialCareIntensityCS",
  "title": "Initial Care Intensity Code System",
  "status": "active",
  "experimental": true,
  "date": "2025-10-21T11:09:58+00:00",
  "publisher": "UMU",
  "contact": [
    {
      "name": "UMU",
      "telecom": [
        {
          "system": "url",
          "value": "http://testSK.org/umu"
        }
      ]
    }
  ],
  "description": "Codes indicating the level of care provided during the patient's initial day(s) in the hospital.",
  "caseSensitive": false,
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "standard",
      "display": "Standard Bed",
      "definition": "Patient placed in a standard hospital bed without continuous monitoring."
    },
    {
      "code": "monitored",
      "display": "Monitored Bed",
      "definition": "Patient placed in a bed with continuous telemetry or other monitoring (outside ICU)."
    },
    {
      "code": "icu-stroke",
      "display": "ICU / Stroke Unit",
      "definition": "Patient placed in an Intensive Care Unit or specialized Stroke Unit."
    }
  ]
}