Patient-Generated Health Data (PGHD) Implementation Guide
0.5.0 - release

Publication Build: This will be filled in by the publication tooling

: Body Posture Codes - JSON Representation

Active as of 2024-12-19

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "body-posture-codes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>このcase-sensitiveコードシステム <code>http://fhir/pghd/CodeSystem/body-posture-codes</code> は次のコードたち in an undefined heirarchyを定義します:</p><table class=\"codes\"><tr><td><b>Lvl</b></td><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Japanese (ja)</b></td></tr><tr><td>1</td><td style=\"white-space:nowrap\">sitting<a name=\"body-posture-codes-sitting\"> </a></td><td>Sitting</td><td>座位</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">standing<a name=\"body-posture-codes-standing\"> </a></td><td>Standing</td><td>立位</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">lyingDown<a name=\"body-posture-codes-lyingDown\"> </a></td><td>Lying down</td><td>臥位</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">\u00a0\u00a0supine<a name=\"body-posture-codes-supine\"> </a></td><td>Supine</td><td>仰臥位</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">\u00a0\u00a0prone<a name=\"body-posture-codes-prone\"> </a></td><td>Prone</td><td>腹臥位</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">\u00a0\u00a0recumbent<a name=\"body-posture-codes-recumbent\"> </a></td><td>Recumbent</td><td>側臥位</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">\u00a0\u00a0semiRecumbent<a name=\"body-posture-codes-semiRecumbent\"> </a></td><td>Semi recumbent</td><td>半側臥位</td></tr></table></div>"
  },
  "url" : "http://fhir/pghd/CodeSystem/body-posture-codes",
  "version" : "0.5.0",
  "name" : "BodyPosture",
  "title" : "Body Posture Codes",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-12-19T16:51:22+09:00",
  "description" : "Code for posture  \n姿勢を表すコード",
  "copyright" : "Copyright 2024+",
  "caseSensitive" : true,
  "compositional" : false,
  "content" : "complete",
  "count" : 7,
  "concept" : [
    {
      "code" : "sitting",
      "display" : "Sitting",
      "designation" : [
        {
          "language" : "ja",
          "value" : "座位"
        }
      ]
    },
    {
      "code" : "standing",
      "display" : "Standing",
      "designation" : [
        {
          "language" : "ja",
          "value" : "立位"
        }
      ]
    },
    {
      "code" : "lyingDown",
      "display" : "Lying down",
      "designation" : [
        {
          "language" : "ja",
          "value" : "臥位"
        }
      ],
      "concept" : [
        {
          "code" : "supine",
          "display" : "Supine",
          "designation" : [
            {
              "language" : "ja",
              "value" : "仰臥位"
            }
          ]
        },
        {
          "code" : "prone",
          "display" : "Prone",
          "designation" : [
            {
              "language" : "ja",
              "value" : "腹臥位"
            }
          ]
        },
        {
          "code" : "recumbent",
          "display" : "Recumbent",
          "designation" : [
            {
              "language" : "ja",
              "value" : "側臥位"
            }
          ]
        },
        {
          "code" : "semiRecumbent",
          "display" : "Semi recumbent",
          "designation" : [
            {
              "language" : "ja",
              "value" : "半側臥位"
            }
          ]
        }
      ]
    }
  ]
}