臺灣核心實作指引(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 Provenance

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

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

Usage:

Formal Views of Profile Content

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

This structure is derived from Provenance

NameFlagsCard.TypeDescription & Constraintsdoco
.. Provenance Provenance
... target S 1..* Reference(Resource) Target Reference(s) (usually version specific)
.... reference S 0..1 string Literal reference, Relative, internal or absolute URL
... recorded S 1..1 instant When the activity was recorded / updated
... location 0..1 Reference(TW Core Location) Where the activity occurred, if relevant
.... agent:All Slices Content/Rules for all slices
..... type S 0..1 CodeableConcept How the agent participated
Binding: HL7 Provenance participant type + 臺灣衛福部資訊處Provenance參與類型 (extensible)
..... who S 1..1 Reference(TW Core Organization S | TW Core Practitioner | TW Core Patient | TW Core PractitionerRole | TW Core RelatedPerson | Device) Who participated
..... onBehalfOf S 0..1 Reference(TW Core Organization) Who the agent is representing
.... agent:ProvenanceAuthor S 0..* BackboneElement Actor involved
..... type 1..1 CodeableConceptTW 概念(Concept)— 參照一個專門術語或只是文字表述
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/provenance-participant-type
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: author
..... who S 1..1 Reference(TW Core Organization | TW Core Practitioner | TW Core Patient | TW Core PractitionerRole | TW Core RelatedPerson | Device) Who participated
..... onBehalfOf S 0..1 Reference(TW Core Organization) Who the agent is representing
.... agent:ProvenanceTransmitter S 0..* BackboneElement Actor involved
..... type 1..1 CodeableConceptTW 概念(Concept)— 參照一個專門術語或只是文字表述
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: https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/provenance-participant-type-tw
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: transmitter
..... who S 1..1 Reference(TW Core Organization | TW Core Practitioner | TW Core Patient | TW Core PractitionerRole | TW Core RelatedPerson | Device) Who participated
..... onBehalfOf S 0..1 Reference(TW Core Organization) Who the agent is representing

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
Provenance.agent.typeextensibleTWProvenancePaticipantTypeHL7
https://twcore.mohw.gov.tw/ig/twcore/ValueSet/provenance-participant-type-hl7-tw
from this IG

Constraints

IdGradePath(s)DetailsRequirements
provenance-1errorProvenance.agentonBehalfOf SHALL be present when Provenance.agent.who is a Practitioner or Device
: who.exists((resolve() is Practitioner) or (resolve() is Device)) implies onBehalfOf.exists()

 

Other representations of profile: CSV, Excel, Schematron

Notes:

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

TW Core Provenance應支援以下TW Core Profile resource types:

  • AllergyIntolerance
  • CarePlan
  • CareTeam
  • Condition
  • Coverage
  • Device
  • DiagnosticReport
  • DocumentReference
  • Encounter
  • Goal
  • Immunization
  • MedicationDispense
  • MedicationRequest
  • Observation
  • Patient
  • Procedure
  • QuestionnaireResponse
  • RelatedPerson
  • ServiceRequest

必須支援以下查詢參數:

  1. 必須(SHALL) 支援透過查詢參數 patient_revinclude 查詢所有上面列出的TW Core Profile resource types及這些Resource的Provenance紀錄:
    (如何透過reference查詢)
    GET [base]/[Resource]?patient=[id]&_revinclude=Provenance:target

    例子:
    (1) GET [base]/AllergyIntolerance?patient=Patient/pat-example&_revinclude=Provenance:target

  2. 必須(SHALL) 支援透過查詢參數 _id_revinclude 查詢所有上面列出的TW Core Profile resource types及這些Resource的Provenance紀錄:
    (如何透過token查詢)
    GET [base]/[Resource]?_id=[id]&_revinclude=Provenance:target

    例子:
    (1) GET [base]/AllergyIntolerance?_id=all-cat-example&_revinclude=Provenance:target