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-kcb-organization | Phiên bản: 0.10.0 | ||||
| Computable Name: VNCoreKCBOrganization | |||||
| Định danh khác: OID:2.25.161089673617632664299011809196868855799.42.77 | |||||
Profile dành riêng cho Organization đại diện một cơ sở khám bệnh, chữa bệnh thuộc phạm vi điều chỉnh của Luật 15/2023/QH15 Điều 48-56. Profile yêu cầu số giấy phép hoạt động và trạng thái pháp lý của giấy phép đó.
Vì sao tách profile con thay vì siết profile cha. Nghĩa vụ có giấy phép hoạt động
(Điều 49 khoản 1) chỉ áp cho cơ sở KCB. VNCoreOrganization còn phục vụ nhà thuốc,
cơ sở y tế dự phòng, đơn vị kiểm nghiệm, cơ quan quản lý, cơ quan BHXH và các tổ chức
xuất hiện trong dữ liệu y tế nhưng không thuộc diện cấp giấy phép hoạt động KCB.
Đưa identifier[OperatingLicense] 1..1 lên profile cha sẽ biến mọi Organization thành
cơ sở KCB — sai pháp lý và phá dữ liệu hiện có.
Giấy phép gắn với địa điểm, không phải pháp nhân. Điều 50 khoản 1: mỗi cơ sở KCB có một giấy phép hoạt động; cơ sở có thêm địa điểm khác thì mỗi địa điểm phải có giấy phép riêng. Một pháp nhân nhiều địa điểm được biểu diễn bằng nhiều Organization conform profile này, mỗi Organization mang giấy phép của địa điểm mình.
Giấy phép không có thời hạn. Cũng tại Điều 50 khoản 1. Vì vậy hiệu lực KHÔNG suy được
từ identifier.period — nó phụ thuộc quyết định đình chỉ (Điều 55) hoặc thu hồi (Điều 56),
mang trong extension vn-ext-operating-license-status. Profile cố ý KHÔNG dùng
Organization.active làm trạng thái pháp lý: active là cờ vận hành của bản ghi.
Chuyển tiếp. Cơ sở đang hoạt động theo giấy phép cấp theo Luật KCB 40/2009/QH12 được
tiếp tục hoạt động theo giấy phép đã cấp mà không phải chuyển đổi hình thức tổ chức
(NĐ 96/2023/NĐ-CP Điều 144 khoản 1). Những giấy phép đó conform profile này với
trạng thái active.
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 | Bên yêu cầu dữ liệu lõi (Data Requester) | Bên đáp ứng dữ liệu lõi (Data Responder) | Bên giám định BHYT (Adjudicator) | Bên gửi hồ sơ BHYT (Submitter)![]() |
|---|---|---|---|---|
![]() |
||||
![]() ![]() |
||||
![]() ![]() ![]() |
|
| ||
![]() ![]() ![]() |
|
| ||
![]() ![]() ![]() |
|
| ||
![]() ![]() |
|
| ||
![]() ![]() ![]() |
|
| ||
![]() ![]() ![]() |
|
| ||
![]() ![]() ![]() |
|
| ||
![]() ![]() ![]() |
|
| ||
![]() ![]() ![]() ![]() |
||||
![]() ![]() |
|
| ||
![]() ![]() |
|
| ||
![]() ![]() |
|
| ||
![]() ![]() |
|
| ||
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| Organization.identifier:CSKCB.use | Base | required | IdentifierUse | 📍4.0.1 | FHIR Std. |
| Organization.identifier:CSKCB.type | Base | extensible | IdentifierType | 📍4.0.1 | FHIR Std. |
| Organization.identifier:MaGtin.use | Base | required | IdentifierUse | 📍4.0.1 | FHIR Std. |
| Organization.identifier:MaGtin.type | Base | extensible | IdentifierType | 📍4.0.1 | FHIR Std. |
| Organization.identifier:Local.use | Base | required | IdentifierUse | 📍4.0.1 | FHIR Std. |
| Organization.identifier:OperatingLicense.use | Base | required | IdentifierUse | 📍4.0.1 | FHIR Std. |
| Organization.identifier:OperatingLicense.type | Base | extensible | IdentifierType | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | Organization | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Organization | 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 | Organization | 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 | Organization | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | Organization | 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()
|
| org-1 | error | Organization | The organization SHALL at least have a name or an identifier, and possibly more than one |
(identifier.count() + name.count()) > 0
|
| org-2 | error | Organization.address | An address of an organization can never be of use 'home' |
where(use = 'home').empty()
|
| vn-org-ma-gtin-13-digit | error | Organization.identifier:MaGtin.value | Mã định danh cơ sở KCB (MA_GTIN_CSKCB) phải đúng 13 ký tự số theo QĐ 1551/QĐ-BYT đã được QĐ 2062/QĐ-BYT thay Phụ lục 01-03 |
$this.empty() or $this.matches('^[0-9]{13}$')
|
| vn-organization-local-id-issuer-scoped | error | Organization | Mã tổ chức nội bộ ghi dưới URI dùng tạm cấp quốc gia (http://fhir.hl7.org.vn/core/sid/organization-local-id) phải kèm `assigner` chỉ rõ cơ sở cấp mã; khuyến nghị chính là mỗi cơ sở công bố URI riêng. A local organization identifier recorded under the shared national placeholder URI SHALL name its assigning facility; per-facility namespace URIs are preferred. |
identifier.where(system = 'http://fhir.hl7.org.vn/core/sid/organization-local-id').all(assigner.reference.exists())
|
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | VNCoreOrganization | A grouping of people or organizations with a common purpose | |
![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() |
S | 1..1 | Identifier | Số giấy phép hoạt động của địa điểm cơ sở KCB |
![]() ![]() ![]() ![]() |
1..* | Extension | Extension | |
![]() ![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | (Complex) | Trạng thái pháp lý của chính giấy phép này URL: http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-operating-license-status |
![]() ![]() ![]() ![]() |
S | 1..1 | code | usual | official | temp | secondary | old (If known) Fixed Value: official |
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Description of identifier Required Pattern: At least the following |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: GPHOATDONG | |
![]() ![]() ![]() ![]() |
S | 1..1 | uri | The namespace for the identifier value Fixed Value: http://fhir.hl7.org.vn/core/sid/kcb-operating-license |
![]() ![]() ![]() ![]() |
S | 1..1 | string | The value that is unique |
![]() ![]() ![]() ![]() |
S | 1..1 | Reference(Organization) | Cơ quan cấp giấy phép — BYT, BQP, BCA hoặc cơ quan chuyên môn về y tế thuộc UBND cấp tỉnh (Điều 51) |
Documentation for this format | ||||
Name![]() |
|---|
Documentation for this format |
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
C | 0..* | VNCoreOrganization | A grouping of people or organizations with a common purpose Constraints: org-1, vn-organization-local-id-issuer-scoped | |||||||||||||||
![]() ![]() |
Σ | 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 | Extension Slice: Unordered, Open by value:url | ||||||||||||||||
![]() ![]() ![]() |
SO | 0..1 | CodeableConcept | Loại hình CSYT (BV, PK, TYT...) URL: http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-type Binding: Loại hình cơ sở y tế — Vietnam Organization Type ValueSet (required)
| |||||||||||||||
![]() ![]() ![]() |
SO | 0..1 | CodeableConcept | Cấp quản lý hành chính (TW, Tỉnh, Xã) URL: http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-level Binding: Cấp quản lý hành chính y tế — Vietnam Administrative Health Level ValueSet (required)
| |||||||||||||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Hạng pháp lý của cơ sở KCB (Đặc biệt, I, II, III) URL: http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-rank Binding: Hạng cơ sở khám chữa bệnh — Vietnam Healthcare Facility Rank ValueSet (required) | ||||||||||||||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Hạng pháp lý của đơn vị y tế không phải cơ sở KCB (I-IV) URL: http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-health-unit-rank Binding: Hạng đơn vị sự nghiệp y tế không phải cơ sở KCB — Vietnam Non-KCB Health Unit Rank ValueSet (required) | ||||||||||||||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Tình trạng xếp hạng (đã xếp, chưa xếp, không áp dụng) URL: http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-rank-status Binding: Tình trạng xếp hạng của cơ sở y tế — Vietnam Organization Rank Status ValueSet (required) | ||||||||||||||||
![]() ![]() ![]() |
SO | 0..1 | CodeableConcept | Cấp KCB hiện hành (ban đầu, cơ bản, chuyên sâu) URL: http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-facility-care-level Binding: Cấp năng lực cơ sở KCB — Vietnam Facility Care Level ValueSet (required)
| |||||||||||||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Tuyến chuyên môn kỹ thuật lịch sử theo TT 43/2013/TT-BYT (legacy) URL: http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-legacy-technical-line Binding: Tuyến chuyên môn kỹ thuật lịch sử — Vietnam Legacy Technical Line ValueSet (required) | ||||||||||||||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Dải điểm chất lượng phục vụ xác định quyền lợi BHYT URL: http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-quality-score-band Binding: Dải điểm chất lượng cơ sở KCB — Vietnam Quality Score Band ValueSet (required) | ||||||||||||||||
![]() ![]() ![]() |
0..1 | Reference(Cơ sở y tế VN Core — VN Core Organization Profile | Organization) | Cơ quan hướng dẫn chuyên môn (vd: Sở Y tế đối với TYT cấp xã) URL: http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-supervising-authority | ||||||||||||||||
![]() ![]() ![]() |
0..* | (Complex) | Quan hệ vòng đời mã cơ sở (tiền nhiệm/kế nhiệm/sáp nhập/tách) URL: http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-lifecycle-relation | ||||||||||||||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored | |||||||||||||||
![]() ![]() |
SOΣC | 1..* | Identifier | Định danh CSYT (mã CSKCB hoặc mã quản lý hợp lệ khác) Slice: Unordered, Open by value:system
| |||||||||||||||
![]() ![]() ![]() |
SOΣC | 0..1 | Identifier | Mã CSKCB (5 chữ số)
| |||||||||||||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | ||||||||||||||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | ||||||||||||||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . | |||||||||||||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Description of identifier Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. Required Pattern: At least the following | |||||||||||||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: CSKCB | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Representation defined by the system | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | ||||||||||||||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | The namespace for the identifier value Fixed Value: http://fhir.hl7.org.vn/core/sid/ma-cskcb | |||||||||||||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | The value that is unique Example General: 123456 | |||||||||||||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Period | Khoảng thời gian mã định danh có hiệu lực (hỗ trợ vòng đời mã khi sáp nhập/đổi mã) | |||||||||||||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | |||||||||||||||
![]() ![]() ![]() |
SOΣC | 0..1 | Identifier | Mã định danh cơ sở KCB 13 ký tự (MA_GTIN_CSKCB)
| |||||||||||||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | ||||||||||||||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | ||||||||||||||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . | |||||||||||||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Description of identifier Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. Required Pattern: At least the following | |||||||||||||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: CSKCB13 | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Representation defined by the system | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | ||||||||||||||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | The namespace for the identifier value Fixed Value: http://fhir.hl7.org.vn/core/sid/ma-gtin-cskcb | |||||||||||||||
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Constraints: vn-org-ma-gtin-13-digit Example General: 123456 | |||||||||||||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Period | Khoảng thời gian mã định danh có hiệu lực (hỗ trợ vòng đời mã khi sáp nhập/đổi mã) | |||||||||||||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | |||||||||||||||
![]() ![]() ![]() |
SOΣC | 0..* | Identifier | Mã quản lý cục bộ của đơn vị
| |||||||||||||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | ||||||||||||||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | ||||||||||||||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . | |||||||||||||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Description of identifier Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. | |||||||||||||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | The namespace for the identifier value Fixed Value: http://fhir.hl7.org.vn/core/sid/organization-local-id | |||||||||||||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | string | The value that is unique Example General: 123456 | |||||||||||||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Period | Khoảng thời gian mã định danh có hiệu lực (hỗ trợ vòng đời mã khi sáp nhập/đổi mã) | |||||||||||||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | |||||||||||||||
![]() ![]() ![]() |
SOΣC | 1..1 | Identifier | Số giấy phép hoạt động của địa điểm cơ sở KCB
| |||||||||||||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | ||||||||||||||||
![]() ![]() ![]() ![]() |
1..* | Extension | Extension Slice: Unordered, Open by value:url | ||||||||||||||||
![]() ![]() ![]() ![]() |
Content/Rules for all slices | ||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | (Complex) | Trạng thái pháp lý của chính giấy phép này URL: http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-operating-license-status | |||||||||||||||
![]() ![]() ![]() ![]() |
?!SΣ | 1..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . Fixed Value: official | |||||||||||||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. Required Pattern: At least the following | |||||||||||||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: GPHOATDONG | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Representation defined by the system | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | ||||||||||||||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Fixed Value: http://fhir.hl7.org.vn/core/sid/kcb-operating-license | |||||||||||||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | The value that is unique Example General: 123456 | |||||||||||||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when id is/was valid for use | |||||||||||||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | Reference(Organization) | Cơ quan cấp giấy phép — BYT, BQP, BCA hoặc cơ quan chuyên môn về y tế thuộc UBND cấp tỉnh (Điều 51) | |||||||||||||||
![]() ![]() |
?!SOΣ | 0..1 | boolean | Đang hoạt động
| |||||||||||||||
![]() ![]() |
Σ | 0..* | CodeableConcept | Loại tổ chức (FHIR base) Binding: OrganizationType (example): Used to categorize the organization. | |||||||||||||||
![]() ![]() |
SOΣC | 1..1 | string | Tên cơ sở y tế
| |||||||||||||||
![]() ![]() |
0..* | string | A list of alternate names that the organization is known as, or was known as in the past | ||||||||||||||||
![]() ![]() |
C | 0..* | ContactPoint | SĐT, email, website Constraints: org-3 | |||||||||||||||
![]() ![]() |
SOC | 0..* | VNCoreAddress | Địa chỉ CSYT Constraints: org-2
| |||||||||||||||
![]() ![]() |
Σ | 0..1 | Reference(Organization) | The organization of which this organization forms a part | |||||||||||||||
![]() ![]() |
0..* | BackboneElement | Contact for the organization for a certain purpose | ||||||||||||||||
![]() ![]() ![]() |
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 | The type of contact Binding: ContactEntityType (extensible): The purpose for which you would contact a contact party. | ||||||||||||||||
![]() ![]() ![]() |
0..1 | HumanName | A name associated with the contact | ||||||||||||||||
![]() ![]() ![]() |
0..* | ContactPoint | Contact details (telephone, email, etc.) for a contact | ||||||||||||||||
![]() ![]() ![]() |
0..1 | Address | Visiting or postal addresses for the contact | ||||||||||||||||
![]() ![]() |
SO | 0..* | Reference(Endpoint) | Endpoint điện tử (vd: gdbhyt portal cho CSKCB ký hợp đồng BHXH)
| |||||||||||||||
Documentation for this format | |||||||||||||||||||
| Name | Bên yêu cầu dữ liệu lõi (Data Requester) | Bên đáp ứng dữ liệu lõi (Data Responder) | Bên giám định BHYT (Adjudicator) | Bên gửi hồ sơ BHYT (Submitter)![]() |
|---|---|---|---|---|
![]() |
||||
![]() ![]() |
||||
![]() ![]() ![]() |
|
| ||
![]() ![]() ![]() |
|
| ||
![]() ![]() ![]() |
|
| ||
![]() ![]() |
|
| ||
![]() ![]() ![]() |
|
| ||
![]() ![]() ![]() |
|
| ||
![]() ![]() ![]() |
|
| ||
![]() ![]() ![]() |
|
| ||
![]() ![]() ![]() ![]() |
||||
![]() ![]() |
|
| ||
![]() ![]() |
|
| ||
![]() ![]() |
|
| ||
![]() ![]() |
|
| ||
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| Organization.language | Base | preferred | Common Languages | 📍4.0.1 | FHIR Std. |
| Organization.identifier:CSKCB.use | Base | required | IdentifierUse | 📍4.0.1 | FHIR Std. |
| Organization.identifier:CSKCB.type | Base | extensible | IdentifierType | 📍4.0.1 | FHIR Std. |
| Organization.identifier:MaGtin.use | Base | required | IdentifierUse | 📍4.0.1 | FHIR Std. |
| Organization.identifier:MaGtin.type | Base | extensible | IdentifierType | 📍4.0.1 | FHIR Std. |
| Organization.identifier:Local.use | Base | required | IdentifierUse | 📍4.0.1 | FHIR Std. |
| Organization.identifier:Local.type | Base | extensible | IdentifierType | 📍4.0.1 | FHIR Std. |
| Organization.identifier:OperatingLicense.use | Base | required | IdentifierUse | 📍4.0.1 | FHIR Std. |
| Organization.identifier:OperatingLicense.type | Base | extensible | IdentifierType | 📍4.0.1 | FHIR Std. |
| Organization.type | Base | example | Organization type | 📍4.0.1 | FHIR Std. |
| Organization.contact.purpose | Base | extensible | Contact entity type | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | Organization | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Organization | 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 | Organization | 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 | Organization | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | Organization | 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()
|
| org-1 | error | Organization | The organization SHALL at least have a name or an identifier, and possibly more than one |
(identifier.count() + name.count()) > 0
|
| org-2 | error | Organization.address | An address of an organization can never be of use 'home' |
where(use = 'home').empty()
|
| org-3 | error | Organization.telecom | The telecom of an organization can never be of use 'home' |
where(use = 'home').empty()
|
| vn-org-ma-gtin-13-digit | error | Organization.identifier:MaGtin.value | Mã định danh cơ sở KCB (MA_GTIN_CSKCB) phải đúng 13 ký tự số theo QĐ 1551/QĐ-BYT đã được QĐ 2062/QĐ-BYT thay Phụ lục 01-03 |
$this.empty() or $this.matches('^[0-9]{13}$')
|
| vn-organization-local-id-issuer-scoped | error | Organization | Mã tổ chức nội bộ ghi dưới URI dùng tạm cấp quốc gia (http://fhir.hl7.org.vn/core/sid/organization-local-id) phải kèm `assigner` chỉ rõ cơ sở cấp mã; khuyến nghị chính là mỗi cơ sở công bố URI riêng. A local organization identifier recorded under the shared national placeholder URI SHALL name its assigning facility; per-facility namespace URIs are preferred. |
identifier.where(system = 'http://fhir.hl7.org.vn/core/sid/organization-local-id').all(assigner.reference.exists())
|
| Name | Bên yêu cầu dữ liệu lõi (Data Requester) | Bên đáp ứng dữ liệu lõi (Data Responder) | Bên giám định BHYT (Adjudicator) | Bên gửi hồ sơ BHYT (Submitter)![]() |
|---|---|---|---|---|
![]() |
||||
![]() ![]() |
||||
![]() ![]() ![]() |
|
| ||
![]() ![]() ![]() |
|
| ||
![]() ![]() ![]() |
|
| ||
![]() ![]() |
|
| ||
![]() ![]() ![]() |
|
| ||
![]() ![]() ![]() |
|
| ||
![]() ![]() ![]() |
|
| ||
![]() ![]() ![]() |
|
| ||
![]() ![]() ![]() ![]() |
||||
![]() ![]() |
|
| ||
![]() ![]() |
|
| ||
![]() ![]() |
|
| ||
![]() ![]() |
|
| ||
Documentation for this format | ||||
Dạng xem phần tử chính
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
C | 0..* | VNCoreOrganization | A grouping of people or organizations with a common purpose Constraints: org-1, vn-organization-local-id-issuer-scoped | |||||||||||||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | |||||||||||||||
![]() ![]() |
Content/Rules for all slices | ||||||||||||||||||
![]() ![]() ![]() |
SO | 0..1 | CodeableConcept | Loại hình CSYT (BV, PK, TYT...) URL: http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-type Binding: Loại hình cơ sở y tế — Vietnam Organization Type ValueSet (required)
| |||||||||||||||
![]() ![]() ![]() |
SO | 0..1 | CodeableConcept | Cấp quản lý hành chính (TW, Tỉnh, Xã) URL: http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-level Binding: Cấp quản lý hành chính y tế — Vietnam Administrative Health Level ValueSet (required)
| |||||||||||||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Hạng pháp lý của cơ sở KCB (Đặc biệt, I, II, III) URL: http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-rank Binding: Hạng cơ sở khám chữa bệnh — Vietnam Healthcare Facility Rank ValueSet (required) | ||||||||||||||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Hạng pháp lý của đơn vị y tế không phải cơ sở KCB (I-IV) URL: http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-health-unit-rank Binding: Hạng đơn vị sự nghiệp y tế không phải cơ sở KCB — Vietnam Non-KCB Health Unit Rank ValueSet (required) | ||||||||||||||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Tình trạng xếp hạng (đã xếp, chưa xếp, không áp dụng) URL: http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-rank-status Binding: Tình trạng xếp hạng của cơ sở y tế — Vietnam Organization Rank Status ValueSet (required) | ||||||||||||||||
![]() ![]() ![]() |
SO | 0..1 | CodeableConcept | Cấp KCB hiện hành (ban đầu, cơ bản, chuyên sâu) URL: http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-facility-care-level Binding: Cấp năng lực cơ sở KCB — Vietnam Facility Care Level ValueSet (required)
| |||||||||||||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Tuyến chuyên môn kỹ thuật lịch sử theo TT 43/2013/TT-BYT (legacy) URL: http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-legacy-technical-line Binding: Tuyến chuyên môn kỹ thuật lịch sử — Vietnam Legacy Technical Line ValueSet (required) | ||||||||||||||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Dải điểm chất lượng phục vụ xác định quyền lợi BHYT URL: http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-quality-score-band Binding: Dải điểm chất lượng cơ sở KCB — Vietnam Quality Score Band ValueSet (required) | ||||||||||||||||
![]() ![]() ![]() |
0..1 | Reference(Cơ sở y tế VN Core — VN Core Organization Profile | Organization) | Cơ quan hướng dẫn chuyên môn (vd: Sở Y tế đối với TYT cấp xã) URL: http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-supervising-authority | ||||||||||||||||
![]() ![]() ![]() |
0..* | (Complex) | Quan hệ vòng đời mã cơ sở (tiền nhiệm/kế nhiệm/sáp nhập/tách) URL: http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-lifecycle-relation | ||||||||||||||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored | |||||||||||||||
![]() ![]() |
SOΣC | 1..* | Identifier | Định danh CSYT (mã CSKCB hoặc mã quản lý hợp lệ khác) Slice: Unordered, Open by value:system
| |||||||||||||||
![]() ![]() ![]() |
SOΣC | 0..1 | Identifier | Mã CSKCB (5 chữ số)
| |||||||||||||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . | |||||||||||||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Description of identifier Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. Required Pattern: At least the following | |||||||||||||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: CSKCB | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Representation defined by the system | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | ||||||||||||||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | The namespace for the identifier value Fixed Value: http://fhir.hl7.org.vn/core/sid/ma-cskcb | |||||||||||||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | The value that is unique Example General: 123456 | |||||||||||||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Period | Khoảng thời gian mã định danh có hiệu lực (hỗ trợ vòng đời mã khi sáp nhập/đổi mã) | |||||||||||||||
![]() ![]() ![]() |
SOΣC | 0..1 | Identifier | Mã định danh cơ sở KCB 13 ký tự (MA_GTIN_CSKCB)
| |||||||||||||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . | |||||||||||||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Description of identifier Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. Required Pattern: At least the following | |||||||||||||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: CSKCB13 | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Representation defined by the system | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | ||||||||||||||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | The namespace for the identifier value Fixed Value: http://fhir.hl7.org.vn/core/sid/ma-gtin-cskcb | |||||||||||||||
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Constraints: vn-org-ma-gtin-13-digit Example General: 123456 | |||||||||||||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Period | Khoảng thời gian mã định danh có hiệu lực (hỗ trợ vòng đời mã khi sáp nhập/đổi mã) | |||||||||||||||
![]() ![]() ![]() |
SOΣC | 0..* | Identifier | Mã quản lý cục bộ của đơn vị
| |||||||||||||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . | |||||||||||||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | The namespace for the identifier value Fixed Value: http://fhir.hl7.org.vn/core/sid/organization-local-id | |||||||||||||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | string | The value that is unique Example General: 123456 | |||||||||||||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Period | Khoảng thời gian mã định danh có hiệu lực (hỗ trợ vòng đời mã khi sáp nhập/đổi mã) | |||||||||||||||
![]() ![]() ![]() |
SOΣC | 1..1 | Identifier | Số giấy phép hoạt động của địa điểm cơ sở KCB
| |||||||||||||||
![]() ![]() ![]() ![]() |
1..* | Extension | Extension Slice: Unordered, Open by value:url | ||||||||||||||||
![]() ![]() ![]() ![]() |
Content/Rules for all slices | ||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | (Complex) | Trạng thái pháp lý của chính giấy phép này URL: http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-operating-license-status | |||||||||||||||
![]() ![]() ![]() ![]() |
?!SΣ | 1..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . Fixed Value: official | |||||||||||||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. Required Pattern: At least the following | |||||||||||||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: GPHOATDONG | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Representation defined by the system | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | ||||||||||||||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Fixed Value: http://fhir.hl7.org.vn/core/sid/kcb-operating-license | |||||||||||||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | The value that is unique Example General: 123456 | |||||||||||||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | Reference(Organization) | Cơ quan cấp giấy phép — BYT, BQP, BCA hoặc cơ quan chuyên môn về y tế thuộc UBND cấp tỉnh (Điều 51) | |||||||||||||||
![]() ![]() |
?!SOΣ | 0..1 | boolean | Đang hoạt động
| |||||||||||||||
![]() ![]() |
SOΣC | 1..1 | string | Tên cơ sở y tế
| |||||||||||||||
![]() ![]() |
SOC | 0..* | VNCoreAddress | Địa chỉ CSYT Constraints: org-2
| |||||||||||||||
![]() ![]() |
SO | 0..* | Reference(Endpoint) | Endpoint điện tử (vd: gdbhyt portal cho CSKCB ký hợp đồng BHXH)
| |||||||||||||||
Documentation for this format | |||||||||||||||||||
| Name | Bên yêu cầu dữ liệu lõi (Data Requester) | Bên đáp ứng dữ liệu lõi (Data Responder) | Bên giám định BHYT (Adjudicator) | Bên gửi hồ sơ BHYT (Submitter)![]() |
|---|---|---|---|---|
![]() |
||||
![]() ![]() |
||||
![]() ![]() ![]() |
|
| ||
![]() ![]() ![]() |
|
| ||
![]() ![]() ![]() |
|
| ||
![]() ![]() |
|
| ||
![]() ![]() ![]() |
|
| ||
![]() ![]() ![]() |
|
| ||
![]() ![]() ![]() |
|
| ||
![]() ![]() ![]() |
|
| ||
![]() ![]() ![]() ![]() |
||||
![]() ![]() |
|
| ||
![]() ![]() |
|
| ||
![]() ![]() |
|
| ||
![]() ![]() |
|
| ||
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| Organization.identifier:CSKCB.use | Base | required | IdentifierUse | 📍4.0.1 | FHIR Std. |
| Organization.identifier:CSKCB.type | Base | extensible | IdentifierType | 📍4.0.1 | FHIR Std. |
| Organization.identifier:MaGtin.use | Base | required | IdentifierUse | 📍4.0.1 | FHIR Std. |
| Organization.identifier:MaGtin.type | Base | extensible | IdentifierType | 📍4.0.1 | FHIR Std. |
| Organization.identifier:Local.use | Base | required | IdentifierUse | 📍4.0.1 | FHIR Std. |
| Organization.identifier:OperatingLicense.use | Base | required | IdentifierUse | 📍4.0.1 | FHIR Std. |
| Organization.identifier:OperatingLicense.type | Base | extensible | IdentifierType | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | Organization | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Organization | 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 | Organization | 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 | Organization | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | Organization | 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()
|
| org-1 | error | Organization | The organization SHALL at least have a name or an identifier, and possibly more than one |
(identifier.count() + name.count()) > 0
|
| org-2 | error | Organization.address | An address of an organization can never be of use 'home' |
where(use = 'home').empty()
|
| vn-org-ma-gtin-13-digit | error | Organization.identifier:MaGtin.value | Mã định danh cơ sở KCB (MA_GTIN_CSKCB) phải đúng 13 ký tự số theo QĐ 1551/QĐ-BYT đã được QĐ 2062/QĐ-BYT thay Phụ lục 01-03 |
$this.empty() or $this.matches('^[0-9]{13}$')
|
| vn-organization-local-id-issuer-scoped | error | Organization | Mã tổ chức nội bộ ghi dưới URI dùng tạm cấp quốc gia (http://fhir.hl7.org.vn/core/sid/organization-local-id) phải kèm `assigner` chỉ rõ cơ sở cấp mã; khuyến nghị chính là mỗi cơ sở công bố URI riêng. A local organization identifier recorded under the shared national placeholder URI SHALL name its assigning facility; per-facility namespace URIs are preferred. |
identifier.where(system = 'http://fhir.hl7.org.vn/core/sid/organization-local-id').all(assigner.reference.exists())
|
Dạng xem Differential
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | VNCoreOrganization | A grouping of people or organizations with a common purpose | |
![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() |
S | 1..1 | Identifier | Số giấy phép hoạt động của địa điểm cơ sở KCB |
![]() ![]() ![]() ![]() |
1..* | Extension | Extension | |
![]() ![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | (Complex) | Trạng thái pháp lý của chính giấy phép này URL: http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-operating-license-status |
![]() ![]() ![]() ![]() |
S | 1..1 | code | usual | official | temp | secondary | old (If known) Fixed Value: official |
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Description of identifier Required Pattern: At least the following |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: GPHOATDONG | |
![]() ![]() ![]() ![]() |
S | 1..1 | uri | The namespace for the identifier value Fixed Value: http://fhir.hl7.org.vn/core/sid/kcb-operating-license |
![]() ![]() ![]() ![]() |
S | 1..1 | string | The value that is unique |
![]() ![]() ![]() ![]() |
S | 1..1 | Reference(Organization) | Cơ quan cấp giấy phép — BYT, BQP, BCA hoặc cơ quan chuyên môn về y tế thuộc UBND cấp tỉnh (Điều 51) |
Documentation for this format | ||||
Name![]() |
|---|
Documentation for this format |
Dạng xem SnapshotView
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
C | 0..* | VNCoreOrganization | A grouping of people or organizations with a common purpose Constraints: org-1, vn-organization-local-id-issuer-scoped | |||||||||||||||
![]() ![]() |
Σ | 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 | Extension Slice: Unordered, Open by value:url | ||||||||||||||||
![]() ![]() ![]() |
SO | 0..1 | CodeableConcept | Loại hình CSYT (BV, PK, TYT...) URL: http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-type Binding: Loại hình cơ sở y tế — Vietnam Organization Type ValueSet (required)
| |||||||||||||||
![]() ![]() ![]() |
SO | 0..1 | CodeableConcept | Cấp quản lý hành chính (TW, Tỉnh, Xã) URL: http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-level Binding: Cấp quản lý hành chính y tế — Vietnam Administrative Health Level ValueSet (required)
| |||||||||||||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Hạng pháp lý của cơ sở KCB (Đặc biệt, I, II, III) URL: http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-rank Binding: Hạng cơ sở khám chữa bệnh — Vietnam Healthcare Facility Rank ValueSet (required) | ||||||||||||||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Hạng pháp lý của đơn vị y tế không phải cơ sở KCB (I-IV) URL: http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-health-unit-rank Binding: Hạng đơn vị sự nghiệp y tế không phải cơ sở KCB — Vietnam Non-KCB Health Unit Rank ValueSet (required) | ||||||||||||||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Tình trạng xếp hạng (đã xếp, chưa xếp, không áp dụng) URL: http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-rank-status Binding: Tình trạng xếp hạng của cơ sở y tế — Vietnam Organization Rank Status ValueSet (required) | ||||||||||||||||
![]() ![]() ![]() |
SO | 0..1 | CodeableConcept | Cấp KCB hiện hành (ban đầu, cơ bản, chuyên sâu) URL: http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-facility-care-level Binding: Cấp năng lực cơ sở KCB — Vietnam Facility Care Level ValueSet (required)
| |||||||||||||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Tuyến chuyên môn kỹ thuật lịch sử theo TT 43/2013/TT-BYT (legacy) URL: http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-legacy-technical-line Binding: Tuyến chuyên môn kỹ thuật lịch sử — Vietnam Legacy Technical Line ValueSet (required) | ||||||||||||||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Dải điểm chất lượng phục vụ xác định quyền lợi BHYT URL: http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-quality-score-band Binding: Dải điểm chất lượng cơ sở KCB — Vietnam Quality Score Band ValueSet (required) | ||||||||||||||||
![]() ![]() ![]() |
0..1 | Reference(Cơ sở y tế VN Core — VN Core Organization Profile | Organization) | Cơ quan hướng dẫn chuyên môn (vd: Sở Y tế đối với TYT cấp xã) URL: http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-supervising-authority | ||||||||||||||||
![]() ![]() ![]() |
0..* | (Complex) | Quan hệ vòng đời mã cơ sở (tiền nhiệm/kế nhiệm/sáp nhập/tách) URL: http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-lifecycle-relation | ||||||||||||||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored | |||||||||||||||
![]() ![]() |
SOΣC | 1..* | Identifier | Định danh CSYT (mã CSKCB hoặc mã quản lý hợp lệ khác) Slice: Unordered, Open by value:system
| |||||||||||||||
![]() ![]() ![]() |
SOΣC | 0..1 | Identifier | Mã CSKCB (5 chữ số)
| |||||||||||||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | ||||||||||||||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | ||||||||||||||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . | |||||||||||||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Description of identifier Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. Required Pattern: At least the following | |||||||||||||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: CSKCB | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Representation defined by the system | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | ||||||||||||||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | The namespace for the identifier value Fixed Value: http://fhir.hl7.org.vn/core/sid/ma-cskcb | |||||||||||||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | The value that is unique Example General: 123456 | |||||||||||||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Period | Khoảng thời gian mã định danh có hiệu lực (hỗ trợ vòng đời mã khi sáp nhập/đổi mã) | |||||||||||||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | |||||||||||||||
![]() ![]() ![]() |
SOΣC | 0..1 | Identifier | Mã định danh cơ sở KCB 13 ký tự (MA_GTIN_CSKCB)
| |||||||||||||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | ||||||||||||||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | ||||||||||||||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . | |||||||||||||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Description of identifier Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. Required Pattern: At least the following | |||||||||||||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: CSKCB13 | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Representation defined by the system | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | ||||||||||||||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | The namespace for the identifier value Fixed Value: http://fhir.hl7.org.vn/core/sid/ma-gtin-cskcb | |||||||||||||||
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Constraints: vn-org-ma-gtin-13-digit Example General: 123456 | |||||||||||||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Period | Khoảng thời gian mã định danh có hiệu lực (hỗ trợ vòng đời mã khi sáp nhập/đổi mã) | |||||||||||||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | |||||||||||||||
![]() ![]() ![]() |
SOΣC | 0..* | Identifier | Mã quản lý cục bộ của đơn vị
| |||||||||||||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | ||||||||||||||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | ||||||||||||||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . | |||||||||||||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Description of identifier Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. | |||||||||||||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | uri | The namespace for the identifier value Fixed Value: http://fhir.hl7.org.vn/core/sid/organization-local-id | |||||||||||||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | string | The value that is unique Example General: 123456 | |||||||||||||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Period | Khoảng thời gian mã định danh có hiệu lực (hỗ trợ vòng đời mã khi sáp nhập/đổi mã) | |||||||||||||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | |||||||||||||||
![]() ![]() ![]() |
SOΣC | 1..1 | Identifier | Số giấy phép hoạt động của địa điểm cơ sở KCB
| |||||||||||||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | ||||||||||||||||
![]() ![]() ![]() ![]() |
1..* | Extension | Extension Slice: Unordered, Open by value:url | ||||||||||||||||
![]() ![]() ![]() ![]() |
Content/Rules for all slices | ||||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | (Complex) | Trạng thái pháp lý của chính giấy phép này URL: http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-operating-license-status | |||||||||||||||
![]() ![]() ![]() ![]() |
?!SΣ | 1..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . Fixed Value: official | |||||||||||||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. Required Pattern: At least the following | |||||||||||||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: GPHOATDONG | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Representation defined by the system | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | ||||||||||||||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | ||||||||||||||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Fixed Value: http://fhir.hl7.org.vn/core/sid/kcb-operating-license | |||||||||||||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | The value that is unique Example General: 123456 | |||||||||||||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when id is/was valid for use | |||||||||||||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | Reference(Organization) | Cơ quan cấp giấy phép — BYT, BQP, BCA hoặc cơ quan chuyên môn về y tế thuộc UBND cấp tỉnh (Điều 51) | |||||||||||||||
![]() ![]() |
?!SOΣ | 0..1 | boolean | Đang hoạt động
| |||||||||||||||
![]() ![]() |
Σ | 0..* | CodeableConcept | Loại tổ chức (FHIR base) Binding: OrganizationType (example): Used to categorize the organization. | |||||||||||||||
![]() ![]() |
SOΣC | 1..1 | string | Tên cơ sở y tế
| |||||||||||||||
![]() ![]() |
0..* | string | A list of alternate names that the organization is known as, or was known as in the past | ||||||||||||||||
![]() ![]() |
C | 0..* | ContactPoint | SĐT, email, website Constraints: org-3 | |||||||||||||||
![]() ![]() |
SOC | 0..* | VNCoreAddress | Địa chỉ CSYT Constraints: org-2
| |||||||||||||||
![]() ![]() |
Σ | 0..1 | Reference(Organization) | The organization of which this organization forms a part | |||||||||||||||
![]() ![]() |
0..* | BackboneElement | Contact for the organization for a certain purpose | ||||||||||||||||
![]() ![]() ![]() |
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 | The type of contact Binding: ContactEntityType (extensible): The purpose for which you would contact a contact party. | ||||||||||||||||
![]() ![]() ![]() |
0..1 | HumanName | A name associated with the contact | ||||||||||||||||
![]() ![]() ![]() |
0..* | ContactPoint | Contact details (telephone, email, etc.) for a contact | ||||||||||||||||
![]() ![]() ![]() |
0..1 | Address | Visiting or postal addresses for the contact | ||||||||||||||||
![]() ![]() |
SO | 0..* | Reference(Endpoint) | Endpoint điện tử (vd: gdbhyt portal cho CSKCB ký hợp đồng BHXH)
| |||||||||||||||
Documentation for this format | |||||||||||||||||||
| Name | Bên yêu cầu dữ liệu lõi (Data Requester) | Bên đáp ứng dữ liệu lõi (Data Responder) | Bên giám định BHYT (Adjudicator) | Bên gửi hồ sơ BHYT (Submitter)![]() |
|---|---|---|---|---|
![]() |
||||
![]() ![]() |
||||
![]() ![]() ![]() |
|
| ||
![]() ![]() ![]() |
|
| ||
![]() ![]() ![]() |
|
| ||
![]() ![]() |
|
| ||
![]() ![]() ![]() |
|
| ||
![]() ![]() ![]() |
|
| ||
![]() ![]() ![]() |
|
| ||
![]() ![]() ![]() |
|
| ||
![]() ![]() ![]() ![]() |
||||
![]() ![]() |
|
| ||
![]() ![]() |
|
| ||
![]() ![]() |
|
| ||
![]() ![]() |
|
| ||
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| Organization.language | Base | preferred | Common Languages | 📍4.0.1 | FHIR Std. |
| Organization.identifier:CSKCB.use | Base | required | IdentifierUse | 📍4.0.1 | FHIR Std. |
| Organization.identifier:CSKCB.type | Base | extensible | IdentifierType | 📍4.0.1 | FHIR Std. |
| Organization.identifier:MaGtin.use | Base | required | IdentifierUse | 📍4.0.1 | FHIR Std. |
| Organization.identifier:MaGtin.type | Base | extensible | IdentifierType | 📍4.0.1 | FHIR Std. |
| Organization.identifier:Local.use | Base | required | IdentifierUse | 📍4.0.1 | FHIR Std. |
| Organization.identifier:Local.type | Base | extensible | IdentifierType | 📍4.0.1 | FHIR Std. |
| Organization.identifier:OperatingLicense.use | Base | required | IdentifierUse | 📍4.0.1 | FHIR Std. |
| Organization.identifier:OperatingLicense.type | Base | extensible | IdentifierType | 📍4.0.1 | FHIR Std. |
| Organization.type | Base | example | Organization type | 📍4.0.1 | FHIR Std. |
| Organization.contact.purpose | Base | extensible | Contact entity type | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | Organization | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Organization | 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 | Organization | 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 | Organization | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | Organization | 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()
|
| org-1 | error | Organization | The organization SHALL at least have a name or an identifier, and possibly more than one |
(identifier.count() + name.count()) > 0
|
| org-2 | error | Organization.address | An address of an organization can never be of use 'home' |
where(use = 'home').empty()
|
| org-3 | error | Organization.telecom | The telecom of an organization can never be of use 'home' |
where(use = 'home').empty()
|
| vn-org-ma-gtin-13-digit | error | Organization.identifier:MaGtin.value | Mã định danh cơ sở KCB (MA_GTIN_CSKCB) phải đúng 13 ký tự số theo QĐ 1551/QĐ-BYT đã được QĐ 2062/QĐ-BYT thay Phụ lục 01-03 |
$this.empty() or $this.matches('^[0-9]{13}$')
|
| vn-organization-local-id-issuer-scoped | error | Organization | Mã tổ chức nội bộ ghi dưới URI dùng tạm cấp quốc gia (http://fhir.hl7.org.vn/core/sid/organization-local-id) phải kèm `assigner` chỉ rõ cơ sở cấp mã; khuyến nghị chính là mỗi cơ sở công bố URI riêng. A local organization identifier recorded under the shared national placeholder URI SHALL name its assigning facility; per-facility namespace URIs are preferred. |
identifier.where(system = 'http://fhir.hl7.org.vn/core/sid/organization-local-id').all(assigner.reference.exists())
|
| Name | Bên yêu cầu dữ liệu lõi (Data Requester) | Bên đáp ứng dữ liệu lõi (Data Responder) | Bên giám định BHYT (Adjudicator) | Bên gửi hồ sơ BHYT (Submitter)![]() |
|---|---|---|---|---|
![]() |
||||
![]() ![]() |
||||
![]() ![]() ![]() |
|
| ||
![]() ![]() ![]() |
|
| ||
![]() ![]() ![]() |
|
| ||
![]() ![]() |
|
| ||
![]() ![]() ![]() |
|
| ||
![]() ![]() ![]() |
|
| ||
![]() ![]() ![]() |
|
| ||
![]() ![]() ![]() |
|
| ||
![]() ![]() ![]() ![]() |
||||
![]() ![]() |
|
| ||
![]() ![]() |
|
| ||
![]() ![]() |
|
| ||
![]() ![]() |
|
| ||
Documentation for this format | ||||
Biểu diễn khác của hồ sơ: CSV, Excel, Schematron