臺灣疫苗接種或開立藥品紀錄上傳實作指引
0.1.0 - ci-build

臺灣疫苗接種或開立藥品紀錄上傳實作指引 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. 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-medication-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 "MedicationAdministration/medicationAdministration-min"^^xsd:anyURI ]     ]
  ] [
fhir:request [
fhir:method [ fhir:v "DELETE" ] ;
fhir:url [ fhir:v "Medication/medication-min"^^xsd:anyURI ]     ]
  ] ) . #