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

FHIR IG analytics

Packagelt.hl7.fhir.cvd
Resource TypeValueSet
IdValueSet-arterial-stiffness-interpretation.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7LT/ig-lt-cvd/ValueSet-arterial-stiffness-interpretation.html
URLhttps://tx.hl7.lt/fhir/ValueSet/arterial-stiffness-interpretation
Version0.0.1
Statusdraft
Date2026-03-31T08:29:44+00:00
NameArterialStiffnessInterpretationVS
TitleArterial Stiffness Interpretation
DescriptionInterpretation of pulse wave velocity (PWV) carotid-femoral measurement: normal (< 10 m/s) or increased (>= 10 m/s).

Resources that use this resource

StructureDefinition
lt.hl7.fhir.cvd#currentarterial-stiffness-lt-cvdArterial Stiffness (PWV)

Resources that this resource uses

CodeSystem
hl7.terminology#currentv3-ObservationInterpretationObservationInterpretation

Narrative

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


English


Generated Narrative: ValueSet arterial-stiffness-interpretation

Language: en

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation version 📍4.0.0
    CodeDisplayDefinition
    NNormalThe result or observation value is within the reference range or expected norm (as defined for the respective test procedure).

    \[Note: Applies to numeric or non-numeric results.\]
    HHighThe result for a quantitative observation is above the upper limit of the reference range (as defined for the respective test procedure).

    Synonym: Above high normal

Lithuanian


Generated Narrative: ValueSet arterial-stiffness-interpretation

Language: en

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation version 📍4.0.0
    CodeDisplayDefinition
    NNormalThe result or observation value is within the reference range or expected norm (as defined for the respective test procedure).

    \[Note: Applies to numeric or non-numeric results.\]
    HHighThe result for a quantitative observation is above the upper limit of the reference range (as defined for the respective test procedure).

    Synonym: Above high normal

Source1

{
  "resourceType": "ValueSet",
  "id": "arterial-stiffness-interpretation",
  "language": "en",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://tx.hl7.lt/fhir/ValueSet/arterial-stiffness-interpretation",
  "version": "0.0.1",
  "name": "ArterialStiffnessInterpretationVS",
  "title": "Arterial Stiffness Interpretation",
  "status": "draft",
  "experimental": true,
  "date": "2026-03-31T08:29:44+00:00",
  "publisher": "Lithuanian Medical Library",
  "contact": [
    {
      "name": "Lithuanian Medical Library",
      "telecom": [
        {
          "system": "url",
          "value": "https://medicinosnk.lt"
        },
        {
          "system": "email",
          "value": "info@medicinosnk.lt"
        }
      ]
    }
  ],
  "description": "Interpretation of pulse wave velocity (PWV) carotid-femoral measurement: normal (< 10 m/s) or increased (>= 10 m/s).",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "LT"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
        "version": "4.0.0",
        "concept": [
          {
            "code": "N",
            "display": "Normal"
          },
          {
            "code": "H",
            "display": "High"
          }
        ]
      }
    ]
  }
}