Lithuanian Vital Signs Implementation Guide
0.0.1 - ci-build Lithuania flag

Lithuanian Vital Signs Implementation Guide, published by Lithuanian Medical Library. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7LT/ig-lt-vitalsigns/ and changes regularly. See the Directory of published versions

: Device: Blood Pressure Measurement (example)

Raw json | Download

{
  "resourceType" : "Device",
  "id" : "device-blood-pressure-example",
  "meta" : {
    "profile" : [
      🔗 "https://hl7.lt/fhir/vitalsigns/StructureDefinition/device-blood-pressure"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xml:lang=\"en\" lang=\"en\"><hr/><p><b>English</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: Device device-blood-pressure-example</b></p><a name=\"device-blood-pressure-example\"> </a><a name=\"hcdevice-blood-pressure-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-device-blood-pressure.html\">Device for Blood Pressure Measurement</a></p></div><p><b>status</b>: Active</p><p><b>manufacturer</b>: Omron Healthcare</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 258057004}\">Non-invasive blood pressure monitor (physical object)</span></p><h3>Properties</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{urn:iso:std:iso:11073:10101 528391}\">MDC_DEV_SPEC_PROFILE_BP</span></td><td><span title=\"Codes:{http://snomed.info/sct 720737000}\">Blood pressure cuff, adult size (physical object)</span></td></tr></table></div>"
  },
  "status" : "active",
  "manufacturer" : "Omron Healthcare",
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "258057004",
          "display" : "Non-invasive blood pressure monitor (physical object)"
        }
      ]
    }
  ],
  "property" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "urn:iso:std:iso:11073:10101",
            "code" : "528391"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "720737000",
            "display" : "Blood pressure cuff, adult size (physical object)"
          }
        ]
      }
    }
  ]
}