旅遊醫學疫苗接種或開立藥品紀錄上傳實作指引
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:Composition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "composition-addissue-min"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://vacc.cdc.gov.tw/vacc/StructureDefinition/composition-vaccine-vacc"^^xsd:anyURI ;
fhir:link <https://vacc.cdc.gov.tw/vacc/StructureDefinition/composition-vaccine-vacc>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>疫苗接種證書資料</b></h3><p><b>發證編號</b>:8888888</p><p><b>發證日期</b>:2024-06-01</p><p><b>證書類型</b>:加簽 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-twvacc-certificate-type-values.html\">CDC-VACC系統-證書類型</a>#Addissue)</span></p><p><b>個案資料</b>: <a href=\"Patient-patient-id-min.html\">Patient/patient-id-min</a> \"朱以柔\"</p><p><b>發證機構</b>: <a href=\"Organization-organization-hosp-min.html\">Organization/organization-hosp-min</a> \"臺北榮民總醫院蘇澳分院\"</p><p><b>個案疫苗資料</b>: <a href=\"Immunization-immunization-ch-min.html\">Immunization/immunization-ch-min</a></p></div>"
  ] ; # 
  fhir:identifier [
fhir:value [ fhir:v "8888888" ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [ fhir:v "https://vacc.cdc.gov.tw/vacc/CodeSystem/twvacc-certificate-type-values"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Addissue" ] ;
fhir:display [ fhir:v "加簽" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient-id-min" ]
  ] ; # 
  fhir:date [ fhir:v "2024-06-01"^^xsd:date] ; # 
  fhir:author ( [
fhir:reference [ fhir:v "Organization/organization-hosp-min" ]
  ] ) ; # 
  fhir:title [ fhir:v "疫苗接種證書資料"] ; # 
  fhir:section ( [
    ( fhir:entry [
fhir:reference [ fhir:v "Immunization/immunization-ch-min" ]     ] )
  ] ) . #