HL7 Vietnam VN Core FHIR Implementation Guide

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

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

: Ví dụ: Người đại diện theo pháp luật (cha) xem Sổ SKĐT của con qua VNeID

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

{
  "resourceType" : "RelatedPerson",
  "id" : "ExampleRelatedPersonLegalRepresentative",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-relatedperson"
    ]
  },
  "language" : "vi",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson ExampleRelatedPersonLegalRepresentative</b></p><a name=\"ExampleRelatedPersonLegalRepresentative\"> </a><a name=\"hcExampleRelatedPersonLegalRepresentative\"> </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-relatedperson.html\">Người liên quan/người giám hộ VN Core — VN Core RelatedPerson Profile</a></p></div><blockquote><p><b>Thẩm quyền đại diện truy cập dữ liệu — Representation Authority Extension</b></p><ul><li>type: <a href=\"CodeSystem-vn-representation-type-cs.html#vn-representation-type-cs-legal-representative\">Loại thẩm quyền đại diện — Vietnam Representation Authority Type CodeSystem: legal-representative</a> (Người đại diện theo pháp luật)</li><li>source: <a href=\"CodeSystem-vn-representation-source-cs.html#vn-representation-source-cs-population-registry\">Nguồn xác minh thẩm quyền đại diện — Vietnam Representation Verification Source CodeSystem: population-registry</a> (CSDLQG về dân cư (C06))</li><li>verifiedDate: 2026-06-01</li><li>period: 2026-06-01 --&gt; (ongoing)</li><li>restrictedSensitivity: <a href=\"CodeSystem-vn-data-sensitivity-class-cs.html#vn-data-sensitivity-class-cs-special-protection\">Lớp nhạy cảm dữ liệu y tế — Vietnam Health Data Sensitivity Class CodeSystem: special-protection</a> (Bảo vệ đặc biệt)</li></ul></blockquote><p><b>identifier</b>: Căn cước công dân/079180001234</p><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-ExamplePatientChildDependent.html\">Nguyễn Minh Khôi Male, DoB: 2023-06-15 ( Căn cước công dân: VNCCCD#079223000123)</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode FTH}\">Cha</span></p><p><b>name</b>: Nguyễn Văn Bình</p></div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "type",
          "valueCoding" : {
            "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-representation-type-cs",
            "code" : "legal-representative",
            "display" : "Người đại diện theo pháp luật"
          }
        },
        {
          "url" : "source",
          "valueCoding" : {
            "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-representation-source-cs",
            "code" : "population-registry",
            "display" : "CSDLQG về dân cư (C06)"
          }
        },
        {
          "url" : "verifiedDate",
          "valueDateTime" : "2026-06-01"
        },
        {
          "url" : "period",
          "valuePeriod" : {
            "start" : "2026-06-01"
          }
        },
        {
          "url" : "restrictedSensitivity",
          "valueCoding" : {
            "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-data-sensitivity-class-cs",
            "code" : "special-protection",
            "display" : "Bảo vệ đặc biệt"
          }
        }
      ],
      "url" : "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-representation-authority"
    }
  ],
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs",
            "code" : "CCCD",
            "display" : "Căn cước công dân"
          }
        ]
      },
      "system" : "http://fhir.hl7.org.vn/core/sid/cccd",
      "value" : "079180001234"
    }
  ],
  "active" : true,
  "patient" : {
    🔗 "reference" : "Patient/ExamplePatientChildDependent"
  },
  "relationship" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "FTH",
          "display" : "father"
        }
      ],
      "text" : "Cha"
    }
  ],
  "name" : [
    {
      "text" : "Nguyễn Văn Bình",
      "family" : "Nguyễn",
      "given" : [
        "Văn",
        "Bình"
      ]
    }
  ]
}