FHIR IG analytics| Package | tw.iii.ltc |
| Resource Type | Observation |
| Id | Observation-pasport-observation-weight-training-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation pasport-observation-weight-training-example
Profile: 運動項目-重量訓練
status: Final
category: Activity
code: Weights
subject: 陳明慧 Female, DoB: 1945-03-15 ( National Person Identifier (TWN): A123456789 (use: official, ))
effective: 2024-01-15 11:00:00+0800
performer: Practitioner 王美玲(official)
value: 臥推(Bench Press)
component
code: 訓練重量
value: 60 kg (Details: UCUM codekg = 'kg')
component
code: 訓練組數
value: 3
component
code: Repetition count
value: 10
{
"resourceType": "Observation",
"id": "pasport-observation-weight-training-example",
"meta": {
"profile": [
"http://ltc-ig.fhir.tw/StructureDefinition/PASportObservationWeightTraining"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "activity",
"display": "Activity"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "LA11839-0",
"display": "Weights"
}
]
},
"subject": {
"reference": "Patient/ltc-patient-chen-ming-hui"
},
"effectiveDateTime": "2024-01-15T11:00:00+08:00",
"performer": [
{
"reference": "Practitioner/ltc-practitioner-example"
}
],
"valueCodeableConcept": {
"text": "臥推(Bench Press)"
},
"component": [
{
"code": {
"coding": [
{
"system": "http://ltc-ig.fhir.tw/CodeSystem/SportTrainingCS-Sport",
"code": "training-wt",
"display": "訓練重量"
}
]
},
"valueQuantity": {
"value": 60,
"unit": "kg",
"system": "http://unitsofmeasure.org",
"code": "kg"
}
},
{
"code": {
"coding": [
{
"system": "http://ltc-ig.fhir.tw/CodeSystem/SportTrainingCS-Sport",
"code": "sets",
"display": "訓練組數"
}
]
},
"valueQuantity": {
"value": 3
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "100298-9",
"display": "Repetition count"
}
]
},
"valueQuantity": {
"value": 10
}
}
]
}