旅遊醫學疫苗接種或開立藥品紀錄上傳實作指引
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

: 疫苗庫存 - JSON Representation

Raw json | Download


{
  "resourceType" : "SupplyDelivery",
  "id" : "supplyDelivery-min",
  "meta" : {
    "profile" : [
      🔗 "https://vacc.cdc.gov.tw/vacc/StructureDefinition/supplyDelivery-vacc"
    ]
  },
  "text" : {
    "status" : "generated",
    "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>"
  },
  "extension" : [
    {
      "url" : "https://vacc.cdc.gov.tw/vacc/StructureDefinition/vacc-package-type",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://vacc.cdc.gov.tw/vacc/CodeSystem/twvacc-package-type-values",
            "code" : "D",
            "display" : "預注充填"
          }
        ]
      }
    }
  ],
  "suppliedItem" : {
    "extension" : [
      {
        "url" : "https://vacc.cdc.gov.tw/vacc/StructureDefinition/vacc-lotNumber",
        "valueString" : "V3F402V(V3F40)"
      }
    ],
    "quantity" : {
      "value" : 123
    },
    "itemCodeableConcept" : {
      "coding" : [
        {
          "system" : "https://vacc.cdc.gov.tw/vacc/CodeSystem/twvacc-vaccine-code-values",
          "code" : "YF",
          "display" : "黃熱病疫苗"
        }
      ]
    }
  },
  "occurrenceDateTime" : "2020-03-16T23:59:59.000Z",
  "supplier" : {
    🔗 "reference" : "Organization/organization-vaccine-min"
  }
}