身體活動量測(Physical Activity Measure)
0.1.0 - ci-build
身體活動量測(Physical Activity Measure) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "weighttraining-example",
"meta" : {
"profile" : [
🔗 "https://hapi.fhir.tw/fhir/StructureDefinition/WeightTraining-sport"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation weighttraining-example</b></p><a name=\"weighttraining-example\"> </a><a name=\"hcweighttraining-example\"> </a><a name=\"weighttraining-example-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category activity}\">Activity</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org LA11839-0}\">Weights</span></p><p><b>subject</b>: <a href=\"Patient-patient-ex-example.html\">連小妹(official) Female, DoB: 1990-01-01 ( Provider number\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>effective</b>: 2024-07-01</p><p><b>performer</b>: <a href=\"Practitioner-practitioner-c-example.html\">Practitioner 陳建升</a></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 229115003}\">Bench press</span></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://hapi.fhir.tw/fhir/CodeSystem/sport-training training-wt}\">訓練重量</span></p><p><b>value</b>: 50 kg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codekg = 'kg')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://hapi.fhir.tw/fhir/CodeSystem/sport-training sets}\">訓練組數</span></p><p><b>value</b>: 1</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 100298-9}\">Repetition count</span></p><p><b>value</b>: 30</p></blockquote></div>"
},
"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"
}
],
"text" : "Weights"
},
"subject" : {
🔗 "reference" : "Patient/patient-ex-example"
},
"effectiveDateTime" : "2024-07-01",
"performer" : [
{
🔗 "reference" : "Practitioner/practitioner-c-example"
}
],
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "229115003",
"display" : "Bench press"
}
]
},
"component" : [
{
"code" : {
"coding" : [
{
"system" : "https://hapi.fhir.tw/fhir/CodeSystem/sport-training",
"code" : "training-wt",
"display" : "訓練重量"
}
]
},
"valueQuantity" : {
"value" : 50,
"unit" : "kg",
"system" : "http://unitsofmeasure.org",
"code" : "kg"
}
},
{
"code" : {
"coding" : [
{
"system" : "https://hapi.fhir.tw/fhir/CodeSystem/sport-training",
"code" : "sets",
"display" : "訓練組數"
}
]
},
"valueQuantity" : {
"value" : 1
}
},
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "100298-9",
"display" : "Repetition count"
}
]
},
"valueQuantity" : {
"value" : 30
}
}
]
}