旅遊醫學疫苗接種或開立藥品紀錄上傳實作指引
1.0.0 - ci-build

This page is part of the 旅遊醫學疫苗接種或開立藥品紀錄上傳實作指引 (v1.0.0: Releases Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: 刪除個案的疫苗紀錄資料 - TTL Representation

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "bundle-resquest-batch-delete-immunization-min"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://vacc.cdc.gov.tw/vacc/StructureDefinition/bundle-batch-delete-vacc"^^xsd:anyURI ;
fhir:link <https://vacc.cdc.gov.tw/vacc/StructureDefinition/bundle-batch-delete-vacc>     ] )
  ] ; # 
  fhir:identifier [
fhir:value [ fhir:v "20240529110300" ]
  ] ; # 
  fhir:type [ fhir:v "batch"] ; # 
  fhir:timestamp [ fhir:v "2024-05-29T11:30:00.000Z"^^xsd:dateTime] ; # 
  fhir:entry ( [
fhir:request [
fhir:method [ fhir:v "DELETE" ] ;
fhir:url [ fhir:v "Immunization/immunization-typh-min"^^xsd:anyURI ]     ]
  ] [
fhir:request [
fhir:method [ fhir:v "DELETE" ] ;
fhir:url [ fhir:v "Immunization/immunization-yf-min"^^xsd:anyURI ]     ]
  ] ) . #