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

: BodyStructure: Blood Pressure Measurement Site (example)

Raw json | Download

{
  "resourceType" : "BodyStructure",
  "id" : "bodystructure-blood-pressure-example",
  "meta" : {
    "profile" : [
      🔗 "https://hl7.lt/fhir/vitalsigns/StructureDefinition/body-structure-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: BodyStructure bodystructure-blood-pressure-example</b></p><a name=\"bodystructure-blood-pressure-example\"> </a><a name=\"hcbodystructure-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-body-structure-blood-pressure.html\">Body Structure for Blood Pressure</a></p></div><blockquote><p><b>includedStructure</b></p><p><b>structure</b>: <span title=\"Codes:{http://snomed.info/sct 7657000}\">Structure of femoral artery (body structure)</span></p><p><b>laterality</b>: <span title=\"Codes:{http://snomed.info/sct 24028007}\">Right</span></p><h3>BodyLandmarkOrientations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>LandmarkDescription</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 33586001}\">Sitting position (finding)</span></td></tr></table></blockquote><p><b>patient</b>: <a href=\"Patient-patient-example.html\">John Doe(official) Male, DoB Unknown ( http://hospital.org/patient-id#10005\u00a0(use:\u00a0usual,\u00a0))</a></p></div>"
  },
  "includedStructure" : [
    {
      "structure" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "7657000",
            "display" : "Structure of femoral artery (body structure)"
          }
        ]
      },
      "laterality" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "24028007",
            "display" : "Right"
          }
        ]
      },
      "bodyLandmarkOrientation" : [
        {
          "landmarkDescription" : [
            {
              "coding" : [
                {
                  "system" : "http://snomed.info/sct",
                  "code" : "33586001",
                  "display" : "Sitting position (finding)"
                }
              ]
            }
          ]
        }
      ]
    }
  ],
  "patient" : {
    🔗 "reference" : "Patient/patient-example"
  }
}