臺灣核心實作指引(TW Core IG)
0.3.2 - Trial Use

This page is part of the 臺灣核心實作指引(TW Core IG) (v0.3.2: Releases) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

Resource Profile: TW Core Goal

Official URL: https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Goal-twcore Version: 0.3.2
Active as of 2024-12-12 Computable Name: TWCoreGoal

此臺灣核心-目標(TW Core Goal) Profile說明本IG如何進一步定義FHIR的Goal Resource以呈現目標資料。

Usage:

Formal Views of Profile Content

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

This structure is derived from Goal

NameFlagsCard.TypeDescription & Constraintsdoco
.. Goal 0..* Goal Describes the intended objective(s) for a patient, group or organization
... lifecycleStatus S 1..1 code proposed | planned | accepted | active | on-hold | completed | cancelled | entered-in-error | rejected
... description S 1..1 CodeableConcept Code or text describing goal
Binding: SNOMEDCTClinicalFindings (extensible)
... subject S 1..1 Reference(TW Core Patient S | Group | TW Core Organization) Who this goal is intended for
.... startDate date S
.... startCodeableConcept CodeableConcept
... target S 0..* BackboneElement Target outcome for the goal
.... due[x] S 0..1 Reach goal on or before
..... dueDate date S
..... dueDuration Duration
... 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
... outcomeReference 0..* Reference(TW Core Observation Clinical Result) Observation that resulted from goal

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
Goal.descriptionextensibleSNOMEDCTClinicalFindings
http://hl7.org/fhir/ValueSet/clinical-findings
from the FHIR Standard

 

Other representations of profile: CSV, Excel, Schematron

Notes:

以下概述了此Profile所需的RESTful FHIR互動功能。有關TW Core IG支援的RESTful互動功能的完整清單,請參閱TW Core Server能力聲明

必須支援以下查詢參數:

  1. 必須(SHALL) 支援透過查詢參數 patient 查詢所有Goal:
    (如何透過reference查詢)
    GET [base]/Goal?patient={Type/}[id]

    例子:
    (1) GET [base]/Goal?patient=Patient/pat-example

建議應該支援以下查詢參數:

  1. 建議應該(SHOULD) 支援透過查詢參數 patientlifecycle-status 查詢所有Goal:
    (如何透過reference查詢)
    (如何透過token查詢)
    GET [base]/Goal?patient={Type/}[id]&lifecycle-status={system|}[code]

    例子:
    (1) GET [base]/Goal?patient=Patient/pat-example&lifecycle-status=active

  2. 建議應該(SHOULD) 支援透過查詢參數 patienttarget-date 查詢所有Goal:
    (如何透過reference查詢)
    (如何透過date查詢)
    GET [base]/Goal?patient={Type/}[id]&target-date={gt|lt|ge|le}[date]{&target-date={gt|lt|ge|le}[date]&...}

    例子:
    (1) GET [base]/Goal?patient=Patient/pat-example&target-date=ge2015-01-14&target-date=le2019-01-14

  3. 建議應該(SHOULD) 支援透過查詢參數 patientdescription 查詢所有Goal:
    (如何透過reference查詢)
    (如何透過token查詢)
    GET [base]/Goal?patient={Type/}[id]&description={system|}[code]

    例子:
    (1) GET [base]/Goal?patient=Patient/pat-example&description=http://snomed.info/sct|1078229009