旅遊醫學疫苗接種或開立藥品紀錄上傳實作指引
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:SupplyDelivery ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "supplyDelivery-min"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://vacc.cdc.gov.tw/vacc/StructureDefinition/supplyDelivery-vacc"^^xsd:anyURI ;
fhir:link <https://vacc.cdc.gov.tw/vacc/StructureDefinition/supplyDelivery-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>:黃熱病疫苗 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-twvacc-vaccine-code-values.html\">CDC-VACC系統-疫苗/藥品</a>#YF)</span></p><p><b>疫苗批號[extension: <a href=\"StructureDefinition-vacc-lotNumber.html\">LotNumber</a>]</b>:V3F402V(V3F40)</p><p><b>疫苗包裝樣式[extension: <a href=\"StructureDefinition-vacc-package-type.html\">StockType</a>]</b>:預注充填 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-twvacc-package-type-values.html\">CDC-VACC系統-包裝樣式</a>#D)</span></p><p><b>疫苗廠牌</b>: <a href=\"Organization-organization-vaccine-min.html\">Organization/organization-vaccine-min</a> \"Sanofi Pasteur\"</p><p><b>庫存量(劑)</b>:123</p><p><b>最後生效日期</b>:2020-03-16 23:59:59</p></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "https://vacc.cdc.gov.tw/vacc/StructureDefinition/vacc-package-type"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "https://vacc.cdc.gov.tw/vacc/CodeSystem/twvacc-package-type-values"^^xsd:anyURI ] ;
fhir:code [ fhir:v "D" ] ;
fhir:display [ fhir:v "預注充填" ]       ] )     ]
  ] ) ; # 
  fhir:suppliedItem [
    ( fhir:extension [
fhir:url [ fhir:v "https://vacc.cdc.gov.tw/vacc/StructureDefinition/vacc-lotNumber"^^xsd:anyURI ] ;
fhir:value [ fhir:v "V3F402V(V3F40)" ]     ] ) ;
fhir:quantity [
fhir:value [ fhir:v "123"^^xsd:decimal ]     ] ;
fhir:item [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "https://vacc.cdc.gov.tw/vacc/CodeSystem/twvacc-vaccine-code-values"^^xsd:anyURI ] ;
fhir:code [ fhir:v "YF" ] ;
fhir:display [ fhir:v "黃熱病疫苗" ]       ] )     ]
  ] ; # 
  fhir:occurrence [ fhir:v "2020-03-16T23:59:59.000Z"^^xsd:dateTime] ; # 
  fhir:supplier [
fhir:reference [ fhir:v "Organization/organization-vaccine-min" ]
  ] . #