身體活動與飲食實作指引
0.1.0 - ci-build

身體活動與飲食實作指引, published by 衛生福利部國民健康署. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hpapa2025/pad/ and changes regularly. See the Directory of published versions

Resource Profile: 每日步數目標-Goal Daily Steps PAD

Official URL: https://www.hpa.gov.tw/pad/StructureDefinition/Goal-daily-steps-pad Version: 0.1.0
Active as of 2025-09-10 Computable Name: GoalDailyStepsPAD

此每日步數目標-Goal Daily Steps PAD Profile說明PAD IG如何進一步定義臺灣核心-目標(TW Core Goa)Profile以呈現使用者每日的身體活動目標。

Usages:

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Goal 0..* TWCoreGoal Describes the intended objective(s) for a patient, group or organization
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... lifecycleStatus ?!SΣ 1..1 code proposed | planned | accepted | active | on-hold | completed | cancelled | entered-in-error | rejected
Binding: GoalLifecycleStatus (required): Codes that reflect the current state of a goal and whether the goal is still being targeted.
Required Pattern: active
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... system 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/goal-category
..... version 0..1 string Version of the system - if relevant
..... code 1..1 code Symbol in syntax defined by the system
Fixed Value: behavioral
..... display 0..1 string Representation defined by the system
..... userSelected 0..1 boolean If this coding was chosen directly by the user
.... text 0..1 string Plain text representation of the concept
... description SΣ 1..1 CodeableConcept 設定每日步數的目標
Binding: SNOMEDCTClinicalFindings (extensible)
.... coding Σ 0..* Coding Code defined by a terminology system
Binding: HPA-身體活動與飲食指標值集 (extensible)
... subject SΣ 1..1 Reference(使用者資訊-Patient PAD) Who this goal is intended for
... start[x] SΣ 1..1 date S 設定此目標的日期
... target SC 0..* BackboneElement Target outcome for the goal
Constraints: gol-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... measure ΣC 1..1 CodeableConcept 身體活動目標項目
Binding: LOINCCodes (example): Codes to identify the value being tracked, e.g. body weight, blood pressure, or hemoglobin A1c level.
..... coding Σ 0..* Coding Code defined by a terminology system
Binding: LOINC + SNOMED CT-日常健康活動目標值集 (required)
.... detail[x] ΣC 1..1 Quantity 每日步數目標
Binding Description: (example): Codes to identify the target value of the focus to be achieved to signify the fulfillment of the goal.
..... value Σ 0..1 decimal 設定目標值
..... comparator ?!Σ 0..1 code < | <= | >= | > - how to understand the value
Binding: QuantityComparator (required): How the Quantity should be understood and represented.
..... unit Σ 0..1 string 單位
..... code Σ 0..1 code 單位
.... due[x] SΣ 1..1 Duration 此目標應在多久內完成
..... value Σ 0..1 decimal 設定目標天數
..... comparator ?!Σ 0..1 code < | <= | >= | > - how to understand the value
Binding: QuantityComparator (required): How the Quantity should be understood and represented.
..... unit Σ 0..1 string 單位
..... code Σ 0..1 code 單位

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
Goal.lifecycleStatusrequiredPattern Value: active
http://hl7.org/fhir/ValueSet/goal-status|4.0.1
From the FHIR Standard
Goal.categoryexamplePattern Value: behavioral
http://hl7.org/fhir/ValueSet/goal-category
From the FHIR Standard
Goal.descriptionextensibleSNOMEDCTClinicalFindings
http://hl7.org/fhir/ValueSet/clinical-findings
From the FHIR Standard
Goal.description.codingextensiblePADMetrics(a valid code from HPA-身體活動與飲食指標)
https://www.hpa.gov.tw/pad/ValueSet/pad-metrics
From this IG
Goal.target.measureexampleLOINCCodes(a valid code from LOINC)
http://hl7.org/fhir/ValueSet/observation-codes
From the FHIR Standard
Goal.target.measure.codingrequiredHealthActivity
https://www.hpa.gov.tw/pad/ValueSet/health-activity
From this IG
Goal.target.detail[x]example
Goal.target.detail[x].comparatorrequiredQuantityComparator
http://hl7.org/fhir/ValueSet/quantity-comparator|4.0.1
From the FHIR Standard
Goal.target.due[x].comparatorrequiredQuantityComparator
http://hl7.org/fhir/ValueSet/quantity-comparator|4.0.1
From the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorGoalIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorGoalIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorGoalIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorGoalIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceGoalA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
gol-1errorGoal.targetGoal.target.measure is required if Goal.target.detail is populated
: (detail.exists() and measure.exists()) or detail.exists().not()

This structure is derived from TWCoreGoal

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Goal 0..* TWCoreGoal Describes the intended objective(s) for a patient, group or organization
... lifecycleStatus 1..1 code proposed | planned | accepted | active | on-hold | completed | cancelled | entered-in-error | rejected
Required Pattern: active
... category 1..1 CodeableConcept E.g. Treatment, dietary, behavioral, etc.
Required Pattern: At least the following
.... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
..... system 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/goal-category
..... code 1..1 code Symbol in syntax defined by the system
Fixed Value: behavioral
... description 1..1 CodeableConcept 設定每日步數的目標
.... coding 0..* Coding Code defined by a terminology system
Binding: HPA-身體活動與飲食指標值集 (extensible)
... start[x] 1..1 date 設定此目標的日期
... target
.... measure 1..1 CodeableConcept 身體活動目標項目
..... coding 0..* Coding Code defined by a terminology system
Binding: LOINC + SNOMED CT-日常健康活動目標值集 (required)
.... detail[x] 1..1 Quantity 每日步數目標
..... value 0..1 decimal 設定目標值
..... unit 0..1 string 單位
..... code 0..1 code 單位
.... due[x] 1..1 Duration 此目標應在多久內完成
..... value 0..1 decimal 設定目標天數
..... unit 0..1 string 單位
..... code 0..1 code 單位

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
Goal.description.codingextensiblePADMetrics(a valid code from HPA-身體活動與飲食指標)
https://www.hpa.gov.tw/pad/ValueSet/pad-metrics
From this IG
Goal.target.measure.codingrequiredHealthActivity
https://www.hpa.gov.tw/pad/ValueSet/health-activity
From this IG
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Goal 0..* TWCoreGoal Describes the intended objective(s) for a patient, group or organization
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier 0..* Identifier External Ids for this goal
... lifecycleStatus ?!SΣ 1..1 code proposed | planned | accepted | active | on-hold | completed | cancelled | entered-in-error | rejected
Binding: GoalLifecycleStatus (required): Codes that reflect the current state of a goal and whether the goal is still being targeted.
Required Pattern: active
... achievementStatus Σ 0..1 CodeableConcept in-progress | improving | worsening | no-change | achieved | sustaining | not-achieved | no-progress | not-attainable
Binding: GoalAchievementStatus (preferred): Indicates the progression, or lack thereof, towards the goal against the target.
... category Σ 1..1 CodeableConcept E.g. Treatment, dietary, behavioral, etc.
Binding: GoalCategory (example): Codes for grouping and sorting goals.

Required Pattern: At least the following
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... system 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/goal-category
..... version 0..1 string Version of the system - if relevant
..... code 1..1 code Symbol in syntax defined by the system
Fixed Value: behavioral
..... display 0..1 string Representation defined by the system
..... userSelected 0..1 boolean If this coding was chosen directly by the user
.... text 0..1 string Plain text representation of the concept
... priority Σ 0..1 CodeableConcept high-priority | medium-priority | low-priority
Binding: GoalPriority (preferred): The level of importance associated with a goal.
... description SΣ 1..1 CodeableConcept 設定每日步數的目標
Binding: SNOMEDCTClinicalFindings (extensible)
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... coding Σ 0..* Coding Code defined by a terminology system
Binding: HPA-身體活動與飲食指標值集 (extensible)
.... text Σ 0..1 string Plain text representation of the concept
... subject SΣ 1..1 Reference(使用者資訊-Patient PAD) Who this goal is intended for
... start[x] SΣ 1..1 date S 設定此目標的日期
... target SC 0..* BackboneElement Target outcome for the goal
Constraints: gol-1
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... measure ΣC 1..1 CodeableConcept 身體活動目標項目
Binding: LOINCCodes (example): Codes to identify the value being tracked, e.g. body weight, blood pressure, or hemoglobin A1c level.
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... coding Σ 0..* Coding Code defined by a terminology system
Binding: LOINC + SNOMED CT-日常健康活動目標值集 (required)
..... text Σ 0..1 string Plain text representation of the concept
.... detail[x] ΣC 1..1 Quantity 每日步數目標
Binding Description: (example): Codes to identify the target value of the focus to be achieved to signify the fulfillment of the goal.
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... value Σ 0..1 decimal 設定目標值
..... comparator ?!Σ 0..1 code < | <= | >= | > - how to understand the value
Binding: QuantityComparator (required): How the Quantity should be understood and represented.
..... unit Σ 0..1 string 單位
..... system ΣC 0..1 uri System that defines coded unit form
..... code Σ 0..1 code 單位
.... due[x] SΣ 1..1 Duration 此目標應在多久內完成
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... value Σ 0..1 decimal 設定目標天數
..... comparator ?!Σ 0..1 code < | <= | >= | > - how to understand the value
Binding: QuantityComparator (required): How the Quantity should be understood and represented.
..... unit Σ 0..1 string 單位
..... system ΣC 0..1 uri System that defines coded unit form
..... code Σ 0..1 code 單位
... statusDate Σ 0..1 date When goal status took effect
... statusReason 0..1 string Reason for current status
... expressedBy Σ 0..1 Reference(TW Core Patient | TW Core Practitioner | TW Core PractitionerRole | TW Core RelatedPerson) Who's responsible for creating Goal?
... addresses 0..* Reference(TW Core Condition | TW Core Observation Clinical Result | TW Core MedicationStatement | NutritionOrder | TW Core ServiceRequest | RiskAssessment) Issues addressed by this goal
... note 0..* Annotation Comments about the goal
... outcomeCode 0..* CodeableConcept What result was achieved regarding the goal?
Binding: SNOMEDCTClinicalFindings (example): The result of the goal; e.g. "25% increase in shoulder mobility", "Anxiety reduced to moderate levels". "15 kg weight loss sustained over 6 months".
... outcomeReference 0..* Reference(TW Core Observation Clinical Result) Observation that resulted from goal

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
Goal.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
From the FHIR Standard
Additional Bindings Purpose
AllLanguages Max Binding
Goal.lifecycleStatusrequiredPattern Value: active
http://hl7.org/fhir/ValueSet/goal-status|4.0.1
From the FHIR Standard
Goal.achievementStatuspreferredGoalAchievementStatus
http://hl7.org/fhir/ValueSet/goal-achievement
From the FHIR Standard
Goal.categoryexamplePattern Value: behavioral
http://hl7.org/fhir/ValueSet/goal-category
From the FHIR Standard
Goal.prioritypreferredGoalPriority
http://hl7.org/fhir/ValueSet/goal-priority
From the FHIR Standard
Goal.descriptionextensibleSNOMEDCTClinicalFindings
http://hl7.org/fhir/ValueSet/clinical-findings
From the FHIR Standard
Goal.description.codingextensiblePADMetrics(a valid code from HPA-身體活動與飲食指標)
https://www.hpa.gov.tw/pad/ValueSet/pad-metrics
From this IG
Goal.target.measureexampleLOINCCodes(a valid code from LOINC)
http://hl7.org/fhir/ValueSet/observation-codes
From the FHIR Standard
Goal.target.measure.codingrequiredHealthActivity
https://www.hpa.gov.tw/pad/ValueSet/health-activity
From this IG
Goal.target.detail[x]example
Goal.target.detail[x].comparatorrequiredQuantityComparator
http://hl7.org/fhir/ValueSet/quantity-comparator|4.0.1
From the FHIR Standard
Goal.target.due[x].comparatorrequiredQuantityComparator
http://hl7.org/fhir/ValueSet/quantity-comparator|4.0.1
From the FHIR Standard
Goal.outcomeCodeexampleSNOMEDCTClinicalFindings
http://hl7.org/fhir/ValueSet/clinical-findings
From the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorGoalIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorGoalIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorGoalIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorGoalIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceGoalA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
gol-1errorGoal.targetGoal.target.measure is required if Goal.target.detail is populated
: (detail.exists() and measure.exists()) or detail.exists().not()

This structure is derived from TWCoreGoal

Summary

Mandatory: 2 elements(3 nested mandatory elements)

Structures

This structure refers to these other structures:

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Goal 0..* TWCoreGoal Describes the intended objective(s) for a patient, group or organization
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... lifecycleStatus ?!SΣ 1..1 code proposed | planned | accepted | active | on-hold | completed | cancelled | entered-in-error | rejected
Binding: GoalLifecycleStatus (required): Codes that reflect the current state of a goal and whether the goal is still being targeted.
Required Pattern: active
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... system 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/goal-category
..... version 0..1 string Version of the system - if relevant
..... code 1..1 code Symbol in syntax defined by the system
Fixed Value: behavioral
..... display 0..1 string Representation defined by the system
..... userSelected 0..1 boolean If this coding was chosen directly by the user
.... text 0..1 string Plain text representation of the concept
... description SΣ 1..1 CodeableConcept 設定每日步數的目標
Binding: SNOMEDCTClinicalFindings (extensible)
.... coding Σ 0..* Coding Code defined by a terminology system
Binding: HPA-身體活動與飲食指標值集 (extensible)
... subject SΣ 1..1 Reference(使用者資訊-Patient PAD) Who this goal is intended for
... start[x] SΣ 1..1 date S 設定此目標的日期
... target SC 0..* BackboneElement Target outcome for the goal
Constraints: gol-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... measure ΣC 1..1 CodeableConcept 身體活動目標項目
Binding: LOINCCodes (example): Codes to identify the value being tracked, e.g. body weight, blood pressure, or hemoglobin A1c level.
..... coding Σ 0..* Coding Code defined by a terminology system
Binding: LOINC + SNOMED CT-日常健康活動目標值集 (required)
.... detail[x] ΣC 1..1 Quantity 每日步數目標
Binding Description: (example): Codes to identify the target value of the focus to be achieved to signify the fulfillment of the goal.
..... value Σ 0..1 decimal 設定目標值
..... comparator ?!Σ 0..1 code < | <= | >= | > - how to understand the value
Binding: QuantityComparator (required): How the Quantity should be understood and represented.
..... unit Σ 0..1 string 單位
..... code Σ 0..1 code 單位
.... due[x] SΣ 1..1 Duration 此目標應在多久內完成
..... value Σ 0..1 decimal 設定目標天數
..... comparator ?!Σ 0..1 code < | <= | >= | > - how to understand the value
Binding: QuantityComparator (required): How the Quantity should be understood and represented.
..... unit Σ 0..1 string 單位
..... code Σ 0..1 code 單位

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
Goal.lifecycleStatusrequiredPattern Value: active
http://hl7.org/fhir/ValueSet/goal-status|4.0.1
From the FHIR Standard
Goal.categoryexamplePattern Value: behavioral
http://hl7.org/fhir/ValueSet/goal-category
From the FHIR Standard
Goal.descriptionextensibleSNOMEDCTClinicalFindings
http://hl7.org/fhir/ValueSet/clinical-findings
From the FHIR Standard
Goal.description.codingextensiblePADMetrics(a valid code from HPA-身體活動與飲食指標)
https://www.hpa.gov.tw/pad/ValueSet/pad-metrics
From this IG
Goal.target.measureexampleLOINCCodes(a valid code from LOINC)
http://hl7.org/fhir/ValueSet/observation-codes
From the FHIR Standard
Goal.target.measure.codingrequiredHealthActivity
https://www.hpa.gov.tw/pad/ValueSet/health-activity
From this IG
Goal.target.detail[x]example
Goal.target.detail[x].comparatorrequiredQuantityComparator
http://hl7.org/fhir/ValueSet/quantity-comparator|4.0.1
From the FHIR Standard
Goal.target.due[x].comparatorrequiredQuantityComparator
http://hl7.org/fhir/ValueSet/quantity-comparator|4.0.1
From the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorGoalIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorGoalIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorGoalIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorGoalIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceGoalA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
gol-1errorGoal.targetGoal.target.measure is required if Goal.target.detail is populated
: (detail.exists() and measure.exists()) or detail.exists().not()

Differential View

This structure is derived from TWCoreGoal

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Goal 0..* TWCoreGoal Describes the intended objective(s) for a patient, group or organization
... lifecycleStatus 1..1 code proposed | planned | accepted | active | on-hold | completed | cancelled | entered-in-error | rejected
Required Pattern: active
... category 1..1 CodeableConcept E.g. Treatment, dietary, behavioral, etc.
Required Pattern: At least the following
.... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
..... system 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/goal-category
..... code 1..1 code Symbol in syntax defined by the system
Fixed Value: behavioral
... description 1..1 CodeableConcept 設定每日步數的目標
.... coding 0..* Coding Code defined by a terminology system
Binding: HPA-身體活動與飲食指標值集 (extensible)
... start[x] 1..1 date 設定此目標的日期
... target
.... measure 1..1 CodeableConcept 身體活動目標項目
..... coding 0..* Coding Code defined by a terminology system
Binding: LOINC + SNOMED CT-日常健康活動目標值集 (required)
.... detail[x] 1..1 Quantity 每日步數目標
..... value 0..1 decimal 設定目標值
..... unit 0..1 string 單位
..... code 0..1 code 單位
.... due[x] 1..1 Duration 此目標應在多久內完成
..... value 0..1 decimal 設定目標天數
..... unit 0..1 string 單位
..... code 0..1 code 單位

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
Goal.description.codingextensiblePADMetrics(a valid code from HPA-身體活動與飲食指標)
https://www.hpa.gov.tw/pad/ValueSet/pad-metrics
From this IG
Goal.target.measure.codingrequiredHealthActivity
https://www.hpa.gov.tw/pad/ValueSet/health-activity
From this IG

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Goal 0..* TWCoreGoal Describes the intended objective(s) for a patient, group or organization
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier 0..* Identifier External Ids for this goal
... lifecycleStatus ?!SΣ 1..1 code proposed | planned | accepted | active | on-hold | completed | cancelled | entered-in-error | rejected
Binding: GoalLifecycleStatus (required): Codes that reflect the current state of a goal and whether the goal is still being targeted.
Required Pattern: active
... achievementStatus Σ 0..1 CodeableConcept in-progress | improving | worsening | no-change | achieved | sustaining | not-achieved | no-progress | not-attainable
Binding: GoalAchievementStatus (preferred): Indicates the progression, or lack thereof, towards the goal against the target.
... category Σ 1..1 CodeableConcept E.g. Treatment, dietary, behavioral, etc.
Binding: GoalCategory (example): Codes for grouping and sorting goals.

Required Pattern: At least the following
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... system 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/goal-category
..... version 0..1 string Version of the system - if relevant
..... code 1..1 code Symbol in syntax defined by the system
Fixed Value: behavioral
..... display 0..1 string Representation defined by the system
..... userSelected 0..1 boolean If this coding was chosen directly by the user
.... text 0..1 string Plain text representation of the concept
... priority Σ 0..1 CodeableConcept high-priority | medium-priority | low-priority
Binding: GoalPriority (preferred): The level of importance associated with a goal.
... description SΣ 1..1 CodeableConcept 設定每日步數的目標
Binding: SNOMEDCTClinicalFindings (extensible)
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... coding Σ 0..* Coding Code defined by a terminology system
Binding: HPA-身體活動與飲食指標值集 (extensible)
.... text Σ 0..1 string Plain text representation of the concept
... subject SΣ 1..1 Reference(使用者資訊-Patient PAD) Who this goal is intended for
... start[x] SΣ 1..1 date S 設定此目標的日期
... target SC 0..* BackboneElement Target outcome for the goal
Constraints: gol-1
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... measure ΣC 1..1 CodeableConcept 身體活動目標項目
Binding: LOINCCodes (example): Codes to identify the value being tracked, e.g. body weight, blood pressure, or hemoglobin A1c level.
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... coding Σ 0..* Coding Code defined by a terminology system
Binding: LOINC + SNOMED CT-日常健康活動目標值集 (required)
..... text Σ 0..1 string Plain text representation of the concept
.... detail[x] ΣC 1..1 Quantity 每日步數目標
Binding Description: (example): Codes to identify the target value of the focus to be achieved to signify the fulfillment of the goal.
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... value Σ 0..1 decimal 設定目標值
..... comparator ?!Σ 0..1 code < | <= | >= | > - how to understand the value
Binding: QuantityComparator (required): How the Quantity should be understood and represented.
..... unit Σ 0..1 string 單位
..... system ΣC 0..1 uri System that defines coded unit form
..... code Σ 0..1 code 單位
.... due[x] SΣ 1..1 Duration 此目標應在多久內完成
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... value Σ 0..1 decimal 設定目標天數
..... comparator ?!Σ 0..1 code < | <= | >= | > - how to understand the value
Binding: QuantityComparator (required): How the Quantity should be understood and represented.
..... unit Σ 0..1 string 單位
..... system ΣC 0..1 uri System that defines coded unit form
..... code Σ 0..1 code 單位
... statusDate Σ 0..1 date When goal status took effect
... statusReason 0..1 string Reason for current status
... expressedBy Σ 0..1 Reference(TW Core Patient | TW Core Practitioner | TW Core PractitionerRole | TW Core RelatedPerson) Who's responsible for creating Goal?
... addresses 0..* Reference(TW Core Condition | TW Core Observation Clinical Result | TW Core MedicationStatement | NutritionOrder | TW Core ServiceRequest | RiskAssessment) Issues addressed by this goal
... note 0..* Annotation Comments about the goal
... outcomeCode 0..* CodeableConcept What result was achieved regarding the goal?
Binding: SNOMEDCTClinicalFindings (example): The result of the goal; e.g. "25% increase in shoulder mobility", "Anxiety reduced to moderate levels". "15 kg weight loss sustained over 6 months".
... outcomeReference 0..* Reference(TW Core Observation Clinical Result) Observation that resulted from goal

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
Goal.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
From the FHIR Standard
Additional Bindings Purpose
AllLanguages Max Binding
Goal.lifecycleStatusrequiredPattern Value: active
http://hl7.org/fhir/ValueSet/goal-status|4.0.1
From the FHIR Standard
Goal.achievementStatuspreferredGoalAchievementStatus
http://hl7.org/fhir/ValueSet/goal-achievement
From the FHIR Standard
Goal.categoryexamplePattern Value: behavioral
http://hl7.org/fhir/ValueSet/goal-category
From the FHIR Standard
Goal.prioritypreferredGoalPriority
http://hl7.org/fhir/ValueSet/goal-priority
From the FHIR Standard
Goal.descriptionextensibleSNOMEDCTClinicalFindings
http://hl7.org/fhir/ValueSet/clinical-findings
From the FHIR Standard
Goal.description.codingextensiblePADMetrics(a valid code from HPA-身體活動與飲食指標)
https://www.hpa.gov.tw/pad/ValueSet/pad-metrics
From this IG
Goal.target.measureexampleLOINCCodes(a valid code from LOINC)
http://hl7.org/fhir/ValueSet/observation-codes
From the FHIR Standard
Goal.target.measure.codingrequiredHealthActivity
https://www.hpa.gov.tw/pad/ValueSet/health-activity
From this IG
Goal.target.detail[x]example
Goal.target.detail[x].comparatorrequiredQuantityComparator
http://hl7.org/fhir/ValueSet/quantity-comparator|4.0.1
From the FHIR Standard
Goal.target.due[x].comparatorrequiredQuantityComparator
http://hl7.org/fhir/ValueSet/quantity-comparator|4.0.1
From the FHIR Standard
Goal.outcomeCodeexampleSNOMEDCTClinicalFindings
http://hl7.org/fhir/ValueSet/clinical-findings
From the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorGoalIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorGoalIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorGoalIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorGoalIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceGoalA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
gol-1errorGoal.targetGoal.target.measure is required if Goal.target.detail is populated
: (detail.exists() and measure.exists()) or detail.exists().not()

This structure is derived from TWCoreGoal

Summary

Mandatory: 2 elements(3 nested mandatory elements)

Structures

This structure refers to these other structures:

 

Other representations of profile: CSV, Excel, Schematron