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

FHIR IG analytics

Packagehl7.fhir.uv.phr
Resource TypeCodeSystem
IdCodeSystem-body-posture-codes.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/personal-health-record-format-ig/CodeSystem-body-posture-codes.html
URLhttp://hl7.org/fhir/uv/phr/CodeSystem/body-posture-codes
Version1.0.0-ballot2
Statusactive
Date2026-02-05T22:21:14+00:00
NameBodyPosture
TitleBody Posture Codes
Realmuv
Authorityhl7
DescriptionCode for posture
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem body-posture-codes

This case-sensitive code system http://hl7.org/fhir/uv/phr/CodeSystem/body-posture-codes defines the following codes in a Is-A hierarchy:

LvlCodeDisplay
1sitting Sitting
1standing Standing
1lyingDown Lying down
2  supine Supine
2  prone Prone
2  recumbent Recumbent
2  semiRecumbent Semi recumbent

Source1

{
  "resourceType": "CodeSystem",
  "id": "body-posture-codes",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pe"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/phr/ImplementationGuide/hl7.fhir.uv.phr"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/phr/ImplementationGuide/hl7.fhir.uv.phr"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/uv/phr/CodeSystem/body-posture-codes",
  "version": "1.0.0-ballot2",
  "name": "BodyPosture",
  "title": "Body Posture Codes",
  "status": "active",
  "experimental": false,
  "date": "2026-02-05T22:21:14+00:00",
  "publisher": "HL7 International / Patient Empowerment",
  "contact": [
    {
      "name": "HL7 International / Patient Empowerment",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/patientempowerment"
        }
      ]
    }
  ],
  "description": "Code for posture",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "hierarchyMeaning": "is-a",
  "compositional": false,
  "content": "complete",
  "count": 7,
  "concept": [
    {
      "code": "sitting",
      "display": "Sitting"
    },
    {
      "code": "standing",
      "display": "Standing"
    },
    {
      "code": "lyingDown",
      "display": "Lying down",
      "concept": [
        {
          "code": "supine",
          "display": "Supine"
        },
        {
          "code": "prone",
          "display": "Prone"
        },
        {
          "code": "recumbent",
          "display": "Recumbent"
        },
        {
          "code": "semiRecumbent",
          "display": "Semi recumbent"
        }
      ]
    }
  ]
}