



<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE HTML>


<html xml:lang="vi" xmlns="http://www.w3.org/1999/xhtml" lang="vi" dir="ltr">
  <head>
    <meta content="text/html;charset=utf-8" http-equiv="Content-Type"/>
    <title>Phương pháp chế biến vị thuốc cổ truyền — VN Traditional Medicine Processing Method CodeSystem - TTL Representation - Hướng dẫn triển khai FHIR cốt lõi Việt Nam — VN Core FHIR Implementation Guide v0.9.0</title>

    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
    <meta name="author" content="http://hl7.org/fhir"/>

    <link href="fhir.css" rel="stylesheet"/>

    <!-- Bootstrap core CSS -->
    <link href="assets/css/bootstrap-fhir.css" rel="stylesheet"/>

    <!-- Project extras -->
    <link href="assets/css/pygments-manni.css" rel="stylesheet"/>
    <link href="assets/css/jquery-ui.css" rel="stylesheet"/>
  	<link href="assets/css/prism.css" rel="stylesheet" />
    <link href="assets/css/project.css" rel="stylesheet"/>
  	<link href="assets/css/cqf.css" rel="stylesheet" />
    <style>
  :root {
    --vncore-bg-deep: #091221;
    --vncore-bg-header: #0d182a;
    --vncore-bg-header-end: #13233d;
    --vncore-bg-card: #27344b;
    --vncore-bg-card-end: #1f2b3f;
    --vncore-bg-surface: #f8fbff;
    --vncore-border: rgba(148, 163, 184, 0.2);
    --vncore-border-strong: rgba(56, 189, 248, 0.24);
    --vncore-accent: #38bdf8;
    --vncore-accent-bright: #67e8f9;
    --vncore-text: #f8fafc;
    --vncore-text-soft: #dbe7f5;
    --vncore-text-secondary: #475569;
    --vncore-text-muted: #94a3b8;
    --vncore-shadow: 0 18px 40px rgba(2, 6, 23, 0.28);
  }

  #segment-header {
    background:
      radial-gradient(circle at 12% 18%, rgba(56, 189, 248, 0.18), transparent 24%),
      radial-gradient(circle at 86% 10%, rgba(103, 232, 249, 0.08), transparent 28%),
      linear-gradient(135deg, var(--vncore-bg-deep) 0%, var(--vncore-bg-header) 52%, var(--vncore-bg-header-end) 100%);
    border-bottom: 1px solid rgba(148, 163, 184, 0.14);
  }

  #segment-header > .container {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
    gap: 26px;
    padding-top: 22px;
    padding-bottom: 22px;
    background: transparent !important;
  }

  .vncore-brand {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    text-decoration: none !important;
    min-width: 0;
    position: relative;
    z-index: 1;
    grid-column: 1;
    grid-row: 1;
  }

  .vncore-brand:hover,
  .vncore-brand:focus {
    text-decoration: none;
  }

  .vncore-brand__mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    flex: 0 0 auto;
    border-radius: 0;
    background: none;
    border: 0;
    box-shadow: none;
  }

  .vncore-brand__mark img {
    display: block;
    width: 64px;
    height: 64px;
    max-width: none;
    object-fit: contain;
    aspect-ratio: 1 / 1;
  }

  .vncore-brand__text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
  }

  .vncore-brand__eyebrow {
    color: #7dd3fc !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  .vncore-brand__title {
    color: #f8fafc !important;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.02;
    text-shadow: 0 1px 0 rgba(2, 6, 23, 0.18);
  }

  .vncore-brand__subtitle {
    color: #dbe7f5 !important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.15;
  }

  #ig-status {
    display: block !important;
    min-width: 0;
    width: 100%;
    height: auto !important;
    margin-top: 0 !important;
    text-align: left !important;
    align-self: stretch;
    justify-self: stretch;
    position: relative;
    z-index: 1;
    grid-column: 2;
    grid-row: 1;
  }

  #ig-status::before {
    display: none;
  }

  #ig-status p {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 72px;
    margin: 0;
    padding: 13px 18px 11px 18px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    background: linear-gradient(180deg, rgba(39, 52, 75, 0.98) 0%, rgba(31, 43, 63, 0.98) 100%);
    border: 0;
    box-shadow: none;
    overflow: hidden;
  }

  #ig-status p::before {
    display: none;
  }

  #ig-status p > span:first-of-type,
  #ig-status p > span:last-of-type {
    position: relative;
    z-index: 1;
  }

  #ig-status p > span:first-of-type {
    display: block;
    color: #f8fafc !important;
    font-weight: 800;
    font-size: clamp(16px, 1.18vw, 20px) !important;
    letter-spacing: -0.02em;
    line-height: 1.16;
    text-wrap: pretty;
    max-width: 100%;
  }

  #ig-status p > br {
    display: none;
  }

  #ig-status p > span:last-of-type {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    color: var(--vncore-text-soft) !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    flex-wrap: wrap;
  }

  #ig-status p > span:last-of-type img {
    display: inline-block;
    height: 16px;
    border-radius: 0;
    box-shadow: none;
  }

  #segment-navbar {
    background: #0a1220;
    border-bottom: 1px solid rgba(30, 41, 59, 0.85);
  }

  #segment-navbar #stripe {
    display: none;
  }

  #segment-navbar > .container,
  #segment-navbar .container {
    padding-left: 15px;
    padding-right: 15px;
    background: transparent !important;
  }

  #segment-navbar .navbar {
    margin-bottom: 0;
    border: 0;
    background: transparent !important;
  }

  #segment-navbar .navbar-inverse,
  #segment-navbar .navbar .container,
  #segment-navbar .nav-collapse {
    background: transparent !important;
  }

  @media (min-width: 992px) {
    #segment-navbar .navbar-inverse .navbar-nav {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
    }
  }

  #segment-navbar .navbar-inverse .navbar-nav > li {
    position: relative;
    flex: 0 0 auto;
  }

  #segment-navbar .navbar-inverse .navbar-nav > li > a,
  #segment-navbar .dropdown-menu > li > a {
    color: #f8fafc !important;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.01em;
  }

  #segment-navbar .navbar-inverse .navbar-nav > li > a {
    padding: 15px 12px;
    white-space: nowrap;
    transition: color 140ms ease;
  }

  #segment-navbar .navbar-inverse .navbar-nav > li > a::after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 10px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--vncore-accent), var(--vncore-accent-bright));
    opacity: 0;
    transform: scaleX(0.65);
    transform-origin: center;
    transition: opacity 140ms ease, transform 140ms ease;
  }

  #segment-navbar .navbar-inverse .navbar-nav > li > a:hover,
  #segment-navbar .navbar-inverse .navbar-nav > li > a:focus,
  #segment-navbar .navbar-inverse .navbar-nav > .open > a,
  #segment-navbar .navbar-inverse .navbar-nav > .open > a:hover,
  #segment-navbar .navbar-inverse .navbar-nav > .open > a:focus,
  #segment-navbar .navbar-inverse .navbar-nav > .active > a,
  #segment-navbar .navbar-inverse .navbar-nav > .active > a:hover,
  #segment-navbar .navbar-inverse .navbar-nav > .active > a:focus,
  #segment-navbar .dropdown-menu > li > a:hover,
  #segment-navbar .dropdown-menu > li > a:focus {
    color: var(--vncore-accent-bright) !important;
    background: transparent !important;
  }

  #segment-navbar .navbar-inverse .navbar-nav > li > a:hover::after,
  #segment-navbar .navbar-inverse .navbar-nav > li > a:focus::after,
  #segment-navbar .navbar-inverse .navbar-nav > .open > a::after,
  #segment-navbar .navbar-inverse .navbar-nav > .active > a::after {
    opacity: 1;
    transform: scaleX(1);
  }

  #segment-navbar .dropdown-menu {
    background: rgba(15, 23, 42, 0.98);
    border: 1px solid rgba(51, 65, 85, 0.8);
    box-shadow: var(--vncore-shadow);
    padding-top: 8px;
    padding-bottom: 8px;
  }

  #segment-navbar .dropdown-menu > li > a {
    padding: 9px 16px;
    line-height: 1.4;
  }

  #segment-navbar .navbar-inverse .navbar-toggle {
    border-color: rgba(8, 145, 178, 0.45);
  }

  #segment-navbar .navbar-inverse .navbar-toggle:hover,
  #segment-navbar .navbar-inverse .navbar-toggle:focus {
    background: rgba(8, 145, 178, 0.12);
  }

  #segment-breadcrumb {
    background: #eef4fb;
    border-bottom: 1px solid rgba(148, 163, 184, 0.28);
  }

  #segment-breadcrumb .breadcrumb {
    margin-bottom: 0;
    background: transparent;
  }

  #segment-breadcrumb .breadcrumb,
  #segment-breadcrumb .breadcrumb a {
    color: #334155;
    font-weight: 600;
  }

  #segment-breadcrumb .breadcrumb a:hover,
  #segment-breadcrumb .breadcrumb a:focus {
    color: var(--vncore-accent);
  }

  @media (max-width: 991px) {
    #segment-header > .container {
      grid-template-columns: 1fr;
      gap: 16px;
    }

    .vncore-brand,
    #ig-status {
      grid-column: auto;
      grid-row: auto;
    }

    .vncore-brand__mark {
      width: auto;
      height: auto;
      flex-basis: auto;
    }

    .vncore-brand__mark img {
      width: 60px;
      height: 60px;
    }

    .vncore-brand__title {
      font-size: 22px;
    }

    #ig-status p {
      min-height: 0;
      padding: 12px 14px;
    }

    #ig-status p > span:first-of-type {
      font-size: 16px !important;
    }

    #segment-navbar .navbar-inverse .navbar-nav > li > a {
      padding: 12px 15px;
    }
  }
</style>


    <script type="text/javascript" src="fhir-table-scripts.js"> </script>
    <script type="text/javascript" src="assets/js/direction-management.js"> </script>

    <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
    <!--[if lt IE 9]>
    <script src="assets/js/html5shiv.js"></script>
    <script src="assets/js/respond.min.js"></script>
    <![endif]-->

    <!-- Favicons -->
    <link rel="fhir-logo" sizes="144x144" href="assets/ico/icon-fhir-144.png"/>
    <link rel="fhir-logo" sizes="114x114" href="assets/ico/icon-fhir-114.png"/>
    <link rel="fhir-logo" sizes="72x72" href="assets/ico/icon-fhir-72.png"/>
    <link rel="fhir-logo" href="assets/ico/icon-fhir-57.png"/>
    <link rel="shortcut icon" href="assets/ico/favicon.png"/>
  
<!-- Google tag (gtag.js) — VN Core IG. Consent Mode: analytics_storage=denied (đo lường ẩn danh, không cookie _ga, không gắn ID người dùng). -->
<script>window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}gtag('consent','default',{'ad_storage':'denied','ad_user_data':'denied','ad_personalization':'denied','analytics_storage':'denied'});gtag('js',new Date());gtag('config','G-YZD2X16G7D');</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YZD2X16G7D"></script>

<link rel="canonical" href="https://fhir.hl7.org.vn/core/CodeSystem/vn-tcm-processing-method-cs"/>
<meta name="description" content="Phương pháp chế biến vị thuốc cổ truyền — VN Traditional Medicine Processing Method CodeSystem - TTL Representation - Hướng dẫn triển khai FHIR cốt lõi Việt Nam — VN Core FHIR Implementation Guide v0.9.0 — VN Core FHIR Implementation Guide — bộ hướng dẫn triển khai HL7 FHIR R4…"/>
<meta property="og:title" content="Phương pháp chế biến vị thuốc cổ truyền — VN Traditional Medicine Processing Method CodeSystem - TTL Representation - Hướng dẫn triển khai FHIR cốt lõi Việt Nam — VN Core FHIR Implementation Guide v0.9.0"/>
<meta property="og:description" content="Phương pháp chế biến vị thuốc cổ truyền — VN Traditional Medicine Processing Method CodeSystem - TTL Representation - Hướng dẫn triển khai FHIR cốt lõi Việt Nam — VN Core FHIR Implementation Guide v0.9.0 — VN Core FHIR Implementation Guide — bộ hướng dẫn triển khai HL7 FHIR R4…"/>
<meta property="og:type" content="article"/>
<meta property="og:url" content="https://fhir.hl7.org.vn/core/CodeSystem/vn-tcm-processing-method-cs"/>
<meta property="og:site_name" content="VN Core FHIR Implementation Guide"/>
<meta property="og:locale" content="vi_VN"/>
<meta property="og:image" content="https://fhir.hl7.org.vn/og-image.png"/>
<meta property="og:image:type" content="image/png"/>
<meta property="og:image:width" content="1200"/>
<meta property="og:image:height" content="630"/>
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://fhir.hl7.org.vn/og-image.png"/>
<link rel="icon" href="/favicon.ico" sizes="48x48"/>
<link rel="icon" href="/favicon.svg" type="image/svg+xml"/>
<link rel="icon" href="/hl7vn-favicon.png" type="image/png" sizes="32x32"/>
<link rel="apple-touch-icon" href="/apple-touch-icon.png"/>
</head>
  <body onload="document.body.style.opacity='1'">

	  <script src="assets/js/prism.js"></script>
    <script type="text/javascript" src="assets/js/mermaid.js"></script>
    <script type="text/javascript" src="assets/js/mermaid-init.js"></script>
    <style type="text/css">h2{--heading-prefix:"42.308"}
    h3,h4,h5,h6{--heading-prefix:"42.308"}</style>
    <div id="segment-header" class="segment">  <!-- segment-header -->
      <div class="container">  <!-- container -->

        <!-- VN Core FHIR IG — Custom header brand -->
<a class="vncore-brand" href="index.html" aria-label="VN Core FHIR Implementation Guide">
  <span class="vncore-brand__mark" aria-hidden="true">
    <img src="favicon.svg" alt="" width="56" height="56"/>
  </span>
  <span class="vncore-brand__text">
    <span class="vncore-brand__eyebrow">HL7 Vietnam</span>
    <span class="vncore-brand__title">VN Core FHIR</span>
    <span class="vncore-brand__subtitle">Implementation Guide</span>
  </span>
</a>


        <div id="ig-status" data-fhir="generated">
          <p><span style="font-size:12pt;font-weight:bold">Hướng dẫn triển khai FHIR cốt lõi Việt Nam — VN Core FHIR Implementation Guide</span>
            <br/>
            <span style="display:inline-block;">0.9.0 - Draft for Community Review



  <img alt="Viet Nam cờ" src="../assets/images/vnm.svg" height="16" title="Viet Nam"/>


            </span>
          </p>
        </div>
      </div> <!-- /container -->
    </div>  <!-- /segment-header -->

    <div id="segment-navbar" class="segment" data-fhir="generated">  <!-- segment-navbar -->
      <div id="stripe"> </div>
      <div class="container">  <!-- container -->
        <!-- HEADER CONTENT -->

        <nav class="navbar navbar-inverse">
          <!--status-bar-->
          <div class="container">

            <button data-target=".navbar-inverse-collapse" class="navbar-toggle" data-toggle="collapse" type="button">
              <span class="icon-bar"> </span>
              <span class="icon-bar"> </span>
              <span class="icon-bar"> </span>
            </button>
            <a class="navbar-brand hidden" href="http://hl7.org/fhir/R4/index.html">FHIR</a>
            <div class="nav-collapse collapse navbar-inverse-collapse">
              <ul xmlns="http://www.w3.org/1999/xhtml" class="nav navbar-nav">
  <li>
    <a href="index.html">Trang chủ</a>
  </li>
  <li class="dropdown">
    <a data-toggle="dropdown" href="getting-started.html" class="dropdown-toggle">Tổng quan
      <b class="caret"></b>
    </a>
    <ul class="dropdown-menu">
      <li>
        <a href="getting-started.html">Bắt đầu nhanh</a>
      </li>
      <li>
        <a href="package-architecture.html">Kiến trúc gói phát hành</a>
      </li>
      <li class="divider"></li>
      <li>
        <a href="downloads.html">Tải xuống</a>
      </li>
      <li>
        <a href="changelog.html">Lịch sử thay đổi</a>
      </li>
    </ul>
  </li>
  <li class="dropdown">
    <a data-toggle="dropdown" href="general-guidance.html" class="dropdown-toggle">Triển khai
      <b class="caret"></b>
    </a>
    <ul class="dropdown-menu">
      <li>
        <a href="general-guidance.html">Hướng dẫn chung</a>
      </li>
      <li>
        <a href="clinical-scenarios.html">Tình huống lâm sàng</a>
      </li>
      <li>
        <a href="usecase-outpatient.html">Playbook Ngoại trú</a>
      </li>
      <li>
        <a href="usecase-emergency.html">Playbook Cấp cứu</a>
      </li>
      <li>
        <a href="usecase-inpatient.html">Playbook Nội trú</a>
      </li>
      <li>
        <a href="usecase-pharmacy.html">Playbook Dược</a>
      </li>
      <li class="divider"></li>
      <li>
        <a href="identifier-registry.html">Danh mục định danh</a>
      </li>
      <li>
        <a href="patient-identity-mpi.html">Định danh người bệnh &amp; MPI</a>
      </li>
      <li>
        <a href="terminology-guidance.html">Hướng dẫn thuật ngữ</a>
      </li>
      <li class="divider"></li>
      <li>
        <a href="string-search-guidance.html">Tìm kiếm chuỗi &amp; Unicode</a>
      </li>
      <li>
        <a href="search-behavior.html">Hành vi tìm kiếm</a>
      </li>
    </ul>
  </li>
  <li class="dropdown">
    <a data-toggle="dropdown" href="artifacts.html" class="dropdown-toggle">Tài nguyên FHIR
      <b class="caret"></b>
    </a>
    <ul class="dropdown-menu">
      <li>
        <a href="artifacts.html">Tổng quan tài nguyên</a>
      </li>
      <li>
        <a href="profiles.html">Hồ sơ</a>
      </li>
      <li>
        <a href="extensions.html">Phần mở rộng</a>
      </li>
      <li>
        <a href="terminology.html">Thuật ngữ</a>
      </li>
      <li class="divider"></li>
      <li>
        <a href="bhyt-submission.html">Liên thông hồ sơ BHYT</a>
      </li>
      <li>
        <a href="bhyt-data-standard.html">Chuẩn dữ liệu BHYT (4210 → 3176)</a>
      </li>
      <li>
        <a href="snomed-vn-errata.html">SNOMED CT VN</a>
      </li>
    </ul>
  </li>
  <li class="dropdown">
    <a data-toggle="dropdown" href="stability-and-conformance.html" class="dropdown-toggle">Tuân thủ và quản trị
      <b class="caret"></b>
    </a>
    <ul class="dropdown-menu">
      <li>
        <a href="must-support-guidance.html">Hướng dẫn Must Support</a>
      </li>
      <li>
        <a href="validation-guidance.html">Hướng dẫn kiểm tra hợp lệ</a>
      </li>
      <li>
        <a href="validation-and-operationoutcome.html">OperationOutcome &amp; Registry quy tắc</a>
      </li>
      <li>
        <a href="conformance-by-actor.html">Tuân thủ theo vai trò triển khai</a>
      </li>
      <li>
        <a href="pilot-readiness-checklists.html">Checklist sẵn sàng thí điểm</a>
      </li>
      <li>
        <a href="stability-and-conformance.html">Ổn định và tuân thủ</a>
      </li>
      <li class="divider"></li>
      <li>
        <a href="organization-location-governance.html">Quản trị Organization và Location</a>
      </li>
      <li>
        <a href="release-governance.html">Phát hành và quản trị</a>
      </li>
    </ul>
  </li>
  <li class="dropdown">
    <a data-toggle="dropdown" href="legal-basis.html" class="dropdown-toggle">Pháp lý và bảo mật
      <b class="caret"></b>
    </a>
    <ul class="dropdown-menu">
      <li>
        <a href="legal-basis.html">Cơ sở pháp lý</a>
      </li>
      <li>
        <a href="security.html">Bảo mật và quyền riêng tư</a>
      </li>
      <li>
        <a href="de-identification-and-ai.html">Khử định danh và dữ liệu dùng cho AI</a>
      </li>
      <li>
        <a href="smart-on-fhir.html">SMART on FHIR — nghĩa vụ và scope</a>
      </li>
      <li>
        <a href="bulk-data.html">Rút trích dữ liệu theo lô</a>
      </li>
      <li class="divider"></li>
      <li>
        <a href="design-decisions.html">Quyết định thiết kế</a>
      </li>
    </ul>
  </li>
</ul>

            </div>  <!-- /.nav-collapse -->

              

          </div>  <!-- /.container -->
        </nav>  <!-- /.navbar -->
      <!-- /HEADER CONTENT -->
      </div>  <!-- /container -->
    </div>  <!-- /segment-navbar -->
    <!--status-bar-->

    <div id="segment-breadcrumb" class="segment" data-fhir="generated">  <!-- segment-breadcrumb -->
      <div class="container">  <!-- container -->
        <ul class="breadcrumb">
          <li><a href='toc.html'><b>Table of Contents</b></a></li><li><a href='artifacts.html'><b>Tóm tắt artifact</b></a></li><li><b>Phương pháp chế biến vị thuốc cổ truyền — VN Traditional Medicine Processing Method CodeSystem</b></li>

        </ul>
      </div>  <!-- /container -->
    </div>  <!-- /segment-breadcrumb -->

    <a name="top"> </a>
    <div id="segment-content" class="segment">  <!-- segment-content -->
      <div class="container">  <!-- container -->
        <div class="row">
          <div class="inner-wrapper">

<!-- layouts\layout-instance-format -->
<div style="counter-reset: section 9" class="col-12">
<!--ReleaseHeader--><p id="publish-box">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.9.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the <a href='http://fhir.hl7.org.vn/core/history.html'>Directory of published versions</a></p><!--EndReleaseHeader-->











<ul class="nav nav-tabs">

  <li>
    <a href="CodeSystem-vn-tcm-processing-method-cs.html">Nội dung narrative</a>
  </li>



  
    <li>
      <a href="CodeSystem-vn-tcm-processing-method-cs.xml.html">XML</a>
    </li>
  


  
    <li>
      <a href="CodeSystem-vn-tcm-processing-method-cs.json.html">JSON</a>
    </li>
  


  
    <li class="active">
      <a href="#">TTL</a>
    </li>
  



</ul>


<a name="root"> </a>



<h2 id="root">: Phương pháp chế biến vị thuốc cổ truyền — VN Traditional Medicine Processing Method CodeSystem</h2>

  <table class="colsi" data-fhir="generated">
    <tr>

      <td colspan="2">
        
          Active
          

            tại thời điểm 
2023-02-15

          
        
      </td>

    </tr>
  </table>


<p><a href="CodeSystem-vn-tcm-processing-method-cs.ttl" no-download="true">Bản thô ttl</a> | <a href="CodeSystem-vn-tcm-processing-method-cs.ttl" download>Tải xuống</a></p>

  <!-- insert intro if present -->
  



  <pre class="rdf" data-fhir="generated" style="white-space: pre; overflow: hidden">
@prefix fhir: &lt;http://hl7.org/fhir/&gt; .
@prefix owl: &lt;http://www.w3.org/2002/07/owl#&gt; .
@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
@prefix xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt; .

# - resource -------------------------------------------------------------------

&lt;http://hl7.org/fhir/CodeSystem/vn-tcm-processing-method-cs&gt; a fhir:CodeSystem ;
  <a href="http://hl7.org/fhir/R4/rdf.html#tree-root">fhir:nodeRole</a> fhir:treeRoot ;
  <a href="http://hl7.org/fhir/R4/resource.html#CodeSystem.id">fhir:Resource.id</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;vn-tcm-processing-method-cs&quot;] ;
  <a href="http://hl7.org/fhir/R4/resource.html#CodeSystem.language">fhir:Resource.language</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;vi&quot;] ;
  <a href="http://hl7.org/fhir/R4/domainresource.html#CodeSystem.text">fhir:DomainResource.text</a> [
     <a href="http://hl7.org/fhir/R4/datatypes.html#Narrative#Narrative.status">fhir:Narrative.status</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;generated&quot; ] ;
     fhir:Narrative.div &quot;&lt;div xmlns=\&quot;http://www.w3.org/1999/xhtml\&quot;&gt;&lt;p class=\&quot;res-header-id\&quot;&gt;&lt;b&gt;Generated Narrative: CodeSystem vn-tcm-processing-method-cs&lt;/b&gt;&lt;/p&gt;&lt;a name=\&quot;vn-tcm-processing-method-cs\&quot;&gt; &lt;/a&gt;&lt;a name=\&quot;hcvn-tcm-processing-method-cs\&quot;&gt; &lt;/a&gt;&lt;p&gt;&lt;b&gt;Properties&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;This code system defines the following properties for its concepts&lt;/b&gt;&lt;/p&gt;&lt;table class=\&quot;grid\&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Name&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;b&gt;Code&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;b&gt;URI&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;b&gt;Type&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;b&gt;Description&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;category&lt;/td&gt;&lt;td&gt;category&lt;/td&gt;&lt;td&gt;http://fhir.hl7.org.vn/core/CodeSystem/vn-tcm-processing-method-cs#category&lt;/td&gt;&lt;td&gt;string&lt;/td&gt;&lt;td&gt;Nhóm phương pháp: so-che (sơ chế) hoặc phuc-che (phức chế).&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;level&lt;/td&gt;&lt;td&gt;level&lt;/td&gt;&lt;td&gt;http://fhir.hl7.org.vn/core/CodeSystem/vn-tcm-processing-method-cs#level&lt;/td&gt;&lt;td&gt;string&lt;/td&gt;&lt;td&gt;group là mã nhóm không dùng ghi nhận trực tiếp; method là phương pháp cụ thể.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Parent&lt;/td&gt;&lt;td&gt;parent&lt;/td&gt;&lt;td&gt;http://hl7.org/fhir/concept-properties#parent&lt;/td&gt;&lt;td&gt;code&lt;/td&gt;&lt;td&gt;Mã nhóm chứa mã này.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;tt14-2024-article&lt;/td&gt;&lt;td&gt;tt14-2024-article&lt;/td&gt;&lt;td&gt;http://fhir.hl7.org.vn/core/CodeSystem/vn-tcm-processing-method-cs#tt14-2024-article&lt;/td&gt;&lt;td&gt;integer&lt;/td&gt;&lt;td&gt;Điều tương ứng tại Phụ lục I TT 14/2024/TT-BYT quy định nội dung phương pháp.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Concepts&lt;/b&gt;&lt;/p&gt;&lt;p&gt;This case-sensitive code system &lt;code&gt;http://fhir.hl7.org.vn/core/CodeSystem/vn-tcm-processing-method-cs&lt;/code&gt; defines the following codes in a Is-A hierarchy:&lt;/p&gt;&lt;table class=\&quot;codes\&quot;&gt;&lt;tr&gt;&lt;td style=\&quot;white-space:nowrap\&quot;&gt;&lt;b&gt;Code&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;b&gt;Display&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;b&gt;Definition&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;b&gt;category&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;b&gt;level&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;b&gt;Parent&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;b&gt;tt14-2024-article&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=\&quot;white-space:nowrap\&quot;&gt;SC0&lt;a name=\&quot;vn-tcm-processing-method-cs-SC0\&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;Chưa sơ chế&lt;/td&gt;&lt;td&gt;Phương pháp sơ chế vị thuốc cổ truyền — Chưa sơ chế. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT.&lt;/td&gt;&lt;td&gt;so-che&lt;/td&gt;&lt;td&gt;method&lt;/td&gt;&lt;td/&gt;&lt;td/&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=\&quot;white-space:nowrap\&quot;&gt;SC1&lt;a name=\&quot;vn-tcm-processing-method-cs-SC1\&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;Rửa&lt;/td&gt;&lt;td&gt;Phương pháp sơ chế vị thuốc cổ truyền — Rửa. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 2 Phụ lục I TT 14/2024/TT-BYT (Phương pháp rửa).&lt;/td&gt;&lt;td&gt;so-che&lt;/td&gt;&lt;td&gt;method&lt;/td&gt;&lt;td/&gt;&lt;td&gt;2&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=\&quot;white-space:nowrap\&quot;&gt;SC2&lt;a name=\&quot;vn-tcm-processing-method-cs-SC2\&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;Ủ mềm&lt;/td&gt;&lt;td&gt;Phương pháp sơ chế vị thuốc cổ truyền — Ủ mềm. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 4 Phụ lục I TT 14/2024/TT-BYT (Phương pháp ủ).&lt;/td&gt;&lt;td&gt;so-che&lt;/td&gt;&lt;td&gt;method&lt;/td&gt;&lt;td/&gt;&lt;td&gt;4&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=\&quot;white-space:nowrap\&quot;&gt;SC3&lt;a name=\&quot;vn-tcm-processing-method-cs-SC3\&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;Ngâm&lt;/td&gt;&lt;td&gt;Phương pháp sơ chế vị thuốc cổ truyền — Ngâm. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 3 Phụ lục I TT 14/2024/TT-BYT (Phương pháp ngâm).&lt;/td&gt;&lt;td&gt;so-che&lt;/td&gt;&lt;td&gt;method&lt;/td&gt;&lt;td/&gt;&lt;td&gt;3&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=\&quot;white-space:nowrap\&quot;&gt;SC4&lt;a name=\&quot;vn-tcm-processing-method-cs-SC4\&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;Thái (gồm Thái phiến, chặt, cắt đoạn)&lt;/td&gt;&lt;td&gt;Phương pháp sơ chế vị thuốc cổ truyền — Thái (gồm Thái phiến, chặt, cắt đoạn). Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 5 Phụ lục I TT 14/2024/TT-BYT (Phương pháp thái phiến, cắt đoạn).&lt;/td&gt;&lt;td&gt;so-che&lt;/td&gt;&lt;td&gt;method&lt;/td&gt;&lt;td/&gt;&lt;td&gt;5&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=\&quot;white-space:nowrap\&quot;&gt;SC5&lt;a name=\&quot;vn-tcm-processing-method-cs-SC5\&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;Phơi&lt;/td&gt;&lt;td&gt;Phương pháp sơ chế vị thuốc cổ truyền — Phơi. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 6 Phụ lục I TT 14/2024/TT-BYT (Phương pháp phơi).&lt;/td&gt;&lt;td&gt;so-che&lt;/td&gt;&lt;td&gt;method&lt;/td&gt;&lt;td/&gt;&lt;td&gt;6&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=\&quot;white-space:nowrap\&quot;&gt;SC6&lt;a name=\&quot;vn-tcm-processing-method-cs-SC6\&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;Sấy&lt;/td&gt;&lt;td&gt;Phương pháp sơ chế vị thuốc cổ truyền — Sấy. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 7 Phụ lục I TT 14/2024/TT-BYT (Phương pháp sấy).&lt;/td&gt;&lt;td&gt;so-che&lt;/td&gt;&lt;td&gt;method&lt;/td&gt;&lt;td/&gt;&lt;td&gt;7&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=\&quot;white-space:nowrap\&quot;&gt;PC1&lt;a name=\&quot;vn-tcm-processing-method-cs-PC1\&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;Hỏa chế&lt;/td&gt;&lt;td&gt;Phương pháp phức chế vị thuốc cổ truyền — Hỏa chế. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Đây là mã nhóm, không phải một phương pháp cụ thể.&lt;/td&gt;&lt;td&gt;phuc-che&lt;/td&gt;&lt;td&gt;group&lt;/td&gt;&lt;td/&gt;&lt;td/&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=\&quot;white-space:nowrap\&quot;&gt;PC2&lt;a name=\&quot;vn-tcm-processing-method-cs-PC2\&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;Sao trực tiếp&lt;/td&gt;&lt;td&gt;Phương pháp phức chế vị thuốc cổ truyền — Sao trực tiếp. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Đây là mã nhóm, không phải một phương pháp cụ thể.&lt;/td&gt;&lt;td&gt;phuc-che&lt;/td&gt;&lt;td&gt;group&lt;/td&gt;&lt;td/&gt;&lt;td/&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=\&quot;white-space:nowrap\&quot;&gt;PC2.01&lt;a name=\&quot;vn-tcm-processing-method-cs-PC2.4601\&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;Sao qua (vi sao)&lt;/td&gt;&lt;td&gt;Phương pháp phức chế vị thuốc cổ truyền — Sao qua (vi sao). Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 8 Phụ lục I TT 14/2024/TT-BYT (Phương pháp sao qua).&lt;/td&gt;&lt;td&gt;phuc-che&lt;/td&gt;&lt;td&gt;method&lt;/td&gt;&lt;td&gt;PC2&lt;/td&gt;&lt;td&gt;8&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=\&quot;white-space:nowrap\&quot;&gt;PC2.02&lt;a name=\&quot;vn-tcm-processing-method-cs-PC2.4602\&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;Sao vàng&lt;/td&gt;&lt;td&gt;Phương pháp phức chế vị thuốc cổ truyền — Sao vàng. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 9 Phụ lục I TT 14/2024/TT-BYT (Phương pháp sao vàng).&lt;/td&gt;&lt;td&gt;phuc-che&lt;/td&gt;&lt;td&gt;method&lt;/td&gt;&lt;td&gt;PC2&lt;/td&gt;&lt;td&gt;9&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=\&quot;white-space:nowrap\&quot;&gt;PC2.03&lt;a name=\&quot;vn-tcm-processing-method-cs-PC2.4603\&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;Sao vàng cháy cạnh&lt;/td&gt;&lt;td&gt;Phương pháp phức chế vị thuốc cổ truyền — Sao vàng cháy cạnh. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 10 Phụ lục I TT 14/2024/TT-BYT (Phương pháp sao vàng cháy cạnh).&lt;/td&gt;&lt;td&gt;phuc-che&lt;/td&gt;&lt;td&gt;method&lt;/td&gt;&lt;td&gt;PC2&lt;/td&gt;&lt;td&gt;10&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=\&quot;white-space:nowrap\&quot;&gt;PC2.04&lt;a name=\&quot;vn-tcm-processing-method-cs-PC2.4604\&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;Sao vàng hạ thổ&lt;/td&gt;&lt;td&gt;Phương pháp phức chế vị thuốc cổ truyền — Sao vàng hạ thổ. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 11 Phụ lục I TT 14/2024/TT-BYT (Phương pháp sao vàng hạ thổ).&lt;/td&gt;&lt;td&gt;phuc-che&lt;/td&gt;&lt;td&gt;method&lt;/td&gt;&lt;td&gt;PC2&lt;/td&gt;&lt;td&gt;11&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=\&quot;white-space:nowrap\&quot;&gt;PC2.05&lt;a name=\&quot;vn-tcm-processing-method-cs-PC2.4605\&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;Sao đen (hắc sao)&lt;/td&gt;&lt;td&gt;Phương pháp phức chế vị thuốc cổ truyền — Sao đen (hắc sao). Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 12 Phụ lục I TT 14/2024/TT-BYT (Phương pháp sao đen).&lt;/td&gt;&lt;td&gt;phuc-che&lt;/td&gt;&lt;td&gt;method&lt;/td&gt;&lt;td&gt;PC2&lt;/td&gt;&lt;td&gt;12&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=\&quot;white-space:nowrap\&quot;&gt;PC2.06&lt;a name=\&quot;vn-tcm-processing-method-cs-PC2.4606\&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;Sao cháy (thán sao, sao tồn tính)&lt;/td&gt;&lt;td&gt;Phương pháp phức chế vị thuốc cổ truyền — Sao cháy (thán sao, sao tồn tính). Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 13 Phụ lục I TT 14/2024/TT-BYT (Phương pháp sao cháy).&lt;/td&gt;&lt;td&gt;phuc-che&lt;/td&gt;&lt;td&gt;method&lt;/td&gt;&lt;td&gt;PC2&lt;/td&gt;&lt;td&gt;13&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=\&quot;white-space:nowrap\&quot;&gt;PC3&lt;a name=\&quot;vn-tcm-processing-method-cs-PC3\&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;Chích, tẩm&lt;/td&gt;&lt;td&gt;Phương pháp phức chế vị thuốc cổ truyền — Chích, tẩm. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Đây là mã nhóm, không phải một phương pháp cụ thể.&lt;/td&gt;&lt;td&gt;phuc-che&lt;/td&gt;&lt;td&gt;group&lt;/td&gt;&lt;td/&gt;&lt;td/&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=\&quot;white-space:nowrap\&quot;&gt;PC3.01&lt;a name=\&quot;vn-tcm-processing-method-cs-PC3.4601\&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;Chích rượu&lt;/td&gt;&lt;td&gt;Phương pháp phức chế vị thuốc cổ truyền — Chích rượu. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 14 Phụ lục I TT 14/2024/TT-BYT (Phương pháp chích rượu).&lt;/td&gt;&lt;td&gt;phuc-che&lt;/td&gt;&lt;td&gt;method&lt;/td&gt;&lt;td&gt;PC3&lt;/td&gt;&lt;td&gt;14&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=\&quot;white-space:nowrap\&quot;&gt;PC3.02&lt;a name=\&quot;vn-tcm-processing-method-cs-PC3.4602\&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;Chích gừng&lt;/td&gt;&lt;td&gt;Phương pháp phức chế vị thuốc cổ truyền — Chích gừng. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 15 Phụ lục I TT 14/2024/TT-BYT (Phương pháp chích gừng).&lt;/td&gt;&lt;td&gt;phuc-che&lt;/td&gt;&lt;td&gt;method&lt;/td&gt;&lt;td&gt;PC3&lt;/td&gt;&lt;td&gt;15&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=\&quot;white-space:nowrap\&quot;&gt;PC3.03&lt;a name=\&quot;vn-tcm-processing-method-cs-PC3.4603\&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;Chích muối ăn&lt;/td&gt;&lt;td&gt;Phương pháp phức chế vị thuốc cổ truyền — Chích muối ăn. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 16 Phụ lục I TT 14/2024/TT-BYT (Phương pháp chích muối).&lt;/td&gt;&lt;td&gt;phuc-che&lt;/td&gt;&lt;td&gt;method&lt;/td&gt;&lt;td&gt;PC3&lt;/td&gt;&lt;td&gt;16&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=\&quot;white-space:nowrap\&quot;&gt;PC3.04&lt;a name=\&quot;vn-tcm-processing-method-cs-PC3.4604\&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;Chích giấm&lt;/td&gt;&lt;td&gt;Phương pháp phức chế vị thuốc cổ truyền — Chích giấm. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 17 Phụ lục I TT 14/2024/TT-BYT (Phương pháp chích giấm).&lt;/td&gt;&lt;td&gt;phuc-che&lt;/td&gt;&lt;td&gt;method&lt;/td&gt;&lt;td&gt;PC3&lt;/td&gt;&lt;td&gt;17&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=\&quot;white-space:nowrap\&quot;&gt;PC3.05&lt;a name=\&quot;vn-tcm-processing-method-cs-PC3.4605\&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;Chích mật ong&lt;/td&gt;&lt;td&gt;Phương pháp phức chế vị thuốc cổ truyền — Chích mật ong. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 18 Phụ lục I TT 14/2024/TT-BYT (Phương pháp chích mật ong).&lt;/td&gt;&lt;td&gt;phuc-che&lt;/td&gt;&lt;td&gt;method&lt;/td&gt;&lt;td&gt;PC3&lt;/td&gt;&lt;td&gt;18&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=\&quot;white-space:nowrap\&quot;&gt;PC4&lt;a name=\&quot;vn-tcm-processing-method-cs-PC4\&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;Sao gián tiếp&lt;/td&gt;&lt;td&gt;Phương pháp phức chế vị thuốc cổ truyền — Sao gián tiếp. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Đây là mã nhóm, không phải một phương pháp cụ thể.&lt;/td&gt;&lt;td&gt;phuc-che&lt;/td&gt;&lt;td&gt;group&lt;/td&gt;&lt;td/&gt;&lt;td/&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=\&quot;white-space:nowrap\&quot;&gt;PC4.01&lt;a name=\&quot;vn-tcm-processing-method-cs-PC4.4601\&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;Sao cách cám&lt;/td&gt;&lt;td&gt;Phương pháp phức chế vị thuốc cổ truyền — Sao cách cám. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 19 Phụ lục I TT 14/2024/TT-BYT (Phương pháp sao cám).&lt;/td&gt;&lt;td&gt;phuc-che&lt;/td&gt;&lt;td&gt;method&lt;/td&gt;&lt;td&gt;PC4&lt;/td&gt;&lt;td&gt;19&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=\&quot;white-space:nowrap\&quot;&gt;PC4.02&lt;a name=\&quot;vn-tcm-processing-method-cs-PC4.4602\&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;Sao cách gạo&lt;/td&gt;&lt;td&gt;Phương pháp phức chế vị thuốc cổ truyền — Sao cách gạo. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 20 Phụ lục I TT 14/2024/TT-BYT (Phương pháp sao cách gạo).&lt;/td&gt;&lt;td&gt;phuc-che&lt;/td&gt;&lt;td&gt;method&lt;/td&gt;&lt;td&gt;PC4&lt;/td&gt;&lt;td&gt;20&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=\&quot;white-space:nowrap\&quot;&gt;PC4.03&lt;a name=\&quot;vn-tcm-processing-method-cs-PC4.4603\&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;Sao cách bột văn cáp&lt;/td&gt;&lt;td&gt;Phương pháp phức chế vị thuốc cổ truyền — Sao cách bột văn cáp. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 21 Phụ lục I TT 14/2024/TT-BYT (Phương pháp sao cách bột văn cáp).&lt;/td&gt;&lt;td&gt;phuc-che&lt;/td&gt;&lt;td&gt;method&lt;/td&gt;&lt;td&gt;PC4&lt;/td&gt;&lt;td&gt;21&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=\&quot;white-space:nowrap\&quot;&gt;PC4.04&lt;a name=\&quot;vn-tcm-processing-method-cs-PC4.4604\&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;Sao cách cát&lt;/td&gt;&lt;td&gt;Phương pháp phức chế vị thuốc cổ truyền — Sao cách cát. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 22 Phụ lục I TT 14/2024/TT-BYT (Phương pháp sao cách cát).&lt;/td&gt;&lt;td&gt;phuc-che&lt;/td&gt;&lt;td&gt;method&lt;/td&gt;&lt;td&gt;PC4&lt;/td&gt;&lt;td&gt;22&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=\&quot;white-space:nowrap\&quot;&gt;PC4.05&lt;a name=\&quot;vn-tcm-processing-method-cs-PC4.4605\&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;Sao cách đất&lt;/td&gt;&lt;td&gt;Phương pháp phức chế vị thuốc cổ truyền — Sao cách đất. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 23 Phụ lục I TT 14/2024/TT-BYT (Phương pháp sao cách đất).&lt;/td&gt;&lt;td&gt;phuc-che&lt;/td&gt;&lt;td&gt;method&lt;/td&gt;&lt;td&gt;PC4&lt;/td&gt;&lt;td&gt;23&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=\&quot;white-space:nowrap\&quot;&gt;PC5&lt;a name=\&quot;vn-tcm-processing-method-cs-PC5\&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;Nung&lt;/td&gt;&lt;td&gt;Phương pháp phức chế vị thuốc cổ truyền — Nung. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Đây là mã nhóm, không phải một phương pháp cụ thể.&lt;/td&gt;&lt;td&gt;phuc-che&lt;/td&gt;&lt;td&gt;group&lt;/td&gt;&lt;td/&gt;&lt;td/&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=\&quot;white-space:nowrap\&quot;&gt;PC5.01&lt;a name=\&quot;vn-tcm-processing-method-cs-PC5.4601\&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;Nung kín&lt;/td&gt;&lt;td&gt;Phương pháp phức chế vị thuốc cổ truyền — Nung kín. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 24 Phụ lục I TT 14/2024/TT-BYT (Phương pháp nung kín).&lt;/td&gt;&lt;td&gt;phuc-che&lt;/td&gt;&lt;td&gt;method&lt;/td&gt;&lt;td&gt;PC5&lt;/td&gt;&lt;td&gt;24&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=\&quot;white-space:nowrap\&quot;&gt;PC5.02&lt;a name=\&quot;vn-tcm-processing-method-cs-PC5.4602\&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;Nung hở&lt;/td&gt;&lt;td&gt;Phương pháp phức chế vị thuốc cổ truyền — Nung hở. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 25 Phụ lục I TT 14/2024/TT-BYT (Phương pháp nung hở).&lt;/td&gt;&lt;td&gt;phuc-che&lt;/td&gt;&lt;td&gt;method&lt;/td&gt;&lt;td&gt;PC5&lt;/td&gt;&lt;td&gt;25&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=\&quot;white-space:nowrap\&quot;&gt;PC6&lt;a name=\&quot;vn-tcm-processing-method-cs-PC6\&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;Hỏa phi&lt;/td&gt;&lt;td&gt;Phương pháp phức chế vị thuốc cổ truyền — Hỏa phi. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 26 Phụ lục I TT 14/2024/TT-BYT (Phương pháp hỏa phi).&lt;/td&gt;&lt;td&gt;phuc-che&lt;/td&gt;&lt;td&gt;method&lt;/td&gt;&lt;td/&gt;&lt;td&gt;26&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=\&quot;white-space:nowrap\&quot;&gt;PC7&lt;a name=\&quot;vn-tcm-processing-method-cs-PC7\&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;Nướng&lt;/td&gt;&lt;td&gt;Phương pháp phức chế vị thuốc cổ truyền — Nướng. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 27 Phụ lục I TT 14/2024/TT-BYT (Phương pháp nướng).&lt;/td&gt;&lt;td&gt;phuc-che&lt;/td&gt;&lt;td&gt;method&lt;/td&gt;&lt;td/&gt;&lt;td&gt;27&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=\&quot;white-space:nowrap\&quot;&gt;PC8&lt;a name=\&quot;vn-tcm-processing-method-cs-PC8\&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;Thủy chế&lt;/td&gt;&lt;td&gt;Phương pháp phức chế vị thuốc cổ truyền — Thủy chế. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Đây là mã nhóm, không phải một phương pháp cụ thể.&lt;/td&gt;&lt;td&gt;phuc-che&lt;/td&gt;&lt;td&gt;group&lt;/td&gt;&lt;td/&gt;&lt;td/&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=\&quot;white-space:nowrap\&quot;&gt;PC8.01&lt;a name=\&quot;vn-tcm-processing-method-cs-PC8.4601\&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;Ngâm với dịch phụ liệu&lt;/td&gt;&lt;td&gt;Phương pháp phức chế vị thuốc cổ truyền — Ngâm với dịch phụ liệu. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT.&lt;/td&gt;&lt;td&gt;phuc-che&lt;/td&gt;&lt;td&gt;method&lt;/td&gt;&lt;td&gt;PC8&lt;/td&gt;&lt;td/&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=\&quot;white-space:nowrap\&quot;&gt;PC8.02&lt;a name=\&quot;vn-tcm-processing-method-cs-PC8.4602\&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;Ủ&lt;/td&gt;&lt;td&gt;Phương pháp phức chế vị thuốc cổ truyền — Ủ. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT.&lt;/td&gt;&lt;td&gt;phuc-che&lt;/td&gt;&lt;td&gt;method&lt;/td&gt;&lt;td&gt;PC8&lt;/td&gt;&lt;td/&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=\&quot;white-space:nowrap\&quot;&gt;PC8.03&lt;a name=\&quot;vn-tcm-processing-method-cs-PC8.4603\&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;Thủy phi&lt;/td&gt;&lt;td&gt;Phương pháp phức chế vị thuốc cổ truyền — Thủy phi. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 28 Phụ lục I TT 14/2024/TT-BYT (Phương pháp thủy phi).&lt;/td&gt;&lt;td&gt;phuc-che&lt;/td&gt;&lt;td&gt;method&lt;/td&gt;&lt;td&gt;PC8&lt;/td&gt;&lt;td&gt;28&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=\&quot;white-space:nowrap\&quot;&gt;PC9&lt;a name=\&quot;vn-tcm-processing-method-cs-PC9\&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;Thủy hỏa hợp chế&lt;/td&gt;&lt;td&gt;Phương pháp phức chế vị thuốc cổ truyền — Thủy hỏa hợp chế. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Đây là mã nhóm, không phải một phương pháp cụ thể.&lt;/td&gt;&lt;td&gt;phuc-che&lt;/td&gt;&lt;td&gt;group&lt;/td&gt;&lt;td/&gt;&lt;td/&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=\&quot;white-space:nowrap\&quot;&gt;PC9.01&lt;a name=\&quot;vn-tcm-processing-method-cs-PC9.4601\&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;Đồ&lt;/td&gt;&lt;td&gt;Phương pháp phức chế vị thuốc cổ truyền — Đồ. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 30 Phụ lục I TT 14/2024/TT-BYT (Phương pháp đồ).&lt;/td&gt;&lt;td&gt;phuc-che&lt;/td&gt;&lt;td&gt;method&lt;/td&gt;&lt;td&gt;PC9&lt;/td&gt;&lt;td&gt;30&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=\&quot;white-space:nowrap\&quot;&gt;PC9.02&lt;a name=\&quot;vn-tcm-processing-method-cs-PC9.4602\&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;Nấu&lt;/td&gt;&lt;td&gt;Phương pháp phức chế vị thuốc cổ truyền — Nấu. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 31 Phụ lục I TT 14/2024/TT-BYT (Phương pháp nấu).&lt;/td&gt;&lt;td&gt;phuc-che&lt;/td&gt;&lt;td&gt;method&lt;/td&gt;&lt;td&gt;PC9&lt;/td&gt;&lt;td&gt;31&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=\&quot;white-space:nowrap\&quot;&gt;PCK&lt;a name=\&quot;vn-tcm-processing-method-cs-PCK\&quot;&gt; &lt;/a&gt;&lt;/td&gt;&lt;td&gt;Phương pháp khác&lt;/td&gt;&lt;td&gt;Phương pháp phức chế vị thuốc cổ truyền — Phương pháp khác. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT.&lt;/td&gt;&lt;td&gt;phuc-che&lt;/td&gt;&lt;td&gt;method&lt;/td&gt;&lt;td/&gt;&lt;td/&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&quot;
  ] ;
  <a href="http://hl7.org/fhir/R4/domainresource.html#CodeSystem.extension">fhir:DomainResource.extension</a> [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/extensibility.html#Extension#Extension.url">fhir:Extension.url</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#uri">fhir:value</a> &quot;http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-legal-basis&quot; ] ;
     <a href="http://hl7.org/fhir/R4/extensibility.html#Extension#Extension.value_x_">fhir:Extension.valueCoding</a> [
       <a href="http://hl7.org/fhir/R4/datatypes.html#Coding#Coding.system">fhir:Coding.system</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#uri">fhir:value</a> &quot;http://fhir.hl7.org.vn/core/CodeSystem/vn-legal-document-ref-cs&quot; ] ;
       <a href="http://hl7.org/fhir/R4/datatypes.html#Coding#Coding.code">fhir:Coding.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;QD-824-2023&quot; ]
     ]
  ], [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/extensibility.html#Extension#Extension.url">fhir:Extension.url</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#uri">fhir:value</a> &quot;http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-legal-basis&quot; ] ;
     <a href="http://hl7.org/fhir/R4/extensibility.html#Extension#Extension.value_x_">fhir:Extension.valueCoding</a> [
       <a href="http://hl7.org/fhir/R4/datatypes.html#Coding#Coding.system">fhir:Coding.system</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#uri">fhir:value</a> &quot;http://fhir.hl7.org.vn/core/CodeSystem/vn-legal-document-ref-cs&quot; ] ;
       <a href="http://hl7.org/fhir/R4/datatypes.html#Coding#Coding.code">fhir:Coding.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;TT-14-2024&quot; ]
     ]
  ] ;
  <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.url">fhir:CodeSystem.url</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#uri">fhir:value</a> &quot;http://fhir.hl7.org.vn/core/CodeSystem/vn-tcm-processing-method-cs&quot;] ;
  <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.identifier">fhir:CodeSystem.identifier</a> [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/datatypes.html#Identifier#Identifier.system">fhir:Identifier.system</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#uri">fhir:value</a> &quot;urn:ietf:rfc:3986&quot; ] ;
     <a href="http://hl7.org/fhir/R4/datatypes.html#Identifier#Identifier.value">fhir:Identifier.value</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;urn:oid:2.25.161089673617632664299011809196868855799.16.151&quot; ]
  ] ;
  <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.version">fhir:CodeSystem.version</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;0.9.0&quot;] ;
  <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.name">fhir:CodeSystem.name</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;VNTCMProcessingMethodCS&quot;] ;
  <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.title">fhir:CodeSystem.title</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Phương pháp chế biến vị thuốc cổ truyền — VN Traditional Medicine Processing Method CodeSystem&quot;] ;
  <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.status">fhir:CodeSystem.status</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;active&quot;] ;
  <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.experimental">fhir:CodeSystem.experimental</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#boolean">fhir:value</a> &quot;false&quot;^^xsd:boolean] ;
  <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.date">fhir:CodeSystem.date</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#dateTime">fhir:value</a> &quot;2023-02-15&quot;^^xsd:date] ;
  <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.publisher">fhir:CodeSystem.publisher</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Omi HealthTech / VN Core FHIR Community Initiative&quot;] ;
  <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.contact">fhir:CodeSystem.contact</a> [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/metadatatypes.html#ContactDetail#ContactDetail.name">fhir:ContactDetail.name</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Omi HealthTech / VN Core FHIR Community Initiative&quot; ] ;
     <a href="http://hl7.org/fhir/R4/metadatatypes.html#ContactDetail#ContactDetail.telecom">fhir:ContactDetail.telecom</a> [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/datatypes.html#ContactPoint#ContactPoint.system">fhir:ContactPoint.system</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;url&quot; ] ;
       <a href="http://hl7.org/fhir/R4/datatypes.html#ContactPoint#ContactPoint.value">fhir:ContactPoint.value</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;https://hl7.org.vn&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/datatypes.html#ContactPoint#ContactPoint.system">fhir:ContactPoint.system</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;email&quot; ] ;
       <a href="http://hl7.org/fhir/R4/datatypes.html#ContactPoint#ContactPoint.value">fhir:ContactPoint.value</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;info@hl7.org.vn&quot; ]
     ]
  ], [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/metadatatypes.html#ContactDetail#ContactDetail.name">fhir:ContactDetail.name</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Omi HealthTech (OmiGroup)&quot; ] ;
     <a href="http://hl7.org/fhir/R4/metadatatypes.html#ContactDetail#ContactDetail.telecom">fhir:ContactDetail.telecom</a> [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/datatypes.html#ContactPoint#ContactPoint.system">fhir:ContactPoint.system</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;url&quot; ] ;
       <a href="http://hl7.org/fhir/R4/datatypes.html#ContactPoint#ContactPoint.value">fhir:ContactPoint.value</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;https://omihealthtech.vn&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/datatypes.html#ContactPoint#ContactPoint.system">fhir:ContactPoint.system</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;url&quot; ] ;
       <a href="http://hl7.org/fhir/R4/datatypes.html#ContactPoint#ContactPoint.value">fhir:ContactPoint.value</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;https://omigroup.vn&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/datatypes.html#ContactPoint#ContactPoint.system">fhir:ContactPoint.system</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;email&quot; ] ;
       <a href="http://hl7.org/fhir/R4/datatypes.html#ContactPoint#ContactPoint.value">fhir:ContactPoint.value</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;info@hl7.org.vn&quot; ]
     ]
  ] ;
  <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.description">fhir:CodeSystem.description</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#markdown">fhir:value</a> &quot;40 mã phương pháp chế biến vị thuốc cổ truyền theo Phụ lục 3 QĐ 824/QĐ-BYT — nguồn mã cho trường `MA_PP_CHEBIEN` trong dữ liệu khám bệnh, chữa bệnh bảo hiểm y tế. Gồm 7 mã nhóm (`level` = `group`) và 33 mã phương pháp cụ thể, chia hai nhóm sơ chế (`SC`) và phức chế (`PC`).\n\nNGUỒN MÃ và NGUỒN ĐỊNH NGHĨA là hai văn bản khác nhau. TT 14/2024/TT-BYT (06/9/2024, hiệu lực 28/10/2024) đã thay TT 30/2017/TT-BYT về nội dung phương pháp chế biến, nhưng KHÔNG ban hành mã — toàn văn không chứa mã `SC`/`PC` nào. Vì vậy mã vẫn lấy theo QĐ 824/QĐ-BYT (còn hiệu lực: TT 12/2026/TT-BTC Điều 7 khoản 1 điểm a liệt kê trong chuỗi sửa đổi, bổ sung QĐ 7603/QĐ-BYT), còn định nghĩa nội dung tra theo Điều tương ứng của Phụ lục I TT 14/2024/TT-BYT — property `tt14-2024-article`, phủ 29/40 mã.\n\nKHOẢNG TRỐNG cần biết trước khi dùng: danh mục mã lập theo TT 30/2017/TT-BYT nên chưa có mã riêng cho 3 phương pháp phức chế mà TT 14/2024/TT-BYT bổ sung — Điều 29 phương pháp chưng; Điều 32 phương pháp tôi; Điều 33 phương pháp rán dầu. Ba phương pháp này tạm ghi bằng mã `PCK` (phương pháp khác) kèm mô tả văn xuôi, cho tới khi Bộ Y tế cập nhật bộ mã dùng chung. Điều 1 (phương pháp loại tạp) cũng chưa có mã tương ứng; `SC0` mang nghĩa *chưa sơ chế* nên không dùng thay được.&quot;] ;
  <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.jurisdiction">fhir:CodeSystem.jurisdiction</a> [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/datatypes.html#CodeableConcept#CodeableConcept.coding">fhir:CodeableConcept.coding</a> [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/datatypes.html#Coding#Coding.system">fhir:Coding.system</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#uri">fhir:value</a> &quot;urn:iso:std:iso:3166&quot; ] ;
       <a href="http://hl7.org/fhir/R4/datatypes.html#Coding#Coding.code">fhir:Coding.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;VN&quot; ] ;
       <a href="http://hl7.org/fhir/R4/datatypes.html#Coding#Coding.display">fhir:Coding.display</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Viet Nam&quot; ]
     ]
  ] ;
  <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.copyright">fhir:CodeSystem.copyright</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#markdown">fhir:value</a> &quot;Bộ Y tế Việt Nam — QĐ 824/QĐ-BYT (15/02/2023) Phụ lục 3; nội dung phương pháp theo TT 14/2024/TT-BYT (06/9/2024).&quot;] ;
  <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.caseSensitive">fhir:CodeSystem.caseSensitive</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#boolean">fhir:value</a> &quot;true&quot;^^xsd:boolean] ;
  <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.hierarchyMeaning">fhir:CodeSystem.hierarchyMeaning</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;is-a&quot;] ;
  <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.content">fhir:CodeSystem.content</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;complete&quot;] ;
  <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.count">fhir:CodeSystem.count</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#unsignedInt">fhir:value</a> &quot;40&quot;^^xsd:nonNegativeInteger] ;
  <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.property">fhir:CodeSystem.property</a> [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.property.code">fhir:CodeSystem.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;category&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.property.uri">fhir:CodeSystem.property.uri</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#uri">fhir:value</a> &quot;http://fhir.hl7.org.vn/core/CodeSystem/vn-tcm-processing-method-cs#category&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.property.description">fhir:CodeSystem.property.description</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Nhóm phương pháp: so-che (sơ chế) hoặc phuc-che (phức chế).&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.property.type">fhir:CodeSystem.property.type</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;string&quot; ]
  ], [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.property.code">fhir:CodeSystem.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;level&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.property.uri">fhir:CodeSystem.property.uri</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#uri">fhir:value</a> &quot;http://fhir.hl7.org.vn/core/CodeSystem/vn-tcm-processing-method-cs#level&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.property.description">fhir:CodeSystem.property.description</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;group là mã nhóm không dùng ghi nhận trực tiếp; method là phương pháp cụ thể.&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.property.type">fhir:CodeSystem.property.type</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;string&quot; ]
  ], [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.property.code">fhir:CodeSystem.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;parent&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.property.uri">fhir:CodeSystem.property.uri</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#uri">fhir:value</a> &quot;http://hl7.org/fhir/concept-properties#parent&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.property.description">fhir:CodeSystem.property.description</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Mã nhóm chứa mã này.&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.property.type">fhir:CodeSystem.property.type</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;code&quot; ]
  ], [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.property.code">fhir:CodeSystem.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;tt14-2024-article&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.property.uri">fhir:CodeSystem.property.uri</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#uri">fhir:value</a> &quot;http://fhir.hl7.org.vn/core/CodeSystem/vn-tcm-processing-method-cs#tt14-2024-article&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.property.description">fhir:CodeSystem.property.description</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Điều tương ứng tại Phụ lục I TT 14/2024/TT-BYT quy định nội dung phương pháp.&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.property.type">fhir:CodeSystem.property.type</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;integer&quot; ]
  ] ;
  <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept">fhir:CodeSystem.concept</a> [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">fhir:CodeSystem.concept.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;SC0&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">fhir:CodeSystem.concept.display</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Chưa sơ chế&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.definition">fhir:CodeSystem.concept.definition</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Phương pháp sơ chế vị thuốc cổ truyền — Chưa sơ chế. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT.&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property">fhir:CodeSystem.concept.property</a> [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;category&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;so-che&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;level&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;method&quot; ]
     ]
  ], [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">fhir:CodeSystem.concept.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;SC1&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">fhir:CodeSystem.concept.display</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Rửa&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.definition">fhir:CodeSystem.concept.definition</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Phương pháp sơ chế vị thuốc cổ truyền — Rửa. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 2 Phụ lục I TT 14/2024/TT-BYT (Phương pháp rửa).&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property">fhir:CodeSystem.concept.property</a> [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;category&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;so-che&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;level&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;method&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;tt14-2024-article&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueInteger</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#integer">fhir:value</a> &quot;2&quot;^^xsd:integer ]
     ]
  ], [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">fhir:CodeSystem.concept.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;SC2&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">fhir:CodeSystem.concept.display</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Ủ mềm&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.definition">fhir:CodeSystem.concept.definition</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Phương pháp sơ chế vị thuốc cổ truyền — Ủ mềm. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 4 Phụ lục I TT 14/2024/TT-BYT (Phương pháp ủ).&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property">fhir:CodeSystem.concept.property</a> [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;category&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;so-che&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;level&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;method&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;tt14-2024-article&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueInteger</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#integer">fhir:value</a> &quot;4&quot;^^xsd:integer ]
     ]
  ], [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">fhir:CodeSystem.concept.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;SC3&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">fhir:CodeSystem.concept.display</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Ngâm&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.definition">fhir:CodeSystem.concept.definition</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Phương pháp sơ chế vị thuốc cổ truyền — Ngâm. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 3 Phụ lục I TT 14/2024/TT-BYT (Phương pháp ngâm).&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property">fhir:CodeSystem.concept.property</a> [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;category&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;so-che&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;level&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;method&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;tt14-2024-article&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueInteger</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#integer">fhir:value</a> &quot;3&quot;^^xsd:integer ]
     ]
  ], [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">fhir:CodeSystem.concept.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;SC4&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">fhir:CodeSystem.concept.display</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Thái (gồm Thái phiến, chặt, cắt đoạn)&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.definition">fhir:CodeSystem.concept.definition</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Phương pháp sơ chế vị thuốc cổ truyền — Thái (gồm Thái phiến, chặt, cắt đoạn). Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 5 Phụ lục I TT 14/2024/TT-BYT (Phương pháp thái phiến, cắt đoạn).&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property">fhir:CodeSystem.concept.property</a> [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;category&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;so-che&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;level&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;method&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;tt14-2024-article&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueInteger</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#integer">fhir:value</a> &quot;5&quot;^^xsd:integer ]
     ]
  ], [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">fhir:CodeSystem.concept.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;SC5&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">fhir:CodeSystem.concept.display</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Phơi&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.definition">fhir:CodeSystem.concept.definition</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Phương pháp sơ chế vị thuốc cổ truyền — Phơi. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 6 Phụ lục I TT 14/2024/TT-BYT (Phương pháp phơi).&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property">fhir:CodeSystem.concept.property</a> [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;category&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;so-che&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;level&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;method&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;tt14-2024-article&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueInteger</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#integer">fhir:value</a> &quot;6&quot;^^xsd:integer ]
     ]
  ], [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">fhir:CodeSystem.concept.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;SC6&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">fhir:CodeSystem.concept.display</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Sấy&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.definition">fhir:CodeSystem.concept.definition</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Phương pháp sơ chế vị thuốc cổ truyền — Sấy. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 7 Phụ lục I TT 14/2024/TT-BYT (Phương pháp sấy).&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property">fhir:CodeSystem.concept.property</a> [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;category&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;so-che&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;level&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;method&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;tt14-2024-article&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueInteger</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#integer">fhir:value</a> &quot;7&quot;^^xsd:integer ]
     ]
  ], [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">fhir:CodeSystem.concept.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC1&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">fhir:CodeSystem.concept.display</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Hỏa chế&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.definition">fhir:CodeSystem.concept.definition</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Phương pháp phức chế vị thuốc cổ truyền — Hỏa chế. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Đây là mã nhóm, không phải một phương pháp cụ thể.&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property">fhir:CodeSystem.concept.property</a> [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;category&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;phuc-che&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;level&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;group&quot; ]
     ]
  ], [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">fhir:CodeSystem.concept.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC2&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">fhir:CodeSystem.concept.display</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Sao trực tiếp&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.definition">fhir:CodeSystem.concept.definition</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Phương pháp phức chế vị thuốc cổ truyền — Sao trực tiếp. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Đây là mã nhóm, không phải một phương pháp cụ thể.&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property">fhir:CodeSystem.concept.property</a> [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;category&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;phuc-che&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;level&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;group&quot; ]
     ]
  ], [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">fhir:CodeSystem.concept.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC2.01&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">fhir:CodeSystem.concept.display</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Sao qua (vi sao)&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.definition">fhir:CodeSystem.concept.definition</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Phương pháp phức chế vị thuốc cổ truyền — Sao qua (vi sao). Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 8 Phụ lục I TT 14/2024/TT-BYT (Phương pháp sao qua).&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property">fhir:CodeSystem.concept.property</a> [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;category&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;phuc-che&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;level&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;method&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;parent&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueCode</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC2&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;tt14-2024-article&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueInteger</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#integer">fhir:value</a> &quot;8&quot;^^xsd:integer ]
     ]
  ], [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">fhir:CodeSystem.concept.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC2.02&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">fhir:CodeSystem.concept.display</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Sao vàng&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.definition">fhir:CodeSystem.concept.definition</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Phương pháp phức chế vị thuốc cổ truyền — Sao vàng. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 9 Phụ lục I TT 14/2024/TT-BYT (Phương pháp sao vàng).&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property">fhir:CodeSystem.concept.property</a> [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;category&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;phuc-che&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;level&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;method&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;parent&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueCode</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC2&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;tt14-2024-article&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueInteger</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#integer">fhir:value</a> &quot;9&quot;^^xsd:integer ]
     ]
  ], [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">fhir:CodeSystem.concept.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC2.03&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">fhir:CodeSystem.concept.display</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Sao vàng cháy cạnh&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.definition">fhir:CodeSystem.concept.definition</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Phương pháp phức chế vị thuốc cổ truyền — Sao vàng cháy cạnh. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 10 Phụ lục I TT 14/2024/TT-BYT (Phương pháp sao vàng cháy cạnh).&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property">fhir:CodeSystem.concept.property</a> [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;category&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;phuc-che&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;level&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;method&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;parent&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueCode</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC2&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;tt14-2024-article&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueInteger</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#integer">fhir:value</a> &quot;10&quot;^^xsd:integer ]
     ]
  ], [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">fhir:CodeSystem.concept.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC2.04&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">fhir:CodeSystem.concept.display</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Sao vàng hạ thổ&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.definition">fhir:CodeSystem.concept.definition</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Phương pháp phức chế vị thuốc cổ truyền — Sao vàng hạ thổ. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 11 Phụ lục I TT 14/2024/TT-BYT (Phương pháp sao vàng hạ thổ).&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property">fhir:CodeSystem.concept.property</a> [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;category&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;phuc-che&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;level&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;method&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;parent&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueCode</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC2&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;tt14-2024-article&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueInteger</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#integer">fhir:value</a> &quot;11&quot;^^xsd:integer ]
     ]
  ], [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">fhir:CodeSystem.concept.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC2.05&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">fhir:CodeSystem.concept.display</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Sao đen (hắc sao)&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.definition">fhir:CodeSystem.concept.definition</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Phương pháp phức chế vị thuốc cổ truyền — Sao đen (hắc sao). Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 12 Phụ lục I TT 14/2024/TT-BYT (Phương pháp sao đen).&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property">fhir:CodeSystem.concept.property</a> [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;category&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;phuc-che&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;level&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;method&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;parent&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueCode</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC2&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;tt14-2024-article&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueInteger</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#integer">fhir:value</a> &quot;12&quot;^^xsd:integer ]
     ]
  ], [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">fhir:CodeSystem.concept.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC2.06&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">fhir:CodeSystem.concept.display</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Sao cháy (thán sao, sao tồn tính)&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.definition">fhir:CodeSystem.concept.definition</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Phương pháp phức chế vị thuốc cổ truyền — Sao cháy (thán sao, sao tồn tính). Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 13 Phụ lục I TT 14/2024/TT-BYT (Phương pháp sao cháy).&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property">fhir:CodeSystem.concept.property</a> [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;category&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;phuc-che&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;level&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;method&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;parent&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueCode</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC2&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;tt14-2024-article&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueInteger</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#integer">fhir:value</a> &quot;13&quot;^^xsd:integer ]
     ]
  ], [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">fhir:CodeSystem.concept.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC3&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">fhir:CodeSystem.concept.display</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Chích, tẩm&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.definition">fhir:CodeSystem.concept.definition</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Phương pháp phức chế vị thuốc cổ truyền — Chích, tẩm. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Đây là mã nhóm, không phải một phương pháp cụ thể.&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property">fhir:CodeSystem.concept.property</a> [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;category&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;phuc-che&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;level&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;group&quot; ]
     ]
  ], [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">fhir:CodeSystem.concept.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC3.01&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">fhir:CodeSystem.concept.display</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Chích rượu&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.definition">fhir:CodeSystem.concept.definition</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Phương pháp phức chế vị thuốc cổ truyền — Chích rượu. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 14 Phụ lục I TT 14/2024/TT-BYT (Phương pháp chích rượu).&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property">fhir:CodeSystem.concept.property</a> [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;category&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;phuc-che&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;level&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;method&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;parent&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueCode</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC3&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;tt14-2024-article&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueInteger</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#integer">fhir:value</a> &quot;14&quot;^^xsd:integer ]
     ]
  ], [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">fhir:CodeSystem.concept.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC3.02&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">fhir:CodeSystem.concept.display</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Chích gừng&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.definition">fhir:CodeSystem.concept.definition</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Phương pháp phức chế vị thuốc cổ truyền — Chích gừng. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 15 Phụ lục I TT 14/2024/TT-BYT (Phương pháp chích gừng).&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property">fhir:CodeSystem.concept.property</a> [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;category&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;phuc-che&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;level&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;method&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;parent&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueCode</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC3&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;tt14-2024-article&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueInteger</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#integer">fhir:value</a> &quot;15&quot;^^xsd:integer ]
     ]
  ], [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">fhir:CodeSystem.concept.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC3.03&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">fhir:CodeSystem.concept.display</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Chích muối ăn&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.definition">fhir:CodeSystem.concept.definition</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Phương pháp phức chế vị thuốc cổ truyền — Chích muối ăn. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 16 Phụ lục I TT 14/2024/TT-BYT (Phương pháp chích muối).&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property">fhir:CodeSystem.concept.property</a> [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;category&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;phuc-che&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;level&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;method&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;parent&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueCode</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC3&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;tt14-2024-article&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueInteger</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#integer">fhir:value</a> &quot;16&quot;^^xsd:integer ]
     ]
  ], [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">fhir:CodeSystem.concept.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC3.04&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">fhir:CodeSystem.concept.display</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Chích giấm&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.definition">fhir:CodeSystem.concept.definition</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Phương pháp phức chế vị thuốc cổ truyền — Chích giấm. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 17 Phụ lục I TT 14/2024/TT-BYT (Phương pháp chích giấm).&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property">fhir:CodeSystem.concept.property</a> [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;category&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;phuc-che&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;level&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;method&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;parent&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueCode</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC3&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;tt14-2024-article&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueInteger</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#integer">fhir:value</a> &quot;17&quot;^^xsd:integer ]
     ]
  ], [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">fhir:CodeSystem.concept.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC3.05&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">fhir:CodeSystem.concept.display</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Chích mật ong&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.definition">fhir:CodeSystem.concept.definition</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Phương pháp phức chế vị thuốc cổ truyền — Chích mật ong. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 18 Phụ lục I TT 14/2024/TT-BYT (Phương pháp chích mật ong).&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property">fhir:CodeSystem.concept.property</a> [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;category&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;phuc-che&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;level&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;method&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;parent&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueCode</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC3&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;tt14-2024-article&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueInteger</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#integer">fhir:value</a> &quot;18&quot;^^xsd:integer ]
     ]
  ], [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">fhir:CodeSystem.concept.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC4&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">fhir:CodeSystem.concept.display</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Sao gián tiếp&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.definition">fhir:CodeSystem.concept.definition</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Phương pháp phức chế vị thuốc cổ truyền — Sao gián tiếp. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Đây là mã nhóm, không phải một phương pháp cụ thể.&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property">fhir:CodeSystem.concept.property</a> [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;category&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;phuc-che&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;level&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;group&quot; ]
     ]
  ], [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">fhir:CodeSystem.concept.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC4.01&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">fhir:CodeSystem.concept.display</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Sao cách cám&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.definition">fhir:CodeSystem.concept.definition</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Phương pháp phức chế vị thuốc cổ truyền — Sao cách cám. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 19 Phụ lục I TT 14/2024/TT-BYT (Phương pháp sao cám).&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property">fhir:CodeSystem.concept.property</a> [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;category&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;phuc-che&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;level&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;method&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;parent&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueCode</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC4&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;tt14-2024-article&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueInteger</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#integer">fhir:value</a> &quot;19&quot;^^xsd:integer ]
     ]
  ], [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">fhir:CodeSystem.concept.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC4.02&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">fhir:CodeSystem.concept.display</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Sao cách gạo&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.definition">fhir:CodeSystem.concept.definition</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Phương pháp phức chế vị thuốc cổ truyền — Sao cách gạo. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 20 Phụ lục I TT 14/2024/TT-BYT (Phương pháp sao cách gạo).&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property">fhir:CodeSystem.concept.property</a> [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;category&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;phuc-che&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;level&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;method&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;parent&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueCode</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC4&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;tt14-2024-article&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueInteger</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#integer">fhir:value</a> &quot;20&quot;^^xsd:integer ]
     ]
  ], [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">fhir:CodeSystem.concept.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC4.03&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">fhir:CodeSystem.concept.display</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Sao cách bột văn cáp&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.definition">fhir:CodeSystem.concept.definition</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Phương pháp phức chế vị thuốc cổ truyền — Sao cách bột văn cáp. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 21 Phụ lục I TT 14/2024/TT-BYT (Phương pháp sao cách bột văn cáp).&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property">fhir:CodeSystem.concept.property</a> [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;category&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;phuc-che&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;level&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;method&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;parent&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueCode</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC4&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;tt14-2024-article&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueInteger</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#integer">fhir:value</a> &quot;21&quot;^^xsd:integer ]
     ]
  ], [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">fhir:CodeSystem.concept.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC4.04&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">fhir:CodeSystem.concept.display</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Sao cách cát&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.definition">fhir:CodeSystem.concept.definition</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Phương pháp phức chế vị thuốc cổ truyền — Sao cách cát. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 22 Phụ lục I TT 14/2024/TT-BYT (Phương pháp sao cách cát).&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property">fhir:CodeSystem.concept.property</a> [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;category&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;phuc-che&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;level&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;method&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;parent&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueCode</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC4&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;tt14-2024-article&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueInteger</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#integer">fhir:value</a> &quot;22&quot;^^xsd:integer ]
     ]
  ], [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">fhir:CodeSystem.concept.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC4.05&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">fhir:CodeSystem.concept.display</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Sao cách đất&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.definition">fhir:CodeSystem.concept.definition</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Phương pháp phức chế vị thuốc cổ truyền — Sao cách đất. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 23 Phụ lục I TT 14/2024/TT-BYT (Phương pháp sao cách đất).&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property">fhir:CodeSystem.concept.property</a> [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;category&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;phuc-che&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;level&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;method&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;parent&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueCode</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC4&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;tt14-2024-article&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueInteger</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#integer">fhir:value</a> &quot;23&quot;^^xsd:integer ]
     ]
  ], [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">fhir:CodeSystem.concept.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC5&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">fhir:CodeSystem.concept.display</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Nung&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.definition">fhir:CodeSystem.concept.definition</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Phương pháp phức chế vị thuốc cổ truyền — Nung. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Đây là mã nhóm, không phải một phương pháp cụ thể.&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property">fhir:CodeSystem.concept.property</a> [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;category&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;phuc-che&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;level&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;group&quot; ]
     ]
  ], [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">fhir:CodeSystem.concept.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC5.01&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">fhir:CodeSystem.concept.display</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Nung kín&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.definition">fhir:CodeSystem.concept.definition</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Phương pháp phức chế vị thuốc cổ truyền — Nung kín. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 24 Phụ lục I TT 14/2024/TT-BYT (Phương pháp nung kín).&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property">fhir:CodeSystem.concept.property</a> [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;category&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;phuc-che&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;level&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;method&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;parent&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueCode</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC5&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;tt14-2024-article&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueInteger</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#integer">fhir:value</a> &quot;24&quot;^^xsd:integer ]
     ]
  ], [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">fhir:CodeSystem.concept.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC5.02&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">fhir:CodeSystem.concept.display</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Nung hở&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.definition">fhir:CodeSystem.concept.definition</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Phương pháp phức chế vị thuốc cổ truyền — Nung hở. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 25 Phụ lục I TT 14/2024/TT-BYT (Phương pháp nung hở).&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property">fhir:CodeSystem.concept.property</a> [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;category&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;phuc-che&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;level&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;method&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;parent&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueCode</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC5&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;tt14-2024-article&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueInteger</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#integer">fhir:value</a> &quot;25&quot;^^xsd:integer ]
     ]
  ], [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">fhir:CodeSystem.concept.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC6&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">fhir:CodeSystem.concept.display</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Hỏa phi&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.definition">fhir:CodeSystem.concept.definition</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Phương pháp phức chế vị thuốc cổ truyền — Hỏa phi. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 26 Phụ lục I TT 14/2024/TT-BYT (Phương pháp hỏa phi).&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property">fhir:CodeSystem.concept.property</a> [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;category&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;phuc-che&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;level&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;method&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;tt14-2024-article&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueInteger</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#integer">fhir:value</a> &quot;26&quot;^^xsd:integer ]
     ]
  ], [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">fhir:CodeSystem.concept.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC7&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">fhir:CodeSystem.concept.display</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Nướng&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.definition">fhir:CodeSystem.concept.definition</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Phương pháp phức chế vị thuốc cổ truyền — Nướng. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 27 Phụ lục I TT 14/2024/TT-BYT (Phương pháp nướng).&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property">fhir:CodeSystem.concept.property</a> [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;category&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;phuc-che&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;level&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;method&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;tt14-2024-article&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueInteger</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#integer">fhir:value</a> &quot;27&quot;^^xsd:integer ]
     ]
  ], [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">fhir:CodeSystem.concept.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC8&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">fhir:CodeSystem.concept.display</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Thủy chế&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.definition">fhir:CodeSystem.concept.definition</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Phương pháp phức chế vị thuốc cổ truyền — Thủy chế. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Đây là mã nhóm, không phải một phương pháp cụ thể.&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property">fhir:CodeSystem.concept.property</a> [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;category&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;phuc-che&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;level&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;group&quot; ]
     ]
  ], [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">fhir:CodeSystem.concept.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC8.01&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">fhir:CodeSystem.concept.display</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Ngâm với dịch phụ liệu&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.definition">fhir:CodeSystem.concept.definition</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Phương pháp phức chế vị thuốc cổ truyền — Ngâm với dịch phụ liệu. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT.&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property">fhir:CodeSystem.concept.property</a> [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;category&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;phuc-che&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;level&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;method&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;parent&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueCode</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC8&quot; ]
     ]
  ], [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">fhir:CodeSystem.concept.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC8.02&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">fhir:CodeSystem.concept.display</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Ủ&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.definition">fhir:CodeSystem.concept.definition</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Phương pháp phức chế vị thuốc cổ truyền — Ủ. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT.&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property">fhir:CodeSystem.concept.property</a> [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;category&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;phuc-che&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;level&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;method&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;parent&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueCode</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC8&quot; ]
     ]
  ], [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">fhir:CodeSystem.concept.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC8.03&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">fhir:CodeSystem.concept.display</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Thủy phi&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.definition">fhir:CodeSystem.concept.definition</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Phương pháp phức chế vị thuốc cổ truyền — Thủy phi. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 28 Phụ lục I TT 14/2024/TT-BYT (Phương pháp thủy phi).&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property">fhir:CodeSystem.concept.property</a> [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;category&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;phuc-che&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;level&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;method&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;parent&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueCode</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC8&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;tt14-2024-article&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueInteger</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#integer">fhir:value</a> &quot;28&quot;^^xsd:integer ]
     ]
  ], [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">fhir:CodeSystem.concept.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC9&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">fhir:CodeSystem.concept.display</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Thủy hỏa hợp chế&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.definition">fhir:CodeSystem.concept.definition</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Phương pháp phức chế vị thuốc cổ truyền — Thủy hỏa hợp chế. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Đây là mã nhóm, không phải một phương pháp cụ thể.&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property">fhir:CodeSystem.concept.property</a> [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;category&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;phuc-che&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;level&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;group&quot; ]
     ]
  ], [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">fhir:CodeSystem.concept.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC9.01&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">fhir:CodeSystem.concept.display</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Đồ&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.definition">fhir:CodeSystem.concept.definition</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Phương pháp phức chế vị thuốc cổ truyền — Đồ. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 30 Phụ lục I TT 14/2024/TT-BYT (Phương pháp đồ).&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property">fhir:CodeSystem.concept.property</a> [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;category&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;phuc-che&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;level&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;method&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;parent&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueCode</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC9&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;tt14-2024-article&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueInteger</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#integer">fhir:value</a> &quot;30&quot;^^xsd:integer ]
     ]
  ], [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">fhir:CodeSystem.concept.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC9.02&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">fhir:CodeSystem.concept.display</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Nấu&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.definition">fhir:CodeSystem.concept.definition</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Phương pháp phức chế vị thuốc cổ truyền — Nấu. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT. Nội dung phương pháp quy định tại Điều 31 Phụ lục I TT 14/2024/TT-BYT (Phương pháp nấu).&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property">fhir:CodeSystem.concept.property</a> [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;category&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;phuc-che&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;level&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;method&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;parent&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueCode</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PC9&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;tt14-2024-article&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueInteger</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#integer">fhir:value</a> &quot;31&quot;^^xsd:integer ]
     ]
  ], [
     <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.code">fhir:CodeSystem.concept.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;PCK&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.display">fhir:CodeSystem.concept.display</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Phương pháp khác&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.definition">fhir:CodeSystem.concept.definition</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;Phương pháp phức chế vị thuốc cổ truyền — Phương pháp khác. Mã theo Phụ lục 3 QĐ 824/QĐ-BYT.&quot; ] ;
     <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property">fhir:CodeSystem.concept.property</a> [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;category&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;phuc-che&quot; ]
     ], [
       <a href="http://hl7.org/fhir/R4/rdf.html#index">fhir:index</a> -1 ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.code">fhir:CodeSystem.concept.property.code</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#code">fhir:value</a> &quot;level&quot; ] ;
       <a href="http://hl7.org/fhir/R4/codesystem.html#CodeSystem.concept.property.value_x_">fhir:CodeSystem.concept.property.valueString</a> [ <a href="http://hl7.org/fhir/R4/datatypes.html#string">fhir:value</a> &quot;method&quot; ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

&lt;http://hl7.org/fhir/CodeSystem/vn-tcm-processing-method-cs.ttl&gt; a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI &lt;http://build.fhir.org/CodeSystem/vn-tcm-processing-method-cs.ttl&gt; .

</pre>



  <!-- insert notes if present -->
  



</div>
        </div>  <!-- /inner-wrapper -->
      </div>  <!-- /row -->
    </div>  <!-- /container -->
  </div>  <!-- /segment-content -->

  <script type="text/javascript" src="assets/js/jquery.js"> </script>     <!-- note keep space here, otherwise it will be transformed to empty tag -> fails -->
  <script type="text/javascript" src="assets/js/jquery-ui.min.js"> </script>
  <script type="text/javascript" src="assets/js/flags.js"> </script>

  <script type="text/javascript" src="assets/js/window-hash.js"> </script>
  <script type="text/javascript" src="assets/js/togglechanges.js"> </script>
  <script type="text/javascript" src="assets/js/requirements-table.js"> </script>
  <a name="bottom"> </a>
  <div id="segment-footer" igtool="footer" class="segment">  <!-- segment-footer -->
    <div class="container" data-fhir="generated">  <!-- container -->

      <div class="inner-wrapper">
        <p>



          IG © 2026+ <a style="color:var(--footer-hyperlink-text-color)" href="https://hl7.org.vn">Omi HealthTech / VN Core FHIR Community Initiative</a>.  
          Package hl7.fhir.vn.core#0.9.0 based on <a style="color: var(--footer-hyperlink-text-color)" href="http://hl7.org/fhir/R4/">FHIR 4.0.1</a>.
          Sinh ngày 
  <span title="2026-07-31 01:48:00 +0700">
    2026-07-31
  </span>

          <br/>
          <span style="color: var(--footer-highlight-text-color)">
                      Liên kết: <a style="color: var(--footer-hyperlink-text-color)" href="toc.html">Mục lục</a> |
                 <a style="color: var(--footer-hyperlink-text-color)" href="/guide-map">Guide Map</a> |
                 <a style="color: var(--footer-hyperlink-text-color)" href="../qa.html">Báo cáo QA</a>
                 
                
          </span>
        </p>
      </div>  <!-- /inner-wrapper -->
    </div>  <!-- /container -->
  </div>  <!-- /segment-footer -->
  
  <div id="segment-post-footer" class="segment hidden">  <!-- segment-post-footer -->
    <div class="container">  <!-- container -->
    </div>  <!-- /container -->
  </div>  <!-- /segment-post-footer -->

  <!-- JS and analytics only. -->
  <!-- Bootstrap core JavaScript
  ================================================== -->
  <!-- Placed at the end of the document so the pages load faster -->
  <script type="text/javascript" src="assets/js/bootstrap.min.js"> </script>
  <script type="text/javascript" src="assets/js/respond.min.js"> </script>
  <script type="text/javascript" src="assets/js/anchor.min.js"> </script>
  <script type="text/javascript" src="assets/js/clipboard.min.js"> </script>
  <script type="text/javascript" src="assets/js/clipboard-btn.js"> </script>
  <script type="text/javascript" src="assets/js/anchor-hover.js"> </script>
  <!-- Analytics Below
  ================================================== -->
  <!-- Cloudflare Pages Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "dab47946a8fe4152b940595a4f02d71e"}'></script><!-- Cloudflare Pages Analytics --></body>
</html>

