FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/Location

Packagebloodpressure
TypeCodeSystem
IdLocation
FHIR VersionR4
Sourcehttp://bloodpressure.oemig.de/fhir/https://build.fhir.org/ig/frankoemig/bloodpressure/CodeSystem-Location.html
URLhttp://bloodpressure.oemig.de/fhir/CodeSystem/Location
Version0.2.12
Statusactive
Date2024-04-16
NameLocationCS
TitleLocation
Description**Location**
CopyrightFO
Contentcomplete

Resources that use this resource

ValueSet
LocationLocation

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem Location

This case-insensitive code system http://bloodpressure.oemig.de/fhir/CodeSystem/Location defines the following codes in a Is-A hierarchy:

LvlCodeDisplay
1Arm The right arm of the person.
2  RightArm The right arm of the person.
2  LeftArm The left arm of the person.
1Thigh The thigh of the person.
2  RightThigh The right thigh of the person.
2  LeftThigh The left thigh of the person.
1Wrist The wrist of the individual.
2  RightWrist The right wrist of the individual.
2  LeftWrist The left wrist of the individual.
1Ankle The ankle of the individual.
2  RightAnkle The right ankle of the individual.
2  LeftAnkle The left ankle of the individual.
1Finger A finger of the individual.
1Toe A toe of the individual.
1DorsumOfFoot The individual's dorsum of the foot.
1IntraArterial Invasive measurement via transducer access line within an artery.

Source

{
  "resourceType": "CodeSystem",
  "id": "Location",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://bloodpressure.oemig.de/fhir/CodeSystem/Location",
  "version": "0.2.12",
  "name": "LocationCS",
  "title": "Location",
  "status": "active",
  "experimental": false,
  "date": "2024-04-16",
  "publisher": "FO",
  "contact": [
    {
      "name": "FO",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.oemig.de"
        }
      ]
    }
  ],
  "description": "**Location**",
  "copyright": "FO",
  "caseSensitive": false,
  "valueSet": "http://bloodpressure.oemig.de/fhir/ValueSet/Location",
  "hierarchyMeaning": "is-a",
  "compositional": false,
  "versionNeeded": false,
  "content": "complete",
  "count": 16,
  "concept": [
    {
      "code": "Arm",
      "display": "The right arm of the person.",
      "concept": [
        {
          "code": "RightArm",
          "display": "The right arm of the person."
        },
        {
          "code": "LeftArm",
          "display": "The left arm of the person."
        }
      ]
    },
    {
      "code": "Thigh",
      "display": "The thigh of the person.",
      "concept": [
        {
          "code": "RightThigh",
          "display": "The right thigh of the person."
        },
        {
          "code": "LeftThigh",
          "display": "The left thigh of the person."
        }
      ]
    },
    {
      "code": "Wrist",
      "display": "The wrist of the individual.",
      "concept": [
        {
          "code": "RightWrist",
          "display": "The right wrist of the individual."
        },
        {
          "code": "LeftWrist",
          "display": "The left wrist of the individual."
        }
      ]
    },
    {
      "code": "Ankle",
      "display": "The ankle of the individual.",
      "concept": [
        {
          "code": "RightAnkle",
          "display": "The right ankle of the individual."
        },
        {
          "code": "LeftAnkle",
          "display": "The left ankle of the individual."
        }
      ]
    },
    {
      "code": "Finger",
      "display": "A finger of the individual."
    },
    {
      "code": "Toe",
      "display": "A toe of the individual."
    },
    {
      "code": "DorsumOfFoot",
      "display": "The individual's dorsum of the foot."
    },
    {
      "code": "IntraArterial",
      "display": "Invasive measurement via transducer access line within an artery."
    }
  ]
}