HL7 Vietnam VN Core FHIR Implementation Guide

Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam
0.8.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.8.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ví dụ: Tiền sử gia đình — Bố mắc tăng huyết áp

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


@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/FamilyMemberHistory/ExampleFamilyMemberHistoryHypertension> a fhir:FamilyMemberHistory ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleFamilyMemberHistoryHypertension"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-family-member-history" ;
       fhir:index -1 ;
       fhir:link <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-family-member-history>
     ]
  ] ;
  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: FamilyMemberHistory ExampleFamilyMemberHistoryHypertension</b></p><a name=\"ExampleFamilyMemberHistoryHypertension\"> </a><a name=\"hcExampleFamilyMemberHistoryHypertension\"> </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-family-member-history.html\">Tiền sử gia đình VN Core — VN Core FamilyMemberHistory Profile</a></p></div><p><b>status</b>: Completed</p><p><b>patient</b>: <a href=\"Patient-ExamplePatientNguyenVanAn.html\">Nguyễn Văn An</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode FTH}\">Bố ruột</span></p><p><b>sex</b>: <span title=\"Codes:{http://hl7.org/fhir/administrative-gender male}\">Male</span></p><blockquote><p><b>condition</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 I10}\">Tăng huyết áp nguyên phát</span></p></blockquote><blockquote><p><b>condition</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 E11}\">Đái tháo đường type 2</span></p></blockquote></div>"
  ] ;
  fhir:FamilyMemberHistory.status [ fhir:value "completed"] ;
  fhir:FamilyMemberHistory.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:FamilyMemberHistory.relationship [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ] ;
       fhir:Coding.code [ fhir:value "FTH" ] ;
       fhir:Coding.display [ fhir:value "father" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Bố ruột" ]
  ] ;
  fhir:FamilyMemberHistory.sex [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/administrative-gender" ] ;
       fhir:Coding.code [ fhir:value "male" ] ;
       fhir:Coding.display [ fhir:value "Male" ]
     ]
  ] ;
  fhir:FamilyMemberHistory.condition [
     fhir:index -1 ;
     fhir:FamilyMemberHistory.condition.code [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/sid/icd-10" ] ;
         fhir:Coding.code [ fhir:value "I10" ] ;
         fhir:Coding.display [ fhir:value "Essential (primary) hypertension" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Tăng huyết áp nguyên phát" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:FamilyMemberHistory.condition.code [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/sid/icd-10" ] ;
         fhir:Coding.code [ fhir:value "E11" ] ;
         fhir:Coding.display [ fhir:value "Type 2 diabetes mellitus" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Đái tháo đường type 2" ]
     ]
  ] .

<http://hl7.org/fhir/Patient/ExamplePatientNguyenVanAn> a fhir:Patient .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/FamilyMemberHistory/ExampleFamilyMemberHistoryHypertension.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/FamilyMemberHistory/ExampleFamilyMemberHistoryHypertension.ttl> .