Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam
0.6.0 - Draft for Community Review
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
{
"resourceType" : "Composition",
"id" : "ExampleCompositionIPSNguyenVanAn",
"meta" : {
"profile" : [
🔗 "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-composition-ips"
]
},
"language" : "vi",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h1>International Patient Summary</h1><p>Patient: Nguyễn Văn An. Allergies: Penicillin. Problems: Essential hypertension. Medications: Amlodipine 5mg daily.</p></div>"
},
"status" : "final",
"type" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "60591-5",
"display" : "Patient summary Document"
}
]
},
"subject" : {
🔗 "reference" : "Patient/ExamplePatientNguyenVanAn",
"display" : "Nguyễn Văn An"
},
"date" : "2026-06-02T08:00:00+07:00",
"author" : [
{
🔗 "reference" : "Organization/ExampleOrganizationHealthCheckupFacility"
}
],
"title" : "International Patient Summary — Nguyễn Văn An",
"attester" : [
{
"mode" : "legal",
"time" : "2026-06-02T08:00:00+07:00",
"party" : {
🔗 "reference" : "Organization/ExampleOrganizationHealthCheckupFacility"
}
}
],
"custodian" : {
🔗 "reference" : "Organization/ExampleOrganizationHealthCheckupFacility"
},
"section" : [
{
"title" : "Active Problems",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "11450-4",
"display" : "Problem list - Reported"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Essential (primary) hypertension (ICD-10 I10), active.</div>"
},
"entry" : [
{
🔗 "reference" : "Condition/ExampleConditionProblemHypertension"
}
]
},
{
"title" : "Allergies and Intolerances",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "48765-2",
"display" : "Allergies and adverse reactions Document"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Allergy to penicillin (SNOMED CT 91936005), high criticality.</div>"
},
"entry" : [
{
🔗 "reference" : "AllergyIntolerance/ExampleAllergyPenicillin"
}
]
},
{
"title" : "Medication Summary",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "10160-0",
"display" : "History of Medication use Narrative"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Amlodipine 5 mg once daily (current), for hypertension.</div>"
},
"entry" : [
{
🔗 "reference" : "MedicationStatement/ExampleMedicationStatementAmlodipine"
}
]
}
]
}