旅遊醫學疫苗接種或開立藥品紀錄上傳實作指引
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-get-min"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://vacc.cdc.gov.tw/vacc/StructureDefinition/bundle-batch-query-vacc"^^xsd:anyURI ;
fhir:link <https://vacc.cdc.gov.tw/vacc/StructureDefinition/bundle-batch-query-vacc>     ] )
  ] ; # 
  fhir:identifier [
fhir:value [ fhir:v "20240130AM001" ]
  ] ; # 
  fhir:type [ fhir:v "batch"] ; # 
  fhir:timestamp [ fhir:v "2023-04-23T10:00:00.000Z"^^xsd:dateTime] ; # 
  fhir:entry ( [
fhir:request [
fhir:method [ fhir:v "GET" ] ;
fhir:url [ fhir:v "Immunization?Immunization?patient.identifier=S123456789&patient.birthdate=1983-02-15&vaccine-code.system=https://vacc.cdc.gov.tw/vacc/CodeSystem/twvacc-vaccine-code-values"^^xsd:anyURI ]     ]
  ] [
fhir:request [
fhir:method [ fhir:v "GET" ] ;
fhir:url [ fhir:v "Composition?subject.identifier=888800371&subject.birthdate=1983-02-15"^^xsd:anyURI ]     ]
  ] [
fhir:request [
fhir:method [ fhir:v "GET" ] ;
fhir:url [ fhir:v "MedicationAdministration?subject:Patient.identifier=888800371&patient.birthdate=1983-02-15&_include=MedicationAdministration:medication"^^xsd:anyURI ]     ]
  ] ) . #