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: 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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

<http://hl7.org/fhir/Parameters/ExampleBHYTSubmissionInvalidExportDateTime> a fhir:Parameters ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleBHYTSubmissionInvalidExportDateTime"] ;
  fhir:Resource.language [ fhir:value "vi"] ;
  fhir:Parameters.parameter [
     fhir:index -1 ;
     fhir:Parameters.parameter.name [ fhir:value "ma-lk" ] ;
     fhir:Parameters.parameter.valueString [ fhir:value "LK-2026-ERR-0001" ]
  ], [
     fhir:index -1 ;
     fhir:Parameters.parameter.name [ fhir:value "exportDateTime" ] ;
     fhir:Parameters.parameter.valueString [ fhir:value "2026-04-05T10:45:00+07:00" ]
  ] .

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

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