HL7 Vietnam VN Core FHIR Implementation Guide

Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam
0.3.0 - STU1 Draft Viet Nam cờ

Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam - Local Development build (v0.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ví dụ: Mẫu nước tiểu giữa dòng

Bản thô json | Tải xuống

{
  "resourceType" : "Specimen",
  "id" : "ExampleSpecimenUrineMidstream",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-specimen"
    ]
  },
  "language" : "vi",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"vi\" lang=\"vi\"><p class=\"res-header-id\"><b>Generated Narrative: Specimen ExampleSpecimenUrineMidstream</b></p><a name=\"ExampleSpecimenUrineMidstream\"> </a><a name=\"hcExampleSpecimenUrineMidstream\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: vi</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-vn-core-specimen.html\">Mẫu bệnh phẩm VN Core — VN Core Specimen Profile</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-vn-specimen-local-id-ns.html\" title=\"Hệ định danh cục bộ cho Specimen tại cơ sở y tế Việt Nam.\">VNSpecimenLocalIdNamingSystem</a>/SP-20260420-0011</p><p><b>status</b>: Available</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0487 UR}\">Nước tiểu giữa dòng</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collected[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>2026-04-20 09:00:00+0700</td></tr></table><p><b>note</b>: </p><blockquote><div><p>Mẫu nước tiểu giữa dòng buổi sáng, dùng cho tổng phân tích nước tiểu.</p>\n</div></blockquote></div>"
  },
  "identifier" : [
    {
      "system" : "http://fhir.hl7.org.vn/core/sid/specimen-local-id",
      "value" : "SP-20260420-0011"
    }
  ],
  "status" : "available",
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0487",
        "code" : "UR",
        "display" : "Urine"
      }
    ],
    "text" : "Nước tiểu giữa dòng"
  },
  "subject" : {
    🔗 "reference" : "Patient/ExamplePatientNguyenVanAn",
    "display" : "Nguyễn Văn An"
  },
  "collection" : {
    "collectedDateTime" : "2026-04-20T09:00:00+07:00"
  },
  "note" : [
    {
      "text" : "Mẫu nước tiểu giữa dòng buổi sáng, dùng cho tổng phân tích nước tiểu."
    }
  ]
}