HL7 Vietnam VN Core FHIR Implementation Guide

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

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

: Ví dụ: Mẫu mô ruột thừa cho giải phẫu bệnh

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

{
  "resourceType" : "Specimen",
  "id" : "ExampleSpecimenAppendixTissue",
  "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\"><p class=\"res-header-id\"><b>Generated Narrative: Specimen ExampleSpecimenAppendixTissue</b></p><a name=\"ExampleSpecimenAppendixTissue\"> </a><a name=\"hcExampleSpecimenAppendixTissue\"> </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\"/><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>/GPB-20260310-0008</p><p><b>accessionIdentifier</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>/GPB-TN-20260310-0042</p><p><b>status</b>: Available</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0487 TISS}\">Mô ruột thừa</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>receivedTime</b>: 2026-03-10 15:20:00+0700</p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collected[x]</b></td><td><b>Method</b></td><td><b>BodySite</b></td></tr><tr><td style=\"display: none\">*</td><td>2026-03-10 14:30:00+0700</td><td><span title=\"Codes:\">Bệnh phẩm sau cắt ruột thừa</span></td><td><span title=\"Codes:{http://snomed.info/sct 66754008}\">Appendix</span></td></tr></table><h3>Containers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Identifier</b></td><td><b>Description</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td><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>/JAR-GPB-20260310-0042</td><td>Lọ bệnh phẩm cố định formalin 10%</td><td><span title=\"Codes:\">Lọ bệnh phẩm GPB</span></td></tr></table><p><b>note</b>: </p><blockquote><div><p>Mẫu mô ruột thừa gửi giải phẫu bệnh sau phẫu thuật.</p>\n</div></blockquote></div>"
  },
  "identifier" : [
    {
      "system" : "http://fhir.hl7.org.vn/core/sid/specimen-local-id",
      "value" : "GPB-20260310-0008"
    }
  ],
  "accessionIdentifier" : {
    "system" : "http://fhir.hl7.org.vn/core/sid/specimen-local-id",
    "value" : "GPB-TN-20260310-0042"
  },
  "status" : "available",
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0487",
        "code" : "TISS",
        "display" : "Tissue"
      }
    ],
    "text" : "Mô ruột thừa"
  },
  "subject" : {
    🔗 "reference" : "Patient/ExamplePatientNguyenVanAn",
    "display" : "Nguyễn Văn An"
  },
  "receivedTime" : "2026-03-10T15:20:00+07:00",
  "collection" : {
    "collectedDateTime" : "2026-03-10T14:30:00+07:00",
    "method" : {
      "text" : "Bệnh phẩm sau cắt ruột thừa"
    },
    "bodySite" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "66754008",
          "display" : "Appendix"
        }
      ]
    }
  },
  "container" : [
    {
      "identifier" : [
        {
          "system" : "http://fhir.hl7.org.vn/core/sid/specimen-local-id",
          "value" : "JAR-GPB-20260310-0042"
        }
      ],
      "description" : "Lọ bệnh phẩm cố định formalin 10%",
      "type" : {
        "text" : "Lọ bệnh phẩm GPB"
      }
    }
  ],
  "note" : [
    {
      "text" : "Mẫu mô ruột thừa gửi giải phẫu bệnh sau phẫu thuật."
    }
  ]
}