Hướng dẫn triển khai FHIR cốt lõi Việt Nam — VN Core FHIR Implementation Guide
0.9.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 - Local Development build (v0.9.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Draft tại thời điểm 2026-07-30 |
{
"resourceType" : "SearchParameter",
"id" : "vn-sp-practitioner-cchn",
"language" : "vi",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter vn-sp-practitioner-cchn</b></p><a name=\"vn-sp-practitioner-cchn\"> </a><a name=\"hcvn-sp-practitioner-cchn\"> </a><h2>VNSPPractitionerCCHN</h2><p>Parameter <code>vn-cchn</code>:<code>token</code></p><div><p>SearchParameter cho phép tìm kiếm Practitioner theo số Chứng chỉ hành nghề (CCHN) lịch sử.\nDùng cho chuyển đổi và tra cứu hồ sơ được lập theo khung pháp lý trước Luật KCB 2023.\nVí dụ: GET [base]/Practitioner?vn-cchn=012345</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/practitioner.html\">Practitioner</a></td></tr><tr><td>Expression</td><td><code>Practitioner.identifier.where(system='http://fhir.hl7.org.vn/core/sid/cchn').value</code></td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true</li></ul></td></tr></table></div>"
},
"extension" : [
{
"url" : "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-legal-basis",
"valueCoding" : {
"system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-legal-basis-exception-cs",
"code" : "technical-infrastructure"
}
}
],
"url" : "http://fhir.hl7.org.vn/core/SearchParameter/vn-sp-practitioner-cchn",
"version" : "0.9.0",
"name" : "VNSPPractitionerCCHN",
"status" : "draft",
"date" : "2026-07-30",
"publisher" : "Omi HealthTech / VN Core FHIR Community Initiative",
"contact" : [
{
"name" : "Omi HealthTech / VN Core FHIR Community Initiative",
"telecom" : [
{
"system" : "url",
"value" : "https://hl7.org.vn"
},
{
"system" : "email",
"value" : "info@hl7.org.vn"
}
]
},
{
"name" : "Omi HealthTech (OmiGroup)",
"telecom" : [
{
"system" : "url",
"value" : "https://omihealthtech.vn"
},
{
"system" : "url",
"value" : "https://omigroup.vn"
},
{
"system" : "email",
"value" : "info@hl7.org.vn"
}
]
}
],
"description" : "SearchParameter cho phép tìm kiếm Practitioner theo số Chứng chỉ hành nghề (CCHN) lịch sử.\nDùng cho chuyển đổi và tra cứu hồ sơ được lập theo khung pháp lý trước Luật KCB 2023.\nVí dụ: GET [base]/Practitioner?vn-cchn=012345",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "VN",
"display" : "Viet Nam"
}
]
}
],
"code" : "vn-cchn",
"base" : [
"Practitioner"
],
"type" : "token",
"expression" : "Practitioner.identifier.where(system='http://fhir.hl7.org.vn/core/sid/cchn').value"
}