Vital Signs Implementation Guide version 0.1.0 (Release 0.1.0 Ballot )

This page is part of the Vital Signs FHIR IG (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

JSON Format: ValueSet-bodyPositionVS

Raw json

{
  "resourceType" : "ValueSet",
  "id" : "bodyPositionVS",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=30212006\">30212006</a></td><td>Fowler's position (finding)</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=26527006\">26527006</a></td><td>Inverse Trendelenburg position (finding)</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=102536004\">102536004</a></td><td>Left lateral decubitus position (finding)</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=414585002\">414585002</a></td><td>Left lateral tilt (finding)</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=10904000\">10904000</a></td><td>Orthostatic body position (finding)</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=1240000\">1240000</a></td><td>Prone body position (finding)</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=102538003\">102538003</a></td><td>Recumbent body position (finding)</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=423413008\">423413008</a></td><td>Reverse trendelenburg positioning (finding)</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=102535000\">102535000</a></td><td>Right lateral decubitus position (finding)</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=415346000\">415346000</a></td><td>Right lateral tilt (finding)</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=33586001\">33586001</a></td><td>Sitting position (finding)</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=40199007\">40199007</a></td><td>Supine body position (finding)</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=34106002\">34106002</a></td><td>Trendelenburg position (finding)</td><td/></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/vitals/ValueSet/bodyPositionVS",
  "version" : "0.1.0",
  "name" : "BodyPositionvalueset",
  "title" : "Body Position value set",
  "status" : "draft",
  "experimental" : false,
  "date" : "2019-05-29",
  "publisher" : "HSPC",
  "description" : "SELECT SNOMED CT code system values.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "copyright" : "TBD",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "30212006",
            "display" : "Fowler's position (finding)"
          },
          {
            "code" : "26527006",
            "display" : "Inverse Trendelenburg position (finding)"
          },
          {
            "code" : "102536004",
            "display" : "Left lateral decubitus position (finding)"
          },
          {
            "code" : "414585002",
            "display" : "Left lateral tilt (finding)"
          },
          {
            "code" : "10904000",
            "display" : "Orthostatic body position (finding)"
          },
          {
            "code" : "1240000",
            "display" : "Prone body position (finding)"
          },
          {
            "code" : "102538003",
            "display" : "Recumbent body position (finding)"
          },
          {
            "code" : "423413008",
            "display" : "Reverse trendelenburg positioning (finding)"
          },
          {
            "code" : "102535000",
            "display" : "Right lateral decubitus position (finding)"
          },
          {
            "code" : "415346000",
            "display" : "Right lateral tilt (finding)"
          },
          {
            "code" : "33586001",
            "display" : "Sitting position (finding)"
          },
          {
            "code" : "40199007",
            "display" : "Supine body position (finding)"
          },
          {
            "code" : "34106002",
            "display" : "Trendelenburg position (finding)"
          }
        ]
      }
    ]
  }
}