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
: VACC系統-藥品廠牌 - 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:Organization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "organization-med-min"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://vacc.cdc.gov.tw/vacc/StructureDefinition/brand-organization-vacc"^^xsd:anyURI ;
fhir:link <https://vacc.cdc.gov.tw/vacc/StructureDefinition/brand-organization-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>:GSK</p></div>"
] ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "https://vacc.cdc.gov.tw/vacc/CodeSystem/twvacc-organization-type-values"^^xsd:anyURI ] ;
fhir:code [ fhir:v "BrandOfVaccine" ] ] )
] ) ; #
fhir:name [ fhir:v "GSK"] . #