FHIR IG analytics| Package | tw.iii.ltc |
| Resource Type | Observation |
| Id | Observation-pasport-observation-gait-cycle-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-gait-cycle-example
Profile: 穿戴裝置-步態週期
status: Final
category: Activity
code: Measure of gait
subject: 陳明慧 Female, DoB: 1945-03-15 ( National Person Identifier (TWN): A123456789 (use: official, ))
effective: 2024-01-15 10:00:00+0800
performer: Practitioner 王美玲(official)
bodySite: Foot structure
component
code: 支撐期(stance phase)
value: 60 % (Details: UCUM code% = '%')
component
code: 擺動期(swing phase)
value: 40 % (Details: UCUM code% = '%')
{
"resourceType": "Observation",
"id": "pasport-observation-gait-cycle-example",
"meta": {
"profile": [
"http://ltc-ig.fhir.tw/StructureDefinition/PASportObservationGaitCycle"
]
},
"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://snomed.info/sct",
"code": "363837002",
"display": "Measure of gait"
}
]
},
"subject": {
"reference": "Patient/ltc-patient-chen-ming-hui"
},
"effectiveDateTime": "2024-01-15T10:00:00+08:00",
"performer": [
{
"reference": "Practitioner/ltc-practitioner-example"
}
],
"bodySite": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "56459004",
"display": "Foot structure"
}
]
},
"component": [
{
"code": {
"coding": [
{
"system": "http://ltc-ig.fhir.tw/CodeSystem/GaitCycleCS-Sport",
"code": "1",
"display": "支撐期(stance phase)"
}
]
},
"valueQuantity": {
"value": 60,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
}
},
{
"code": {
"coding": [
{
"system": "http://ltc-ig.fhir.tw/CodeSystem/GaitCycleCS-Sport",
"code": "2",
"display": "擺動期(swing phase)"
}
]
},
"valueQuantity": {
"value": 40,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
}
}
]
}