FHIR IG analytics| Package | tw.iii.ltc |
| Resource Type | Observation |
| Id | Observation-pasport-observation-gait-type-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-type-example
Profile: 穿戴裝置-步態分析
status: Final
category: Activity
code: Finding of gait
subject: 陳明慧 Female, DoB: 1945-03-15 ( National Person Identifier (TWN): A123456789 (use: official, ))
effective: 2024-01-15 10:15:00+0800
performer: Practitioner 王美玲(official)
value: Gait normal
bodySite: Foot structure
component
code: Gait normal
value: 75 % (Details: UCUM code% = '%')
component
code: Medial rotation - action
value: 15 % (Details: UCUM code% = '%')
component
code: Lateral rotation - action
value: 10 % (Details: UCUM code% = '%')
{
"resourceType": "Observation",
"id": "pasport-observation-gait-type-example",
"meta": {
"profile": [
"http://ltc-ig.fhir.tw/StructureDefinition/PASportObservationGaitType"
]
},
"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": "298302000",
"display": "Finding of gait"
}
]
},
"subject": {
"reference": "Patient/ltc-patient-chen-ming-hui"
},
"effectiveDateTime": "2024-01-15T10:15:00+08:00",
"performer": [
{
"reference": "Practitioner/ltc-practitioner-example"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "8117002",
"display": "Gait normal"
}
]
},
"bodySite": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "56459004",
"display": "Foot structure"
}
]
},
"component": [
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "8117002",
"display": "Gait normal"
}
]
},
"valueQuantity": {
"value": 75,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
}
},
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "264739002",
"display": "Medial rotation - action"
}
]
},
"valueQuantity": {
"value": 15,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
}
},
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "264730003",
"display": "Lateral rotation - action"
}
]
},
"valueQuantity": {
"value": 10,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
}
}
]
}