身體活動量測(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

: goal-example - JSON Representation

Raw json | Download


{
  "resourceType" : "Goal",
  "id" : "goal-example",
  "meta" : {
    "profile" : [
      🔗 "https://hapi.fhir.tw/fhir/StructureDefinition/Goal-sport"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Goal goal-example</b></p><a name=\"goal-example\"> </a><a name=\"hcgoal-example\"> </a><a name=\"goal-example-en-US\"> </a><p><b>identifier</b>: <code>https://www.health.ntpc.gov.tw/</code>/s141526</p><p><b>lifecycleStatus</b>: Proposed</p><p><b>category</b>: <span title=\"Codes:{https://hapi.fhir.tw/fhir/CodeSystem/tempcode PhysicalActivity}\">Physical Activity</span></p><p><b>description</b>: <span title=\"Codes:\">L5-S1椎間盤突出,在六個月內減少突出程度2-3毫米,疼痛評分減少50%</span></p><p><b>subject</b>: <a href=\"Patient-patient-tw-example.html\">連小妹(official) Female, DoB: 1990-01-01 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code\u00a0(use:\u00a0official,\u00a0))</a></p><h3>Targets</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Measure</b></td><td><b>Detail[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org 41950-7}\">Number of steps in 24 hour Measured</span></td><td>5000 steps per day<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code/d = '/d')</span></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "https://www.health.ntpc.gov.tw/",
      "value" : "s141526"
    }
  ],
  "lifecycleStatus" : "proposed",
  "category" : [
    {
      "coding" : [
        {
          "system" : "https://hapi.fhir.tw/fhir/CodeSystem/tempcode",
          "code" : "PhysicalActivity",
          "display" : "Physical Activity"
        }
      ]
    }
  ],
  "description" : {
    "text" : "L5-S1椎間盤突出,在六個月內減少突出程度2-3毫米,疼痛評分減少50%"
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-tw-example"
  },
  "target" : [
    {
      "measure" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "41950-7",
            "display" : "Number of steps in 24 hour Measured"
          }
        ]
      },
      "detailQuantity" : {
        "value" : 5000,
        "unit" : "steps per day",
        "system" : "http://unitsofmeasure.org",
        "code" : "/d"
      }
    }
  ]
}