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

FHIR IG Statistics: ValueSet/NICE_HeartRateCategory

Packageniceprofiling.v23q1
TypeValueSet
IdNICE_HeartRateCategory
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=niceprofiling.v23q1@0.5.0&canonical=https://fhir.stichting-nice.nl/ValueSet/NICE-HeartRateCategory
URLhttps://fhir.stichting-nice.nl/ValueSet/NICE-HeartRateCategory
Statusactive
NameNICE_HeartRateCategory
TitleNICE-HeartRateCategory
DescriptionThis valuesets contains codes that enables to distinguish between 'regular' measurements types/moments and measurements during suspected sepsis. Definition: - VS: Clinical observations of the heart rate (not during suspected sepsis). - VS-SEPSIS: Clinical observations of the heart rate during suspected sepsis.

Resources that use this resource

StructureDefinition
NICE-HeartRate-2022Q1NICE-HeartRate

Resources that this resource uses

No resources found


Narrative

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

NICE-HeartRateCategory

https://fhir.stichting-nice.nl/ValueSet/NICE-HeartRateCategory

This valuesets contains codes that enables to distinguish between 'regular' measurements types/moments and measurements during suspected sepsis. Definition: - VS: Clinical observations of the body's basic functions such as blood pressure, heart rate, respiratory rate, height, weight, body mass index, head circumference, pulse oximetry, temperature, and body surface area. - VS-SEPSIS: Clinical observations of the body's basic functions during suspected sepsis.


Source

{
  "resourceType": "ValueSet",
  "url": "https://fhir.stichting-nice.nl/ValueSet/NICE-HeartRateCategory",
  "title": "NICE-HeartRateCategory",
  "status": "active",
  "contact": [
    {
      "telecom": [
        {
          "system": "email"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "https://fhir.stichting-nice.nl/NICE-codes",
        "concept": [
          {
            "code": "VS",
            "display": "vital-signs"
          },
          {
            "code": "VS-SEPSIS",
            "display": "vital-signs during suspected sepsis"
          }
        ]
      }
    ]
  },
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "language": "English",
  "publisher": "NICE",
  "description": "This valuesets contains codes that enables to distinguish between 'regular' measurements types/moments and measurements during suspected sepsis.\n\nDefinition:\n- VS: Clinical observations of the heart rate (not during suspected sepsis).\n- VS-SEPSIS: Clinical observations of the heart rate during suspected sepsis.",
  "name": "NICE_HeartRateCategory"
}