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

FHIR IG analytics

Packagetw.iii.ltc
Resource TypeObservation
IdObservation-pasport-observation-skeletal-muscle-mass-example.json
FHIR VersionR4

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: Observation pasport-observation-skeletal-muscle-mass-example

status: Final

category: Vital Signs

code: 骨骼肌重

subject: 陳明慧 Female, DoB: 1945-03-15 ( National Person Identifier (TWN): A123456789 (use: official, ))

effective: 2024-01-15 08:45:00+0800

performer: Practitioner 王美玲(official)

value: 20.8 kg (Details: UCUM codekg = 'kg')

interpretation: Low

note: @2024-01-15 08:45:00+0800

骨骼肌重20.8公斤,略低於年齡標準。建議增加阻力訓練以提升肌肉量,預防肌少症

method: Pulse oximetry

device: InBody 270 身體組成分析儀

ReferenceRanges

-LowHighText
*22 kg (Details: UCUM codekg = 'kg')27 kg (Details: UCUM codekg = 'kg')65歲女性正常範圍

Components

-CodeValue[x]
*肌肉質量指數7.6 kg/m2 (Details: UCUM codekg/m2 = 'kg/m2')

Source1

{
  "resourceType": "Observation",
  "id": "pasport-observation-skeletal-muscle-mass-example",
  "meta": {
    "profile": [
      "http://ltc-ig.fhir.tw/StructureDefinition/PASportObservationSkeletalMuscleMass"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs",
          "display": "Vital Signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://ltc-ig.fhir.tw/CodeSystem/TempCodeCS-Sport",
        "code": "SMM",
        "display": "骨骼肌重"
      }
    ]
  },
  "subject": {
    "reference": "Patient/ltc-patient-chen-ming-hui"
  },
  "effectiveDateTime": "2024-01-15T08:45:00+08:00",
  "performer": [
    {
      "reference": "Practitioner/ltc-practitioner-example"
    }
  ],
  "valueQuantity": {
    "value": 20.8,
    "unit": "kg",
    "system": "http://unitsofmeasure.org",
    "code": "kg"
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "L",
          "display": "Low"
        }
      ]
    }
  ],
  "note": [
    {
      "time": "2024-01-15T08:45:00+08:00",
      "text": "骨骼肌重20.8公斤,略低於年齡標準。建議增加阻力訓練以提升肌肉量,預防肌少症"
    }
  ],
  "method": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "252465000",
        "display": "Pulse oximetry"
      }
    ]
  },
  "device": {
    "display": "InBody 270 身體組成分析儀"
  },
  "referenceRange": [
    {
      "low": {
        "value": 22,
        "unit": "kg",
        "system": "http://unitsofmeasure.org",
        "code": "kg"
      },
      "high": {
        "value": 27,
        "unit": "kg",
        "system": "http://unitsofmeasure.org",
        "code": "kg"
      },
      "text": "65歲女性正常範圍"
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://ltc-ig.fhir.tw/CodeSystem/TempCodeCS-Sport",
            "code": "SMI",
            "display": "肌肉質量指數"
          }
        ]
      },
      "valueQuantity": {
        "value": 7.6,
        "unit": "kg/m2",
        "system": "http://unitsofmeasure.org",
        "code": "kg/m2"
      }
    }
  ]
}