Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam
0.8.0 - Draft for Community Review
Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam - Draft for Community Review (v0.8.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/AllergyIntolerance/ExampleAllergyPenicillin> a fhir:AllergyIntolerance ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ExampleAllergyPenicillin"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-allergy-intolerance" ;
fhir:index -1 ;
fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-allergy-intolerance>
], [
fhir:value "http://hl7.org/fhir/uv/ips/StructureDefinition/AllergyIntolerance-uv-ips" ;
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/uv/ips/StructureDefinition/AllergyIntolerance-uv-ips>
]
] ;
fhir:Resource.language [ fhir:value "vi"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance ExampleAllergyPenicillin</b></p><a name=\"ExampleAllergyPenicillin\"> </a><a name=\"hcExampleAllergyPenicillin\"> </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\">Profiles: <a href=\"StructureDefinition-vn-core-allergy-intolerance.html\">Dị ứng/Bất dung nạp VN Core — VN Core AllergyIntolerance Profile</a>, <a href=\"file:///web/publishing/work/task-89/draft/output/StructureDefinition-AllergyIntolerance-uv-ips.html\">AllergyIntolerance (IPS)</a></p></div><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}\">Confirmed</span></p><p><b>type</b>: Allergy</p><p><b>category</b>: Medication</p><p><b>criticality</b>: High Risk</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 91936005}\">Dị ứng Penicillin</span></p><p><b>patient</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>recordedDate</b>: 2025-06-15</p><blockquote><p><b>reaction</b></p><p><b>substance</b>: <span title=\"Codes:{http://snomed.info/sct 764146007}\">Penicillin</span></p><p><b>manifestation</b>: <span title=\"Codes:{http://snomed.info/sct 271807003}\">Ban đỏ da</span>, <span title=\"Codes:{http://snomed.info/sct 267038008}\">Phù nề</span></p><p><b>severity</b>: Severe</p></blockquote></div>"
] ;
fhir:AllergyIntolerance.clinicalStatus [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical" ] ;
fhir:Coding.code [ fhir:value "active" ] ;
fhir:Coding.display [ fhir:value "Active" ]
]
] ;
fhir:AllergyIntolerance.verificationStatus [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" ] ;
fhir:Coding.code [ fhir:value "confirmed" ] ;
fhir:Coding.display [ fhir:value "Confirmed" ]
]
] ;
fhir:AllergyIntolerance.type [ fhir:value "allergy"] ;
fhir:AllergyIntolerance.category [
fhir:value "medication" ;
fhir:index -1
] ;
fhir:AllergyIntolerance.criticality [ fhir:value "high"] ;
fhir:AllergyIntolerance.code [
fhir:CodeableConcept.coding [
fhir:index -1 ;
a sct:91936005 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "91936005" ] ;
fhir:Coding.display [ fhir:value "Allergy to penicillin" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Dị ứng Penicillin" ]
] ;
fhir:AllergyIntolerance.patient [
fhir:link <http://hl7.org/fhir/Patient/ExamplePatientNguyenVanAn> ;
fhir:Reference.reference [ fhir:value "Patient/ExamplePatientNguyenVanAn" ] ;
fhir:Reference.display [ fhir:value "Nguyễn Văn An" ]
] ;
fhir:AllergyIntolerance.recordedDate [ fhir:value "2025-06-15"^^xsd:date] ;
fhir:AllergyIntolerance.reaction [
fhir:index -1 ;
fhir:AllergyIntolerance.reaction.substance [
fhir:CodeableConcept.coding [
fhir:index -1 ;
a sct:764146007 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "764146007" ] ;
fhir:Coding.display [ fhir:value "Penicillin" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Penicillin" ]
] ;
fhir:AllergyIntolerance.reaction.manifestation [
fhir:index -1 ;
fhir:CodeableConcept.coding [
fhir:index -1 ;
a sct:271807003 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "271807003" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Ban đỏ da" ]
], [
fhir:index -1 ;
fhir:CodeableConcept.coding [
fhir:index -1 ;
a sct:267038008 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "267038008" ] ;
fhir:Coding.display [ fhir:value "Interstitial edema" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Phù nề" ]
] ;
fhir:AllergyIntolerance.reaction.severity [ fhir:value "severe" ]
] .
<http://hl7.org/fhir/Patient/ExamplePatientNguyenVanAn> a fhir:Patient .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/AllergyIntolerance/ExampleAllergyPenicillin.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/AllergyIntolerance/ExampleAllergyPenicillin.ttl> .
IG © 2026+ Omi HealthTech / VN Core FHIR Community Initiative.
Package hl7.fhir.vn.core#0.8.0 based on FHIR 4.0.1.
Sinh ngày
2026-07-17
Liên kết: Mục lục |
Guide Map |
Báo cáo QA