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ụ: Provenance và chữ ký số bệnh án điện tử

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

{
  "resourceType" : "Provenance",
  "id" : "ExampleProvenanceEMRSignature",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-provenance"
    ]
  },
  "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: Provenance ExampleProvenanceEMRSignature</b></p><a name=\"ExampleProvenanceEMRSignature\"> </a><a name=\"hcExampleProvenanceEMRSignature\"> </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-provenance.html\">Nguồn gốc dữ liệu và chữ ký số VN Core — VN Core Provenance Profile</a></p></div><p>Provenance for: </p><ul><li><a href=\"Composition-ExampleCompositionEMR.html\">Composition bệnh án điện tử</a></li><li><a href=\"DocumentReference-ExampleDocumentReferenceEMR.html\">Tệp PDF bệnh án điện tử</a></li></ul><p>Summary</p><table class=\"grid\"><tr><td>Recorded</td><td>2026-03-17 10:05:00+0700</td></tr><tr><td>Policy</td><td>urn:vn-law:13-2025-tt-byt</td></tr><tr><td>Activity</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-DataOperation CREATE}\">create</span></td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>who</b></td><td><b>On Behalf Of</b></td></tr><tr><td><a href=\"Practitioner-ExamplePractitionerBSCKII.html\">BS.CKII Nguyễn Thị Lan</a></td><td><a href=\"Organization-ExampleOrganizationChoRay.html\">Bệnh viện Chợ Rẫy</a></td></tr></table></div>"
  },
  "target" : [
    {
      🔗 "reference" : "Composition/ExampleCompositionEMR",
      "display" : "Composition bệnh án điện tử"
    },
    {
      🔗 "reference" : "DocumentReference/ExampleDocumentReferenceEMR",
      "display" : "Tệp PDF bệnh án điện tử"
    }
  ],
  "recorded" : "2026-03-17T10:05:00+07:00",
  "policy" : [
    "urn:vn-law:13-2025-tt-byt"
  ],
  "reason" : [
    {
      "coding" : [
        {
          "system" : "http://fhir.hl7.org.vn/core/CodeSystem/vn-consent-purpose-cs",
          "code" : "EMR",
          "display" : "Bệnh án điện tử"
        }
      ]
    }
  ],
  "activity" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-DataOperation",
        "code" : "CREATE",
        "display" : "create"
      }
    ]
  },
  "agent" : [
    {
      "who" : {
        🔗 "reference" : "Practitioner/ExamplePractitionerBSCKII",
        "display" : "BS.CKII Nguyễn Thị Lan"
      },
      "onBehalfOf" : {
        🔗 "reference" : "Organization/ExampleOrganizationChoRay",
        "display" : "Bệnh viện Chợ Rẫy"
      }
    }
  ],
  "entity" : [
    {
      "role" : "source",
      "what" : {
        🔗 "reference" : "Encounter/ExampleEncounterInpatient",
        "display" : "Lượt điều trị nội trú"
      }
    }
  ],
  "signature" : [
    {
      "type" : [
        {
          "system" : "urn:iso-astm:E1762-95:2013",
          "code" : "1.2.840.10065.1.12.1.1",
          "display" : "Author's Signature"
        }
      ],
      "when" : "2026-03-17T10:05:00+07:00",
      "who" : {
        🔗 "reference" : "Practitioner/ExamplePractitionerBSCKII"
      },
      "onBehalfOf" : {
        🔗 "reference" : "Organization/ExampleOrganizationChoRay"
      },
      "targetFormat" : "application/fhir+json",
      "sigFormat" : "application/pkcs7-signature"
    }
  ]
}