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

: Negative Example: Patient BHYT thiếu CCCD không có lý do

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/Patient/ExampleBHYTSubmissionMissingCCCDInvalid> a fhir:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleBHYTSubmissionMissingCCCDInvalid"] ;
  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: Patient ExampleBHYTSubmissionMissingCCCDInvalid</b></p><a name=\"ExampleBHYTSubmissionMissingCCCDInvalid\"> </a><a name=\"hcExampleBHYTSubmissionMissingCCCDInvalid\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Bệnh nhân thiếu CCCD Unknown, DoB Unknown</p><hr/></div>"
  ] ;
  fhir:Patient.name [
     fhir:index -1 ;
     fhir:HumanName.text [ fhir:value "Bệnh nhân thiếu CCCD" ]
  ] ;
  fhir:Patient.gender [ fhir:value "unknown"] .

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

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