Hướng dẫn triển khai FHIR cốt lõi Việt Nam — VN Core FHIR Implementation Guide
0.10.0 - Draft for Community Review
Hướng dẫn triển khai FHIR cốt lõi Việt Nam — VN Core FHIR Implementation Guide - Draft for Community Review (v0.10.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| URL chính thức: http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-provenance | Phiên bản: 0.10.0 | ||||
| Computable Name: VNCoreProvenance | |||||
| Định danh khác: OID:2.25.161089673617632664299011809196868855799.42.106 | |||||
Profile Provenance cho Việt Nam. Dùng để ghi nhận nguồn gốc tài liệu/hồ sơ y tế, tác nhân tạo lập/xác nhận, và chữ ký số. Căn cứ:
Usages:
You can also check for usages in the FHIR IG Statistics
Mô tả profile, differential, snapshot và các biểu diễn liên quan.
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
![]() |
0..* | Provenance | Who, What, When for a set of resources | |||||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored | ||||||
![]() ![]() |
SOΣ | 1..* | Reference(Resource) | Tài nguyên đích được xác nhận
| ||||||
![]() ![]() |
SOΣ | 1..1 | instant | Thời điểm ghi nhận provenance
| ||||||
![]() ![]() |
SO | 0..* | uri | Chính sách/quy định tham chiếu
| ||||||
![]() ![]() |
SO | 0..* | CodeableConcept | Mục đích nghiệp vụ hoặc pháp lý Binding: Mục đích xử lý dữ liệu y tế — VN Consent Purpose ValueSet (extensible)
| ||||||
![]() ![]() |
SO | 0..1 | CodeableConcept | Hoạt động tạo lập/xác nhận dữ liệu Binding: ProvenanceActivityType (extensible): The activity that took place.
| ||||||
![]() ![]() |
SO | 1..* | BackboneElement | Tác nhân chịu trách nhiệm
| ||||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||||
![]() ![]() ![]() |
SΣ | 1..1 | Reference(Practitioner | PractitionerRole | RelatedPerson | Patient | Device | Organization) | Người hoặc hệ thống chịu trách nhiệm | ||||||
![]() ![]() ![]() |
S | 0..1 | Reference(Practitioner | PractitionerRole | RelatedPerson | Patient | Device | Organization) | Tổ chức thay mặt | ||||||
![]() ![]() |
SO | 0..* | BackboneElement | Nguồn dữ liệu hoặc tài liệu đầu vào
| ||||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||||
![]() ![]() ![]() |
SΣ | 1..1 | code | Vai trò của nguồn Binding: ProvenanceEntityRole (required): How an entity was used in an activity. | ||||||
![]() ![]() ![]() |
SΣ | 1..1 | Reference(Resource) | Tài nguyên nguồn | ||||||
![]() ![]() |
SO | 0..* | Signature | Chữ ký số/điện tử gắn với provenance
| ||||||
![]() ![]() ![]() |
SΣ | 1..* | Coding | Indication of the reason the entity signed the object(s) Binding: SignatureTypeCodes (preferred): An indication of the reason that an entity signed the object. | ||||||
![]() ![]() ![]() |
SΣ | 1..1 | instant | When the signature was created | ||||||
![]() ![]() ![]() |
SΣ | 1..1 | Reference(Practitioner | PractitionerRole | RelatedPerson | Patient | Device | Organization) | Who signed | ||||||
![]() ![]() ![]() |
SΣ | 0..1 | Reference(Practitioner | PractitionerRole | RelatedPerson | Patient | Device | Organization) | The party represented | ||||||
![]() ![]() ![]() |
S | 0..1 | code | The technical format of the signed resources Binding: Mime Types (required): The mime type of an attachment. Any valid mime type is allowed. | ||||||
![]() ![]() ![]() |
S | 0..1 | code | The technical format of the signature Binding: Mime Types (required): The mime type of an attachment. Any valid mime type is allowed. | ||||||
Documentation for this format | ||||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| Provenance.reason | Base | extensible | Mục đích xử lý dữ liệu y tế — VN Consent Purpose ValueSet | 📦0.10.0 | This IG |
| Provenance.activity | Base | extensible | Provenance activity type | 📍4.0.1 | FHIR Std. |
| Provenance.entity.role | Base | required | ProvenanceEntityRole | 📍4.0.1 | FHIR Std. |
| Provenance.signature.type | Base | preferred | Signature Type Codes | 📍4.0.1 | FHIR Std. |
| Provenance.signature.targetFormat | Base | required | MimeType | 📍4.0.1 | FHIR Std. |
| Provenance.signature.sigFormat | Base | required | MimeType | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | Provenance | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Provenance | If 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-4 | error | Provenance | If 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-5 | error | Provenance | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | Provenance | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| Name | Kho hồ sơ EMR (Repository) | Nguồn tạo hồ sơ lâm sàng (Document Source)![]() |
|---|---|---|
![]() |
||
![]() ![]() |
| |
![]() ![]() |
| |
![]() ![]() |
| |
![]() ![]() |
| |
![]() ![]() |
| |
![]() ![]() |
| |
![]() ![]() |
| |
![]() ![]() |
| |
Documentation for this format | ||
| Path | Status | Usage | ValueSet | Version | Source |
| Provenance.reason | Base | extensible | Mục đích xử lý dữ liệu y tế — VN Consent Purpose ValueSet | 📦0.10.0 | This IG |
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
![]() |
0..* | Provenance | Who, What, When for a set of resources | |||||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||||
![]() ![]() |
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 | |||||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||||
![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored | ||||||
![]() ![]() |
SOΣ | 1..* | Reference(Resource) | Tài nguyên đích được xác nhận
| ||||||
![]() ![]() |
0..1 | When the activity occurred | ||||||||
![]() ![]() ![]() |
Period | |||||||||
![]() ![]() ![]() |
dateTime | |||||||||
![]() ![]() |
SOΣ | 1..1 | instant | Thời điểm ghi nhận provenance
| ||||||
![]() ![]() |
SO | 0..* | uri | Chính sách/quy định tham chiếu
| ||||||
![]() ![]() |
0..1 | Reference(Location) | Where the activity occurred, if relevant | |||||||
![]() ![]() |
SO | 0..* | CodeableConcept | Mục đích nghiệp vụ hoặc pháp lý Binding: Mục đích xử lý dữ liệu y tế — VN Consent Purpose ValueSet (extensible)
| ||||||
![]() ![]() |
SO | 0..1 | CodeableConcept | Hoạt động tạo lập/xác nhận dữ liệu Binding: ProvenanceActivityType (extensible): The activity that took place.
| ||||||
![]() ![]() |
SO | 1..* | BackboneElement | Tác nhân chịu trách nhiệm
| ||||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||||
![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | How the agent participated Binding: ProvenanceParticipantType (extensible): The type of participation that a provenance agent played with respect to the activity. | ||||||
![]() ![]() ![]() |
0..* | CodeableConcept | What the agents role was Binding: SecurityRoleType (example): The role that a provenance agent played with respect to the activity. | |||||||
![]() ![]() ![]() |
SΣ | 1..1 | Reference(Practitioner | PractitionerRole | RelatedPerson | Patient | Device | Organization) | Người hoặc hệ thống chịu trách nhiệm | ||||||
![]() ![]() ![]() |
S | 0..1 | Reference(Practitioner | PractitionerRole | RelatedPerson | Patient | Device | Organization) | Tổ chức thay mặt | ||||||
![]() ![]() |
SO | 0..* | BackboneElement | Nguồn dữ liệu hoặc tài liệu đầu vào
| ||||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||||
![]() ![]() ![]() |
SΣ | 1..1 | code | Vai trò của nguồn Binding: ProvenanceEntityRole (required): How an entity was used in an activity. | ||||||
![]() ![]() ![]() |
SΣ | 1..1 | Reference(Resource) | Tài nguyên nguồn | ||||||
![]() ![]() ![]() |
0..* | See agent (Provenance) | Entity is attributed to this agent | |||||||
![]() ![]() |
SO | 0..* | Signature | Chữ ký số/điện tử gắn với provenance
| ||||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||||
![]() ![]() ![]() |
SΣ | 1..* | Coding | Indication of the reason the entity signed the object(s) Binding: SignatureTypeCodes (preferred): An indication of the reason that an entity signed the object. | ||||||
![]() ![]() ![]() |
SΣ | 1..1 | instant | When the signature was created | ||||||
![]() ![]() ![]() |
SΣ | 1..1 | Reference(Practitioner | PractitionerRole | RelatedPerson | Patient | Device | Organization) | Who signed | ||||||
![]() ![]() ![]() |
SΣ | 0..1 | Reference(Practitioner | PractitionerRole | RelatedPerson | Patient | Device | Organization) | The party represented | ||||||
![]() ![]() ![]() |
S | 0..1 | code | The technical format of the signed resources Binding: Mime Types (required): The mime type of an attachment. Any valid mime type is allowed. | ||||||
![]() ![]() ![]() |
S | 0..1 | code | The technical format of the signature Binding: Mime Types (required): The mime type of an attachment. Any valid mime type is allowed. | ||||||
![]() ![]() ![]() |
0..1 | base64Binary | The actual signature content (XML DigSig. JWS, picture, etc.) | |||||||
Documentation for this format | ||||||||||
| Name | Kho hồ sơ EMR (Repository) | Nguồn tạo hồ sơ lâm sàng (Document Source)![]() |
|---|---|---|
![]() |
||
![]() ![]() |
| |
![]() ![]() |
| |
![]() ![]() |
| |
![]() ![]() |
| |
![]() ![]() |
| |
![]() ![]() |
| |
![]() ![]() |
| |
![]() ![]() |
| |
Documentation for this format | ||
| Path | Status | Usage | ValueSet | Version | Source |
| Provenance.language | Base | preferred | Common Languages | 📍4.0.1 | FHIR Std. |
| Provenance.reason | Base | extensible | Mục đích xử lý dữ liệu y tế — VN Consent Purpose ValueSet | 📦0.10.0 | This IG |
| Provenance.activity | Base | extensible | Provenance activity type | 📍4.0.1 | FHIR Std. |
| Provenance.agent.type | Base | extensible | Provenance participant type | 📍4.0.1 | FHIR Std. |
| Provenance.agent.role | Base | example | SecurityRoleType | 📍4.0.1 | FHIR Std. |
| Provenance.entity.role | Base | required | ProvenanceEntityRole | 📍4.0.1 | FHIR Std. |
| Provenance.signature.type | Base | preferred | Signature Type Codes | 📍4.0.1 | FHIR Std. |
| Provenance.signature.targetFormat | Base | required | MimeType | 📍4.0.1 | FHIR Std. |
| Provenance.signature.sigFormat | Base | required | MimeType | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | Provenance | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Provenance | If 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-4 | error | Provenance | If 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-5 | error | Provenance | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | Provenance | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| Name | Kho hồ sơ EMR (Repository) | Nguồn tạo hồ sơ lâm sàng (Document Source)![]() |
|---|---|---|
![]() |
||
![]() ![]() |
| |
![]() ![]() |
| |
![]() ![]() |
| |
![]() ![]() |
| |
![]() ![]() |
| |
![]() ![]() |
| |
![]() ![]() |
| |
![]() ![]() |
| |
Documentation for this format | ||
Dạng xem phần tử chính
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
![]() |
0..* | Provenance | Who, What, When for a set of resources | |||||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored | ||||||
![]() ![]() |
SOΣ | 1..* | Reference(Resource) | Tài nguyên đích được xác nhận
| ||||||
![]() ![]() |
SOΣ | 1..1 | instant | Thời điểm ghi nhận provenance
| ||||||
![]() ![]() |
SO | 0..* | uri | Chính sách/quy định tham chiếu
| ||||||
![]() ![]() |
SO | 0..* | CodeableConcept | Mục đích nghiệp vụ hoặc pháp lý Binding: Mục đích xử lý dữ liệu y tế — VN Consent Purpose ValueSet (extensible)
| ||||||
![]() ![]() |
SO | 0..1 | CodeableConcept | Hoạt động tạo lập/xác nhận dữ liệu Binding: ProvenanceActivityType (extensible): The activity that took place.
| ||||||
![]() ![]() |
SO | 1..* | BackboneElement | Tác nhân chịu trách nhiệm
| ||||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||||
![]() ![]() ![]() |
SΣ | 1..1 | Reference(Practitioner | PractitionerRole | RelatedPerson | Patient | Device | Organization) | Người hoặc hệ thống chịu trách nhiệm | ||||||
![]() ![]() ![]() |
S | 0..1 | Reference(Practitioner | PractitionerRole | RelatedPerson | Patient | Device | Organization) | Tổ chức thay mặt | ||||||
![]() ![]() |
SO | 0..* | BackboneElement | Nguồn dữ liệu hoặc tài liệu đầu vào
| ||||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||||
![]() ![]() ![]() |
SΣ | 1..1 | code | Vai trò của nguồn Binding: ProvenanceEntityRole (required): How an entity was used in an activity. | ||||||
![]() ![]() ![]() |
SΣ | 1..1 | Reference(Resource) | Tài nguyên nguồn | ||||||
![]() ![]() |
SO | 0..* | Signature | Chữ ký số/điện tử gắn với provenance
| ||||||
![]() ![]() ![]() |
SΣ | 1..* | Coding | Indication of the reason the entity signed the object(s) Binding: SignatureTypeCodes (preferred): An indication of the reason that an entity signed the object. | ||||||
![]() ![]() ![]() |
SΣ | 1..1 | instant | When the signature was created | ||||||
![]() ![]() ![]() |
SΣ | 1..1 | Reference(Practitioner | PractitionerRole | RelatedPerson | Patient | Device | Organization) | Who signed | ||||||
![]() ![]() ![]() |
SΣ | 0..1 | Reference(Practitioner | PractitionerRole | RelatedPerson | Patient | Device | Organization) | The party represented | ||||||
![]() ![]() ![]() |
S | 0..1 | code | The technical format of the signed resources Binding: Mime Types (required): The mime type of an attachment. Any valid mime type is allowed. | ||||||
![]() ![]() ![]() |
S | 0..1 | code | The technical format of the signature Binding: Mime Types (required): The mime type of an attachment. Any valid mime type is allowed. | ||||||
Documentation for this format | ||||||||||
| Name | Kho hồ sơ EMR (Repository) | Nguồn tạo hồ sơ lâm sàng (Document Source)![]() |
|---|---|---|
![]() |
||
![]() ![]() |
| |
![]() ![]() |
| |
![]() ![]() |
| |
![]() ![]() |
| |
![]() ![]() |
| |
![]() ![]() |
| |
![]() ![]() |
| |
![]() ![]() |
| |
Documentation for this format | ||
| Path | Status | Usage | ValueSet | Version | Source |
| Provenance.reason | Base | extensible | Mục đích xử lý dữ liệu y tế — VN Consent Purpose ValueSet | 📦0.10.0 | This IG |
| Provenance.activity | Base | extensible | Provenance activity type | 📍4.0.1 | FHIR Std. |
| Provenance.entity.role | Base | required | ProvenanceEntityRole | 📍4.0.1 | FHIR Std. |
| Provenance.signature.type | Base | preferred | Signature Type Codes | 📍4.0.1 | FHIR Std. |
| Provenance.signature.targetFormat | Base | required | MimeType | 📍4.0.1 | FHIR Std. |
| Provenance.signature.sigFormat | Base | required | MimeType | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | Provenance | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Provenance | If 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-4 | error | Provenance | If 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-5 | error | Provenance | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | Provenance | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
Dạng xem Differential
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Provenance | |||||||||
![]() ![]() |
SO | 1..* | Reference(Resource) | Tài nguyên đích được xác nhận
| ||||||
![]() ![]() |
SO | 1..1 | instant | Thời điểm ghi nhận provenance
| ||||||
![]() ![]() |
SO | 0..* | uri | Chính sách/quy định tham chiếu
| ||||||
![]() ![]() |
SO | 0..* | CodeableConcept | Mục đích nghiệp vụ hoặc pháp lý Binding: Mục đích xử lý dữ liệu y tế — VN Consent Purpose ValueSet (extensible)
| ||||||
![]() ![]() |
SO | 0..1 | CodeableConcept | Hoạt động tạo lập/xác nhận dữ liệu
| ||||||
![]() ![]() |
SO | 1..* | BackboneElement | Tác nhân chịu trách nhiệm
| ||||||
![]() ![]() ![]() |
S | 1..1 | Reference(Practitioner | PractitionerRole | RelatedPerson | Patient | Device | Organization) | Người hoặc hệ thống chịu trách nhiệm | ||||||
![]() ![]() ![]() |
S | 0..1 | Reference(Practitioner | PractitionerRole | RelatedPerson | Patient | Device | Organization) | Tổ chức thay mặt | ||||||
![]() ![]() |
SO | 0..* | BackboneElement | Nguồn dữ liệu hoặc tài liệu đầu vào
| ||||||
![]() ![]() ![]() |
S | 1..1 | code | Vai trò của nguồn | ||||||
![]() ![]() ![]() |
S | 1..1 | Reference(Resource) | Tài nguyên nguồn | ||||||
![]() ![]() |
SO | 0..* | Signature | Chữ ký số/điện tử gắn với provenance
| ||||||
![]() ![]() ![]() |
S | 1..* | Coding | Indication of the reason the entity signed the object(s) | ||||||
![]() ![]() ![]() |
S | 1..1 | instant | When the signature was created | ||||||
![]() ![]() ![]() |
S | 1..1 | Reference(Practitioner | PractitionerRole | RelatedPerson | Patient | Device | Organization) | Who signed | ||||||
![]() ![]() ![]() |
S | 0..1 | Reference(Practitioner | PractitionerRole | RelatedPerson | Patient | Device | Organization) | The party represented | ||||||
![]() ![]() ![]() |
S | 0..1 | code | The technical format of the signed resources | ||||||
![]() ![]() ![]() |
S | 0..1 | code | The technical format of the signature | ||||||
Documentation for this format | ||||||||||
| Name | Kho hồ sơ EMR (Repository) | Nguồn tạo hồ sơ lâm sàng (Document Source)![]() |
|---|---|---|
![]() |
||
![]() ![]() |
| |
![]() ![]() |
| |
![]() ![]() |
| |
![]() ![]() |
| |
![]() ![]() |
| |
![]() ![]() |
| |
![]() ![]() |
| |
![]() ![]() |
| |
Documentation for this format | ||
| Path | Status | Usage | ValueSet | Version | Source |
| Provenance.reason | Base | extensible | Mục đích xử lý dữ liệu y tế — VN Consent Purpose ValueSet | 📦0.10.0 | This IG |
Dạng xem SnapshotView
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
![]() |
0..* | Provenance | Who, What, When for a set of resources | |||||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||||
![]() ![]() |
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 | |||||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||||
![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored | ||||||
![]() ![]() |
SOΣ | 1..* | Reference(Resource) | Tài nguyên đích được xác nhận
| ||||||
![]() ![]() |
0..1 | When the activity occurred | ||||||||
![]() ![]() ![]() |
Period | |||||||||
![]() ![]() ![]() |
dateTime | |||||||||
![]() ![]() |
SOΣ | 1..1 | instant | Thời điểm ghi nhận provenance
| ||||||
![]() ![]() |
SO | 0..* | uri | Chính sách/quy định tham chiếu
| ||||||
![]() ![]() |
0..1 | Reference(Location) | Where the activity occurred, if relevant | |||||||
![]() ![]() |
SO | 0..* | CodeableConcept | Mục đích nghiệp vụ hoặc pháp lý Binding: Mục đích xử lý dữ liệu y tế — VN Consent Purpose ValueSet (extensible)
| ||||||
![]() ![]() |
SO | 0..1 | CodeableConcept | Hoạt động tạo lập/xác nhận dữ liệu Binding: ProvenanceActivityType (extensible): The activity that took place.
| ||||||
![]() ![]() |
SO | 1..* | BackboneElement | Tác nhân chịu trách nhiệm
| ||||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||||
![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | How the agent participated Binding: ProvenanceParticipantType (extensible): The type of participation that a provenance agent played with respect to the activity. | ||||||
![]() ![]() ![]() |
0..* | CodeableConcept | What the agents role was Binding: SecurityRoleType (example): The role that a provenance agent played with respect to the activity. | |||||||
![]() ![]() ![]() |
SΣ | 1..1 | Reference(Practitioner | PractitionerRole | RelatedPerson | Patient | Device | Organization) | Người hoặc hệ thống chịu trách nhiệm | ||||||
![]() ![]() ![]() |
S | 0..1 | Reference(Practitioner | PractitionerRole | RelatedPerson | Patient | Device | Organization) | Tổ chức thay mặt | ||||||
![]() ![]() |
SO | 0..* | BackboneElement | Nguồn dữ liệu hoặc tài liệu đầu vào
| ||||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||||
![]() ![]() ![]() |
SΣ | 1..1 | code | Vai trò của nguồn Binding: ProvenanceEntityRole (required): How an entity was used in an activity. | ||||||
![]() ![]() ![]() |
SΣ | 1..1 | Reference(Resource) | Tài nguyên nguồn | ||||||
![]() ![]() ![]() |
0..* | See agent (Provenance) | Entity is attributed to this agent | |||||||
![]() ![]() |
SO | 0..* | Signature | Chữ ký số/điện tử gắn với provenance
| ||||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||||
![]() ![]() ![]() |
SΣ | 1..* | Coding | Indication of the reason the entity signed the object(s) Binding: SignatureTypeCodes (preferred): An indication of the reason that an entity signed the object. | ||||||
![]() ![]() ![]() |
SΣ | 1..1 | instant | When the signature was created | ||||||
![]() ![]() ![]() |
SΣ | 1..1 | Reference(Practitioner | PractitionerRole | RelatedPerson | Patient | Device | Organization) | Who signed | ||||||
![]() ![]() ![]() |
SΣ | 0..1 | Reference(Practitioner | PractitionerRole | RelatedPerson | Patient | Device | Organization) | The party represented | ||||||
![]() ![]() ![]() |
S | 0..1 | code | The technical format of the signed resources Binding: Mime Types (required): The mime type of an attachment. Any valid mime type is allowed. | ||||||
![]() ![]() ![]() |
S | 0..1 | code | The technical format of the signature Binding: Mime Types (required): The mime type of an attachment. Any valid mime type is allowed. | ||||||
![]() ![]() ![]() |
0..1 | base64Binary | The actual signature content (XML DigSig. JWS, picture, etc.) | |||||||
Documentation for this format | ||||||||||
| Name | Kho hồ sơ EMR (Repository) | Nguồn tạo hồ sơ lâm sàng (Document Source)![]() |
|---|---|---|
![]() |
||
![]() ![]() |
| |
![]() ![]() |
| |
![]() ![]() |
| |
![]() ![]() |
| |
![]() ![]() |
| |
![]() ![]() |
| |
![]() ![]() |
| |
![]() ![]() |
| |
Documentation for this format | ||
| Path | Status | Usage | ValueSet | Version | Source |
| Provenance.language | Base | preferred | Common Languages | 📍4.0.1 | FHIR Std. |
| Provenance.reason | Base | extensible | Mục đích xử lý dữ liệu y tế — VN Consent Purpose ValueSet | 📦0.10.0 | This IG |
| Provenance.activity | Base | extensible | Provenance activity type | 📍4.0.1 | FHIR Std. |
| Provenance.agent.type | Base | extensible | Provenance participant type | 📍4.0.1 | FHIR Std. |
| Provenance.agent.role | Base | example | SecurityRoleType | 📍4.0.1 | FHIR Std. |
| Provenance.entity.role | Base | required | ProvenanceEntityRole | 📍4.0.1 | FHIR Std. |
| Provenance.signature.type | Base | preferred | Signature Type Codes | 📍4.0.1 | FHIR Std. |
| Provenance.signature.targetFormat | Base | required | MimeType | 📍4.0.1 | FHIR Std. |
| Provenance.signature.sigFormat | Base | required | MimeType | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | Provenance | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Provenance | If 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-4 | error | Provenance | If 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-5 | error | Provenance | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | Provenance | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| Name | Kho hồ sơ EMR (Repository) | Nguồn tạo hồ sơ lâm sàng (Document Source)![]() |
|---|---|---|
![]() |
||
![]() ![]() |
| |
![]() ![]() |
| |
![]() ![]() |
| |
![]() ![]() |
| |
![]() ![]() |
| |
![]() ![]() |
| |
![]() ![]() |
| |
![]() ![]() |
| |
Documentation for this format | ||
Biểu diễn khác của hồ sơ: CSV, Excel, Schematron