HL7 Vietnam VN Core FHIR Implementation Guide

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

: Negative Example: exportDateTime sai định dạng

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


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Parameters ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleBHYTSubmissionInvalidExportDateTime"] ; # 
  fhir:language [ fhir:v "vi"] ; # 
  fhir:parameter ( [
fhir:name [ fhir:v "ma-lk" ] ;
fhir:value [
a fhir:String ;
fhir:v "LK-2026-ERR-0001"     ]
  ] [
fhir:name [ fhir:v "exportDateTime" ] ;
fhir:value [
a fhir:String ;
fhir:v "2026-04-05T10:45:00+07:00"     ]
  ] ) . #