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

FHIR IG analytics

Packagesk.registry.core.r5
Resource TypeValueSet
IdValueSet-vital-sign-codes-vs.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=sk.registry.core.r5@4.0.0&canonical=http://testSK.org/ValueSet/vital-sign-codes-vs
URLhttp://testSK.org/ValueSet/vital-sign-codes-vs
Version0.1.0
Statusactive
Date2025-10-21T11:09:58+00:00
NameVitalSignCodesVS
TitleStroke Vital Sign Codes ValueSet
DescriptionCodes for key vital signs relevant to stroke assessment (Systolic, Diastolic BP).

Resources that use this resource

StructureDefinition
vital-sign-observation-profileStroke Vital Sign Observation Profile (R5)

Resources that this resource uses

CodeSystem
sctSNOMED codes used in this IG

Narrative

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

Generated Narrative: ValueSet vital-sign-codes-vs

  • Include these codes as defined in http://snomed.info/sct version Not Stated (use latest from terminology server)
    CodeDisplay
    271649006Systolic blood pressure (observable entity)
    271650006Diastolic blood pressure (observable entity)

Source1

{
  "resourceType": "ValueSet",
  "id": "vital-sign-codes-vs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://testSK.org/ValueSet/vital-sign-codes-vs",
  "version": "0.1.0",
  "name": "VitalSignCodesVS",
  "title": "Stroke Vital Sign Codes ValueSet",
  "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 for key vital signs relevant to stroke assessment (Systolic, Diastolic BP).",
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "271649006",
            "display": "Systolic blood pressure (observable entity)"
          },
          {
            "code": "271650006",
            "display": "Diastolic blood pressure (observable entity)"
          }
        ]
      }
    ]
  }
}